diff options
author | taca <taca@pkgsrc.org> | 2011-12-30 15:12:21 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-12-30 15:12:21 +0000 |
commit | 9c2bcaed10a46c7cc43ff118e06443497c64bb0b (patch) | |
tree | 0af5d1f7f71d0f098f21a6716370b5f4cf8beccd /www/contao210 | |
parent | 6cdb5bcf8f8024a7522248bb6609a4f756111fe9 (diff) | |
download | pkgsrc-9c2bcaed10a46c7cc43ff118e06443497c64bb0b.tar.gz |
Update contao210 and contao210-example package to 2.10.4.
Version 2.10.4 (2011-12-30)
---------------------------
- Fixed: the Environment class did not always return the correct script name
(#3603)
- Fixed: close the connection after sending a file to the browser (#3602)
- Fixed: the new Ajax cron trigger did not work in IE8 due to missing
Date.now() support (#3681)
- Fixed: do not block ressources required by the Google website preview in the
robots.txt file (#3688)
- Fixed: correctly update the cache after a new template has been created
(#3676)
- Fixed: correctly handle HTML comments in inline JavaScripts (#3696)
- Fixed: get the next autoincrement ID when importing a theme so deleted
themes can be restored (#3604)
- Fixed a few minor issues
Diffstat (limited to 'www/contao210')
-rw-r--r-- | www/contao210/Makefile | 8 | ||||
-rw-r--r-- | www/contao210/PLIST | 4 | ||||
-rw-r--r-- | www/contao210/distinfo | 8 |
3 files changed, 8 insertions, 12 deletions
diff --git a/www/contao210/Makefile b/www/contao210/Makefile index 634daec68b6..f987a3447ad 100644 --- a/www/contao210/Makefile +++ b/www/contao210/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2011/12/17 18:20:01 taca Exp $ +# $NetBSD: Makefile,v 1.7 2011/12/30 15:12:22 taca Exp $ # DISTNAME= contao-${CT_VERSION} PKGNAME= contao${CT_VER}-${CT_PKGVER} -PKGREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=contao/} @@ -73,7 +72,7 @@ SUBST_SED.conf+= -e 's|@PREFIX@|${PREFIX:Q}|g' SUBST_SED.conf+= -e 's|@CT_WEBDIR@|${CT_WEBDIR:Q}|g' SUBST_STAGE.conf= post-configure -WWW_FILES= CHANGELOG.txt GPL.txt INSTALL.txt LGPL.txt \ +WWW_FILES= CHANGELOG.txt GPL.txt LGPL.txt README.md \ contao cron.php index.php plugins share.php templates \ typolight WWW_SYSFILES= config/.htaccess constants.php contao.css drivers \ @@ -86,9 +85,6 @@ INSTALLATION_DIRS+= ${CT_DOCDIR} ${CT_EGDIR} ${CT_WEBDIR}/system/config PKG_GROUPS_VARS+= APACHE_GROUP PKG_USERS_VARS+= APACHE_USER -post-extract: - ${FIND} ${WRKSRC} -type f -exec ${CHMOD} -x {} \; - pre-configure: ${CP} ${FILESDIR}/contao.conf ${WRKDIR} diff --git a/www/contao210/PLIST b/www/contao210/PLIST index db06f15c969..c1b5476cef4 100644 --- a/www/contao210/PLIST +++ b/www/contao210/PLIST @@ -1,8 +1,8 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2011/08/12 13:07:47 taca Exp $ +@comment $NetBSD: PLIST,v 1.2 2011/12/30 15:12:22 taca Exp $ ${CT_WEBDIR}/CHANGELOG.txt ${CT_WEBDIR}/GPL.txt -${CT_WEBDIR}/INSTALL.txt ${CT_WEBDIR}/LGPL.txt +${CT_WEBDIR}/README.md ${CT_WEBDIR}/contao/contao.js ${CT_WEBDIR}/contao/contao_src.js ${CT_WEBDIR}/contao/file.php diff --git a/www/contao210/distinfo b/www/contao210/distinfo index 04b8bce5eae..e8b5743c82c 100644 --- a/www/contao210/distinfo +++ b/www/contao210/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2011/11/08 12:11:42 taca Exp $ +$NetBSD: distinfo,v 1.6 2011/12/30 15:12:22 taca Exp $ -SHA1 (contao-2.10.3.tar.gz) = fef51c2587a2e4551b79dd313cf5d88ec418acb5 -RMD160 (contao-2.10.3.tar.gz) = 4f65ad4be9186b5ee893e5c161a954ac64f15c7a -Size (contao-2.10.3.tar.gz) = 4871882 bytes +SHA1 (contao-2.10.4.tar.gz) = 77ad786ab2edb8128170ce35e79df7b0d6d2d948 +RMD160 (contao-2.10.4.tar.gz) = 3648900d86a25b209418926a50cadcc8b8cb080c +Size (contao-2.10.4.tar.gz) = 4880196 bytes |