From owner-svn-ports-head@freebsd.org Wed Nov 11 21:44:25 2015 Return-Path: Delivered-To: svn-ports-head@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 B7BA0A2C5A6; Wed, 11 Nov 2015 21:44:25 +0000 (UTC) (envelope-from ohauer@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 84C571D7F; Wed, 11 Nov 2015 21:44:25 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tABLiO4N057694; Wed, 11 Nov 2015 21:44:24 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tABLiOQ9057693; Wed, 11 Nov 2015 21:44:24 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201511112144.tABLiOQ9057693@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Wed, 11 Nov 2015 21:44:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401300 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 21:44:25 -0000 Author: ohauer Date: Wed Nov 11 21:44:24 2015 New Revision: 401300 URL: https://svnweb.freebsd.org/changeset/ports/401300 Log: - depends on deprecated subversion17, there is no new release with subversion 1.8+ support therefore scedule the removal of the port Modified: head/devel/pecl-svn/Makefile Modified: head/devel/pecl-svn/Makefile ============================================================================== --- head/devel/pecl-svn/Makefile Wed Nov 11 21:21:44 2015 (r401299) +++ head/devel/pecl-svn/Makefile Wed Nov 11 21:44:24 2015 (r401300) @@ -16,6 +16,9 @@ LICENSE= PHP301 LIB_DEPENDS= libsvn_client-1.so:${PORTSDIR}/devel/subversion17 +DEPRECATED= Depends on deprecated subversion17 +EXPIRATION_DATE=2015-12-29 + USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes