svn commit: r382876 - head/devel/pecl-svn
Olli Hauer
ohauer at FreeBSD.org
Tue Mar 31 21:53:15 UTC 2015
Author: ohauer
Date: Tue Mar 31 21:53:14 2015
New Revision: 382876
URL: https://svnweb.freebsd.org/changeset/ports/382876
QAT: https://qat.redports.org/buildarchive/r382876/
Log:
- change dependency from subversion16 -> subversion17
commit r292640 states the port should work with subversion17, if this
is not tha case RIP the port as it seems there is no upstream activity
Modified:
head/devel/pecl-svn/Makefile
Modified: head/devel/pecl-svn/Makefile
==============================================================================
--- head/devel/pecl-svn/Makefile Tue Mar 31 21:49:54 2015 (r382875)
+++ head/devel/pecl-svn/Makefile Tue Mar 31 21:53:14 2015 (r382876)
@@ -3,6 +3,7 @@
PORTNAME= svn
PORTVERSION= 1.0.2
+PORTREVISION= 1
CATEGORIES= devel pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
@@ -13,7 +14,7 @@ COMMENT= PECL extension to the libsvn li
LICENSE= PHP301
-LIB_DEPENDS= libsvn_client-1.so:${PORTSDIR}/devel/subversion16
+LIB_DEPENDS= libsvn_client-1.so:${PORTSDIR}/devel/subversion17
USES= tar:tgz
USE_PHP= yes
More information about the svn-ports-all
mailing list