www/phalcon: proper protection against conflict

This commit is contained in:
Franco Fichtner 2019-07-15 11:14:02 +02:00
parent 4ee2cfc96f
commit e1c88b1fe5
2 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ USES= php:ext
USE_PHP= hash:build json:build pdo:build
IGNORE_WITH_PHP=71
CONFLICTS_INSTALL=phalcon
CONFLICTS_INSTALL=${PKGNAMEPREFIX}-phalcon
USE_GITHUB= yes
GH_ACCOUNT= phalcon

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= phalcon
DISTVERSIONPREFIX= v
DISTVERSIONPREFIX=v
DISTVERSION= 3.4.4
CATEGORIES= www
PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX}
@ -16,7 +16,7 @@ ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386
USES= php:ext
USE_PHP= hash:build json:build pdo:build
CONFLICTS_INSTALL=phalcon4
CONFLICTS_INSTALL=${PKGNAMEPREFIX}-phalcon4
USE_GITHUB= yes
GH_ACCOUNT= phalcon