summaryrefslogtreecommitdiff
path: root/www/drupal7
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2017-04-05 12:33:47 +0000
committerfhajny <fhajny@pkgsrc.org>2017-04-05 12:33:47 +0000
commite0e6ea2e4e92022b565a3262eab4a9f6cce0611c (patch)
treef996f7ed53dcf81621f149a09493a208444056d3 /www/drupal7
parentd967bb56dbfcf99dec0516d08fcef364d5fc58fa (diff)
downloadpkgsrc-e0e6ea2e4e92022b565a3262eab4a9f6cce0611c.tar.gz
Remove traces of textproc/php-dom which is not needed anymore, now that dom is built into PHP. Bump resp. PKGREVISION.
Diffstat (limited to 'www/drupal7')
-rw-r--r--www/drupal7/Makefile5
-rw-r--r--www/drupal7/options.mk14
2 files changed, 5 insertions, 14 deletions
diff --git a/www/drupal7/Makefile b/www/drupal7/Makefile
index 8fa8be4065d..bcb2a01e819 100644
--- a/www/drupal7/Makefile
+++ b/www/drupal7/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.43 2017/03/12 07:20:51 maya Exp $
+# $NetBSD: Makefile,v 1.44 2017/04/05 12:33:48 fhajny Exp $
DISTNAME= drupal-7.52
-PKGREVISION= 1
+PKGREVISION= 2
PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME}
CATEGORIES= www
MASTER_SITES= http://ftp.drupal.org/files/projects/
@@ -13,7 +13,6 @@ LICENSE= gnu-gpl-v2
DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.4.0:../../graphics/php-gd
DEPENDS+= ${PHP_PKG_PREFIX}-json>=5.4.0:../../textproc/php-json
-DEPENDS+= ${PHP_PKG_PREFIX}-dom>=5.4.0:../../textproc/php-dom
NO_BUILD= YES
DRUPAL= share/drupal
diff --git a/www/drupal7/options.mk b/www/drupal7/options.mk
index 8f7ee30e8b3..c6f6b77857c 100644
--- a/www/drupal7/options.mk
+++ b/www/drupal7/options.mk
@@ -1,12 +1,12 @@
-# $NetBSD: options.mk,v 1.3 2012/12/20 12:45:58 taca Exp $
+# $NetBSD: options.mk,v 1.4 2017/04/05 12:33:48 fhajny Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.drupal
PKG_OPTIONS_REQUIRED_GROUPS= db
PKG_OPTIONS_GROUP.db= mysql pgsql sqlite
-PKG_SUPPORTED_OPTIONS= drupal-xmlservices apache unicode
-PKG_SUGGESTED_OPTIONS= mysql drupal-xmlservices apache
+PKG_SUPPORTED_OPTIONS= apache unicode
+PKG_SUGGESTED_OPTIONS= mysql apache
.include "../../mk/bsd.options.mk"
@@ -28,14 +28,6 @@ DEPENDS+= ${PHP_PKG_PREFIX}-pdo_sqlite>=5.2.7:../../databases/php-pdo_sqlite
.endif
###
-### Enable XML-based services such as the Blogger API, Jabber and RSS
-### syndication.
-###
-.if !empty(PKG_OPTIONS:Mdrupal-xmlservices)
-DEPENDS+= ${PHP_PKG_PREFIX}-dom>=5.2.7:../../textproc/php-dom
-.endif
-
-###
### Support for unicode
###
.if !empty(PKG_OPTIONS:Municode)