From owner-svn-ports-all@freebsd.org Tue Dec 8 17:10:42 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0BBFA9D301E; Tue, 8 Dec 2015 17:10:42 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CCCD21AB0; Tue, 8 Dec 2015 17:10:41 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tB8HAemS076387; Tue, 8 Dec 2015 17:10:40 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tB8HAeWp076386; Tue, 8 Dec 2015 17:10:40 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512081710.tB8HAeWp076386@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Tue, 8 Dec 2015 17:10:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403306 - head/devel/pecl-svn X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Dec 2015 17:10:42 -0000 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@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