Skip to content

Commit

Permalink
www/phalcon: proper protection against conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
fichtner committed Jul 15, 2019
1 parent 4ee2cfc commit e1c88b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion opnsense/phalcon4/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions www/phalcon/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $FreeBSD$

PORTNAME= phalcon
DISTVERSIONPREFIX= v
DISTVERSIONPREFIX=v
DISTVERSION= 3.4.4
CATEGORIES= www
PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX}
Expand All @@ -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
Expand Down

0 comments on commit e1c88b1

Please sign in to comment.