[Midnightbsd-cvs] mports: Makefile: Set license to other.

ctriv at midnightbsd.org ctriv at midnightbsd.org
Fri Dec 7 12:25:26 EST 2007


Log Message:
-----------
Set license to other.
Fix bug where the option should be BDB not DBD.

Modified Files:
--------------
    mports/devel/subversion:
        Makefile (r1.9 -> r1.10)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/devel/subversion/Makefile,v
retrieving revision 1.9
retrieving revision 1.10
diff -L devel/subversion/Makefile -L devel/subversion/Makefile -u -r1.9 -r1.10
--- devel/subversion/Makefile
+++ devel/subversion/Makefile
@@ -7,6 +7,7 @@
 
 PORTNAME=	subversion
 PORTVERSION=	1.4.5
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://subversion.tigris.org/downloads/:main \
 		http://svnbook.red-bean.com/en/1.2/:bookhtml \
@@ -18,11 +19,11 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Version control system
-LICENSE=	unknown
+LICENSE=	other
 # for the most part it's similar to a traditional BSD 4 clause license.
 
 OPTIONS=	NEON "Enable WebDAV/Delta-V repository access" On \
-		DBD  "Enable db4 repository backend" On \
+		BDB  "Enable db4 repository backend" On \
 		MAINTAINER_DEBUG "Build debug version" Off \
 		PERL "Build perl bindings" Off \
 		PYTHON "Build python bindings" Off \
@@ -273,7 +274,7 @@
 		${ECHO_MSG} "" ; \
 		${FALSE} ; \
 	fi
-.if !defined(WITHOUT_BDB)
+.if defined(WITH_BDB)
 	@if [ `${APR_APU_DIR}/${APU_CONFIG} --db-version` != "4" ] ; then \
 		${ECHO_MSG} "" ; \
 		${ECHO_MSG} 'You should build `'"${APR_PORT}' with db4 support to use subversion with it." ; \


More information about the Midnightbsd-cvs mailing list