Date: Wed, 5 Apr 2017 19:59:05 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> 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 Message-ID: <201704051959.v35Jx5UA042047@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704051959.v35Jx5UA042047>