Date: Tue, 31 Mar 2015 21:53:14 +0000 (UTC) From: Olli Hauer <ohauer@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r382876 - head/devel/pecl-svn Message-ID: <201503312153.t2VLrFYx036453@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503312153.t2VLrFYx036453>