cvs commit: ports/databases/ruby-bdb Makefile

Remko Lodder remko at FreeBSD.org
Sat Jul 15 19:39:26 UTC 2006


Sergey Matveychuk wrote:
> sem         2006-07-15 19:31:45 UTC
> 
>   FreeBSD ports repository
> 
>   Modified files:
>     databases/ruby-bdb   Makefile 
>   Log:
>   - Fix the last commit: --with-db-lib -> --with-db-version
>   
>   Reported by:    remko
>   
>   Revision  Changes    Path
>   1.52      +2 -2      ports/databases/ruby-bdb/Makefile
> http://cvsweb.FreeBSD.org/ports/databases/ruby-bdb/Makefile.diff?r1=1.51&r2=1.52
> | ===================================================================
> | RCS file: /usr/local/www/cvsroot/FreeBSD/ports/databases/ruby-bdb/Makefile,v
> | retrieving revision 1.51
> | retrieving revision 1.52
> | diff -u -p -r1.51 -r1.52
> | --- ports/databases/ruby-bdb/Makefile	2006/07/15 19:06:05	1.51
> | +++ ports/databases/ruby-bdb/Makefile	2006/07/15 19:31:45	1.52
> | @@ -2,12 +2,12 @@
> |  # Date created:		8 March 2001
> |  # Whom:			Akinori MUSHA aka knu <knu at idaemons.org>
> |  #
> | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/databases/ruby-bdb/Makefile,v 1.51 2006/07/15 19:06:05 sem Exp $
> | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/databases/ruby-bdb/Makefile,v 1.52 2006/07/15 19:31:45 sem Exp $
> |  #
> |  
> |  PORTNAME=	bdb
> |  PORTVERSION=	0.5.9
> | -PORTREVISION=	1
> | +PORTREVISION=	2
> |  CATEGORIES=	databases ruby
> |  MASTER_SITES=	ftp://moulon.inra.fr/pub/ruby/
> |  PKGNAMEPREFIX=	${RUBY_PKGNAMEPREFIX}
> | @@ -27,7 +27,7 @@ USE_RUBY_RDOC=		yes
> |  
> |  CONFIGURE_ARGS=	--with-db-include=${BDB_INCLUDE_DIR} \
> |  		--with-db-lib=${BDB_LIB_DIR} \
> | -		--with-db-lib=${BDB_LIB_NAME:S/^db//}
> | +		--with-db-version=${BDB_LIB_NAME:S/^db//}
> |  INSTALL_TARGET=	site-install
> |  
> |  DOCS=		Changes \
> _______________________________________________
> cvs-ports at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/cvs-ports
> To unsubscribe, send any mail to "cvs-ports-unsubscribe at freebsd.org"

Thanks Sergey for fixing this!

It also fixes portupgrade if it depends on this port (db backend 2.x and 
later) :)

Cheers
Remko

-- 
Kind regards,

      Remko Lodder               ** remko at elvandar.org
      FreeBSD                    ** remko at FreeBSD.org

      /* Quis custodiet ipsos custodes */


More information about the cvs-all mailing list