diff options
author | tz <tz@FreeBSD.org> | 2016-11-24 12:41:38 +0000 |
---|---|---|
committer | tz <tz@FreeBSD.org> | 2016-11-24 12:41:38 +0000 |
commit | 6ac76ae36bf51eb2803eb497ed656527a520cb82 (patch) | |
tree | 4360393dabbbe7fbf70340187370b0e66cb748cd | |
parent | 99e33075fb674a985f754ecfee2a0ba2aae3a504 (diff) | |
download | FreeBSD-ports-6ac76ae36bf51eb2803eb497ed656527a520cb82.zip FreeBSD-ports-6ac76ae36bf51eb2803eb497ed656527a520cb82.tar.gz |
www/drupal7: add CONFLICT_INSTALL for new port www/drupal8
PR: 214787
Submitted by: Jochen Neumeister <joneum@bsdproject.de>
Approved by: mentors (implicit)
-rw-r--r-- | www/drupal7/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/drupal7/Makefile b/www/drupal7/Makefile index cf5de95..fbc59a5 100644 --- a/www/drupal7/Makefile +++ b/www/drupal7/Makefile @@ -3,6 +3,7 @@ PORTNAME= drupal7 PORTVERSION= 7.51 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://ftp.drupal.org/files/projects/ DISTNAME= drupal-${PORTVERSION} @@ -13,6 +14,8 @@ COMMENT= Database driven web content management system (CMS) LICENSE= GPLv2+ +CONFLICTS_INSTALL= drupal8 + USES= drupal:7 php:web shebangfix USE_PHP= dom filter gd hash json mbstring pcre pdo session simplexml xml SHEBANG_FILES= scripts/password-hash.sh |