mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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)
This commit is contained in:
parent
7cda4b2489
commit
e24e283690
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=437829
3 changed files with 9 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue