Tue May 27 15:21:57 2014 UTC ()
* 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.


(taca)
diff -r1.3 -r1.4 pkgsrc/www/contao32/MESSAGE
diff -r1.4 -r1.5 pkgsrc/www/contao32/Makefile

cvs diff -r1.3 -r1.4 pkgsrc/www/contao32/Attic/MESSAGE (expand / switch to unified diff)

--- pkgsrc/www/contao32/Attic/MESSAGE 2014/03/05 15:09:42 1.3
+++ pkgsrc/www/contao32/Attic/MESSAGE 2014/05/27 15:21:57 1.4
@@ -1,13 +1,8 @@ @@ -1,13 +1,8 @@
1=========================================================================== 1===========================================================================
2$NetBSD: MESSAGE,v 1.3 2014/03/05 15:09:42 taca Exp $ 2$NetBSD: MESSAGE,v 1.4 2014/05/27 15:21:57 taca Exp $
3 3
4To complete the setup, please read: 4To complete the setup, please read:
5 5
6 ${PREFIX}/share/doc/contao${CT_VER}/README 6 ${PREFIX}/share/doc/contao${CT_VER}/README
7 7
8To use ${PREFIX}/share/contao${CT_VER}/system/bin/minify command, 
9Please install the following package: 
10 
11 shells/bash 
12 
13=========================================================================== 8===========================================================================

cvs diff -r1.4 -r1.5 pkgsrc/www/contao32/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/www/contao32/Attic/Makefile 2014/03/13 13:55:07 1.4
+++ pkgsrc/www/contao32/Attic/Makefile 2014/05/27 15:21:57 1.5
@@ -1,32 +1,34 @@ @@ -1,32 +1,34 @@
1# $NetBSD: Makefile,v 1.4 2014/03/13 13:55:07 taca Exp $ 1# $NetBSD: Makefile,v 1.5 2014/05/27 15:21:57 taca Exp $
2# 2#
3 3
4DISTNAME= ${CT_VERSION} 4DISTNAME= ${CT_VERSION}
5PKGNAME= contao${CT_VER}-${CT_PKGVER} 5PKGNAME= contao${CT_VER}-${CT_PKGVER}
 6PKGREVISION= 1
6CATEGORIES= www 7CATEGORIES= www
7MASTER_SITES= ${CT_MASTER_SITE} 8MASTER_SITES= ${CT_MASTER_SITE}
8 9
9MAINTAINER= taca@NetBSD.org 10MAINTAINER= taca@NetBSD.org
10HOMEPAGE= http://www.contao.org/ 11HOMEPAGE= http://www.contao.org/
11COMMENT= Contao Open Source CMS ${CT_VERSION} 12COMMENT= Contao Open Source CMS ${CT_VERSION}
12LICENSE= gnu-lgpl-v3 13LICENSE= gnu-lgpl-v3
13 14
14DEPENDS+= ${PHP_PKG_PREFIX}-dom>=5.2.0:../../textproc/php-dom 15DEPENDS+= ${PHP_PKG_PREFIX}-dom>=5.3.2:../../textproc/php-dom
15DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.2.0:../../graphics/php-gd 16DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.3.2:../../graphics/php-gd
16DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=5.2.0:../../converters/php-mbstring 17DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=5.3.2:../../converters/php-mbstring
17DEPENDS+= ${PHP_PKG_PREFIX}-{mysql,mysqli}>=5.2.0:../../databases/php-mysqli 18DEPENDS+= ${PHP_PKG_PREFIX}-{mysql,mysqli}>=5.3.2:../../databases/php-mysqli
18DEPENDS+= ${PHP_PKG_PREFIX}-mcrypt>=5.2.0:../../security/php-mcrypt 19DEPENDS+= ${PHP_PKG_PREFIX}-mcrypt>=5.3.2:../../security/php-mcrypt
19DEPENDS+= ${PHP_PKG_PREFIX}-soap>=5.2.0:../../net/php-soap 20DEPENDS+= ${PHP_PKG_PREFIX}-soap>=5.3.2:../../net/php-soap
 21DEPENDS+= bash>=4.0:../../shells/bash
20 22
21CT_VERS= 32 23CT_VERS= 32
22USE_TOOLS= bash pax 24USE_TOOLS= bash pax
23NO_BUILD= yes 25NO_BUILD= yes
24 26
25EG_CONFIG= ace.php agents.php constants.php countries.php \ 27EG_CONFIG= ace.php agents.php constants.php countries.php \
26 languages.php tcpdf.php timezones.php \ 28 languages.php tcpdf.php timezones.php \
27 tinyFlash.php tinyMCE.php tinyNews.php 29 tinyFlash.php tinyMCE.php tinyNews.php
28EG_DATA= ${WWW_EG_FILES} system/config files 30EG_DATA= ${WWW_EG_FILES} system/config files
29EG_TEMPLATES= tinymce.css tiny_templates/index.html 31EG_TEMPLATES= tinymce.css tiny_templates/index.html
30WWW_EG_FILES= robots.txt 32WWW_EG_FILES= robots.txt
31RESTRICT_DIRS= system/cache system/logs system/tmp templates files 33RESTRICT_DIRS= system/cache system/logs system/tmp templates files
32 34