From owner-svn-ports-all@freebsd.org Wed Apr 5 19:59:07 2017 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 24701D2F9AC; Wed, 5 Apr 2017 19:59:07 +0000 (UTC) (envelope-from sunpoet@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 D1C488C4; Wed, 5 Apr 2017 19:59:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v35Jx6I8042050; Wed, 5 Apr 2017 19:59:06 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v35Jx5UA042047; Wed, 5 Apr 2017 19:59:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201704051959.v35Jx5UA042047@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 5 Apr 2017 19:59:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437829 - in head/devel: arcanist libphutil phabricator 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.23 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: Wed, 05 Apr 2017 19:59:07 -0000 Author: sunpoet Date: Wed Apr 5 19:59:05 2017 New Revision: 437829 URL: https://svnweb.freebsd.org/changeset/ports/437829 Log: Update PKGNAMEPREFIX - Bump PORTREVISION for package change These ports work fine with PHP 7.x. Change PKGNAMEPREFIX from php5- to php-. Differential Revision: https://reviews.freebsd.org/D10231 Submitted by: sunpoet (myself) Approved by: portmgr (mat) Modified: head/devel/arcanist/Makefile head/devel/libphutil/Makefile head/devel/phabricator/Makefile Modified: head/devel/arcanist/Makefile ============================================================================== --- head/devel/arcanist/Makefile Wed Apr 5 19:59:00 2017 (r437828) +++ head/devel/arcanist/Makefile Wed Apr 5 19:59:05 2017 (r437829) @@ -2,8 +2,9 @@ PORTNAME= arcanist PORTVERSION= 20161003 +PORTREVISION= 1 CATEGORIES= devel -PKGNAMEPREFIX= php5- +PKGNAMEPREFIX= php- MAINTAINER= grembo@FreeBSD.org COMMENT= Command line interface for Phabricator @@ -14,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE CONFLICTS= arc-* PHP_DESTDIR= lib/php/arcanist -RUN_DEPENDS= php5-libphutil>0:devel/libphutil +RUN_DEPENDS= php-libphutil>0:devel/libphutil USES= php USE_PHP= curl dom json simplexml USE_GITHUB= yes Modified: head/devel/libphutil/Makefile ============================================================================== --- head/devel/libphutil/Makefile Wed Apr 5 19:59:00 2017 (r437828) +++ head/devel/libphutil/Makefile Wed Apr 5 19:59:05 2017 (r437829) @@ -2,8 +2,9 @@ PORTNAME= libphutil PORTVERSION= 20161003 +PORTREVISION= 1 CATEGORIES= devel -PKGNAMEPREFIX= php5- +PKGNAMEPREFIX= php- MAINTAINER= grembo@FreeBSD.org COMMENT= Collection of PHP utility classes Modified: head/devel/phabricator/Makefile ============================================================================== --- head/devel/phabricator/Makefile Wed Apr 5 19:59:00 2017 (r437828) +++ head/devel/phabricator/Makefile Wed Apr 5 19:59:05 2017 (r437829) @@ -2,9 +2,9 @@ PORTNAME= phabricator PORTVERSION= 20161003 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel -PKGNAMEPREFIX= php5- +PKGNAMEPREFIX= php- MAINTAINER= grembo@FreeBSD.org COMMENT= Open source, software engineering platform @@ -12,8 +12,8 @@ COMMENT= Open source, software engineeri LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= php5-libphutil>0:devel/libphutil \ - php5-arcanist>0:devel/arcanist \ +RUN_DEPENDS= php-libphutil>0:devel/libphutil \ + php-arcanist>0:devel/arcanist \ git:devel/git OPTIONS_DEFINE= GD OPCACHE