svn commit: r403306 - head/devel/pecl-svn

Martin Wilke miwi at FreeBSD.org
Tue Dec 8 17:10:42 UTC 2015


Author: miwi
Date: Tue Dec  8 17:10:40 2015
New Revision: 403306
URL: https://svnweb.freebsd.org/changeset/ports/403306

Log:
  - Switch to devel/subversion18
  
  PR:		204654
  Submitted by:	daniel at blodan.se
  Approved by:	mat (mentor)
  Differential Revision:	https://reviews.freebsd.org/D4398

Modified:
  head/devel/pecl-svn/Makefile

Modified: head/devel/pecl-svn/Makefile
==============================================================================
--- head/devel/pecl-svn/Makefile	Tue Dec  8 17:04:56 2015	(r403305)
+++ head/devel/pecl-svn/Makefile	Tue Dec  8 17:10:40 2015	(r403306)
@@ -3,7 +3,7 @@
 
 PORTNAME=	svn
 PORTVERSION=	1.0.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel pear
 MASTER_SITES=	http://pecl.php.net/get/
 PKGNAMEPREFIX=	pecl-
@@ -14,10 +14,7 @@ COMMENT=	PECL extension to the libsvn li
 
 LICENSE=	PHP301
 
-LIB_DEPENDS=	libsvn_client-1.so:${PORTSDIR}/devel/subversion17
-
-DEPRECATED=	Depends on deprecated subversion17
-EXPIRATION_DATE=2015-12-29
+LIB_DEPENDS=	libsvn_client-1.so:${PORTSDIR}/devel/subversion18
 
 USES=		tar:tgz
 USE_PHP=	yes


More information about the svn-ports-head mailing list