diff options
author | taca <taca@pkgsrc.org> | 2014-05-27 15:21:57 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2014-05-27 15:21:57 +0000 |
commit | 641d3ed361e53e0c59fdb2d8eb8f9e28b5dcce6b (patch) | |
tree | a7a0928da1f3419abf2fd8a432bc1c0d3a277f71 /www | |
parent | e91cd74a6d9a30c8a2a43ca2405930eacfe710bc (diff) | |
download | pkgsrc-641d3ed361e53e0c59fdb2d8eb8f9e28b5dcce6b.tar.gz |
* Twweak minimum php's version althogh it has no effect with pkgsrc
in these days.
* Depends on shells/bash package and drop note about bash from MESSAGE.
Bump PKGREVISION.
Diffstat (limited to 'www')
-rw-r--r-- | www/contao32/MESSAGE | 7 | ||||
-rw-r--r-- | www/contao32/Makefile | 16 |
2 files changed, 10 insertions, 13 deletions
diff --git a/www/contao32/MESSAGE b/www/contao32/MESSAGE index a2806e06949..6a44e166a7b 100644 --- a/www/contao32/MESSAGE +++ b/www/contao32/MESSAGE @@ -1,13 +1,8 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.3 2014/03/05 15:09:42 taca Exp $ +$NetBSD: MESSAGE,v 1.4 2014/05/27 15:21:57 taca Exp $ To complete the setup, please read: ${PREFIX}/share/doc/contao${CT_VER}/README -To use ${PREFIX}/share/contao${CT_VER}/system/bin/minify command, -Please install the following package: - - shells/bash - =========================================================================== diff --git a/www/contao32/Makefile b/www/contao32/Makefile index 6d21bbb822b..34385b27422 100644 --- a/www/contao32/Makefile +++ b/www/contao32/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2014/03/13 13:55:07 taca Exp $ +# $NetBSD: Makefile,v 1.5 2014/05/27 15:21:57 taca Exp $ # DISTNAME= ${CT_VERSION} PKGNAME= contao${CT_VER}-${CT_PKGVER} +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= ${CT_MASTER_SITE} @@ -11,12 +12,13 @@ HOMEPAGE= http://www.contao.org/ COMMENT= Contao Open Source CMS ${CT_VERSION} LICENSE= gnu-lgpl-v3 -DEPENDS+= ${PHP_PKG_PREFIX}-dom>=5.2.0:../../textproc/php-dom -DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.2.0:../../graphics/php-gd -DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=5.2.0:../../converters/php-mbstring -DEPENDS+= ${PHP_PKG_PREFIX}-{mysql,mysqli}>=5.2.0:../../databases/php-mysqli -DEPENDS+= ${PHP_PKG_PREFIX}-mcrypt>=5.2.0:../../security/php-mcrypt -DEPENDS+= ${PHP_PKG_PREFIX}-soap>=5.2.0:../../net/php-soap +DEPENDS+= ${PHP_PKG_PREFIX}-dom>=5.3.2:../../textproc/php-dom +DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.3.2:../../graphics/php-gd +DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=5.3.2:../../converters/php-mbstring +DEPENDS+= ${PHP_PKG_PREFIX}-{mysql,mysqli}>=5.3.2:../../databases/php-mysqli +DEPENDS+= ${PHP_PKG_PREFIX}-mcrypt>=5.3.2:../../security/php-mcrypt +DEPENDS+= ${PHP_PKG_PREFIX}-soap>=5.3.2:../../net/php-soap +DEPENDS+= bash>=4.0:../../shells/bash CT_VERS= 32 USE_TOOLS= bash pax |