svn commit: r437829 - in head/devel: arcanist libphutil phabricator

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Apr 5 19:59:07 UTC 2017


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 at 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 at 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 at 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


More information about the svn-ports-head mailing list