summaryrefslogtreecommitdiff
path: root/www/contao
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2011-12-30 15:12:21 +0000
committertaca <taca@pkgsrc.org>2011-12-30 15:12:21 +0000
commit9c2bcaed10a46c7cc43ff118e06443497c64bb0b (patch)
tree0af5d1f7f71d0f098f21a6716370b5f4cf8beccd /www/contao
parent6cdb5bcf8f8024a7522248bb6609a4f756111fe9 (diff)
downloadpkgsrc-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/contao')
-rw-r--r--www/contao/Makefile.common8
-rw-r--r--www/contao/Makefile.example4
2 files changed, 8 insertions, 4 deletions
diff --git a/www/contao/Makefile.common b/www/contao/Makefile.common
index 79e4c0ba8b7..e6502ff4c8d 100644
--- a/www/contao/Makefile.common
+++ b/www/contao/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.5 2011/11/08 12:11:42 taca Exp $
+# $NetBSD: Makefile.common,v 1.6 2011/12/30 15:12:21 taca Exp $
#
# used by www/contao29/Makefile
# used by www/contao29-example/Makefile
@@ -10,7 +10,7 @@
# current release
CT29_VERSION= 2.9.5
-CT210_VERSION= 2.10.3
+CT210_VERSION= 2.10.4
CT_VERS?= 210
@@ -18,10 +18,14 @@ CT_VERS?= 210
CT_VERSION= ${CT29_VERSION}
.elif ${CT_VERS} == "210"
CT_VERSION= ${CT210_VERSION}
+CT_WRKSRC= contao-core-ef27969
.else
.error "Illegal version specified: ${CT_VERS}"
.endif
+CT_WRKSRC?= ${DISTNAME}
+WRKSRC?= ${WRKDIR}/${CT_WRKSRC}
+
CT_VER?= ${CT_VERSION:C/([0-9]+)\.([0-9]+)\..*/\1\2/}
CT_PKGVER= ${CT_VERSION:S/.RC/rc/}
diff --git a/www/contao/Makefile.example b/www/contao/Makefile.example
index 0bae1d093fe..14c54ee8746 100644
--- a/www/contao/Makefile.example
+++ b/www/contao/Makefile.example
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.example,v 1.2 2011/08/12 12:48:03 taca Exp $
+# $NetBSD: Makefile.example,v 1.3 2011/12/30 15:12:21 taca Exp $
#
# used by www/contao29-example/Makefile
#
@@ -26,7 +26,7 @@ WWW_EG_FILES?= tl_files/music_academy
WWW_FILE?= templates/music_academy.sql
.for f in ${WWW_EG_FILES} ${WWW_FILE}
-EXTRACT_ELEMENTS+= ${DISTNAME}/${f}
+EXTRACT_ELEMENTS+= ${CT_WRKSRC}/${f}
.endfor
PKG_GROUPS_VARS+= APACHE_GROUP