[Midnightbsd-cvs] mports [15624] trunk/devel/cvs2svn/Makefile: fix the subversion dependancy and gdbm

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Nov 26 21:52:57 EST 2013


Revision: 15624
          http://svnweb.midnightbsd.org/mports/?rev=15624
Author:   laffer1
Date:     2013-11-26 21:52:55 -0500 (Tue, 26 Nov 2013)
Log Message:
-----------
fix the subversion dependancy and gdbm

Modified Paths:
--------------
    trunk/devel/cvs2svn/Makefile

Modified: trunk/devel/cvs2svn/Makefile
===================================================================
--- trunk/devel/cvs2svn/Makefile	2013-11-23 19:27:59 UTC (rev 15623)
+++ trunk/devel/cvs2svn/Makefile	2013-11-27 02:52:55 UTC (rev 15624)
@@ -2,7 +2,7 @@
 
 PORTNAME=	cvs2svn
 PORTVERSION=	2.4.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	devel
 MASTER_SITES=	http://cvs2svn.tigris.org/files/documents/1462/49237/ \
 		FREEBSD_LOCAL/ohauer
@@ -18,7 +18,7 @@
 
 LICENSE=	other
 
-BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/gdbm.so:${PORTSDIR}/databases/py-gdbm
+BUILD_DEPENDS=	${PYTHON_LIBDIR}/lib-dynload/gdbm.so:${PORTSDIR}/databases/py-gdbm
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USE_PYTHON=	2.6+
@@ -35,7 +35,7 @@
 .include <bsd.mport.options.mk>
 
 .if ${PORT_OPTIONS:MSUBVERSION}
-RUN_DEPENDS+=	${LOCALBASE}/bin/svn:${PORTSDIR}/devel/py-subversion
+LIB_DEPENDS+=	svn_swig_py-1.0:${PORTSDIR}/devel/py-subversion
 .endif
 
 .if ${PORT_OPTIONS:MGIT}



More information about the Midnightbsd-cvs mailing list