aboutsummaryrefslogtreecommitdiff
path: root/devel/phabricator
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-04-05 19:59:05 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-04-05 19:59:05 +0000
commite24e2836902b1fcbb49f8024871986ce4f87e538 (patch)
treef375106ff4a25bd359e185e491ee2423a623a756 /devel/phabricator
parent7cda4b2489926d74ecbf0675c17975edc966a792 (diff)
downloadports-e24e2836902b1fcbb49f8024871986ce4f87e538.tar.gz
ports-e24e2836902b1fcbb49f8024871986ce4f87e538.zip
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)
Notes
Notes: svn path=/head/; revision=437829
Diffstat (limited to 'devel/phabricator')
-rw-r--r--devel/phabricator/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/phabricator/Makefile b/devel/phabricator/Makefile
index 5d1dca131705..dcd2f4594c0f 100644
--- a/devel/phabricator/Makefile
+++ b/devel/phabricator/Makefile
@@ -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 engineering platform
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