From ecd30ec742f124b1e2ab97e9cbfd1c569060567d Mon Sep 17 00:00:00 2001 From: taca Date: Sat, 21 Dec 2013 02:46:25 +0000 Subject: Update contao32 (and contao32-example) to 3.2.3 during the freeze to fix a few trivial (but nasty) problems of this almost leaf package: approved by gdt@. Version 3.2.3 (2013-12-20) -------------------------- ### Fixed Correctly resize the mediaboxAdvanced in IE11 (see #6504). ### Fixed Set the correct status header for cached files (see #6585). ### Fixed Correctly set the empty value depending on the DB field (fixes #6550, #6544). ### Fixed Prevent saving of detached models (see #6506). ### Fixed Correctly determine the ACE editor's height (see #6578). ### Fixed Always fall back to English if a language does not exist (see #6581). ### Fixed Correctly display repeated events in the event list (see #6555). ### Fixed Correctly show the available layout columns in the article module (see #6548). ### Fixed Correctly show the "read more" link in the news list modules (see #6439). ### Updated Updated html5shiv to version 3.7.0 (see #6543). ### Fixed Support browsers with both mouse and touch support in the back end (see #6520). ### Fixed Correctly handle multiple `RadioTable` widgets on the same page (see #6389). ### Fixed Fixed two issues with the SQL cache (see #6507). ### Fixed Do not require a redirect page for newsletter channels (see #6521). ### Fixed Use the related field instead of `id` in the model query builder (see #6540). --- www/contao/Makefile.common | 4 ++-- www/contao32/Makefile | 6 +++--- www/contao32/PLIST | 6 +++--- www/contao32/distinfo | 8 ++++---- 4 files changed, 12 insertions(+), 12 deletions(-) (limited to 'www') diff --git a/www/contao/Makefile.common b/www/contao/Makefile.common index b463323ecda..9d3e25f3b52 100644 --- a/www/contao/Makefile.common +++ b/www/contao/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.52 2013/12/16 01:49:06 taca Exp $ +# $NetBSD: Makefile.common,v 1.53 2013/12/21 02:46:25 taca Exp $ # # used by www/contao/Makefile.example" # used by www/contao211/Makefile @@ -11,7 +11,7 @@ CT_MASTER_SITE= https://github.com/contao/core/archive/ # current release CT211_VERSION= 2.11.13 CT31_VERSION= 3.1.5 -CT32_VERSION= 3.2.2 +CT32_VERSION= 3.2.3 CT_VERS?= 211 diff --git a/www/contao32/Makefile b/www/contao32/Makefile index 3025f0cc111..4e5323c1f47 100644 --- a/www/contao32/Makefile +++ b/www/contao32/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/11/21 16:52:43 taca Exp $ +# $NetBSD: Makefile,v 1.2 2013/12/21 02:46:25 taca Exp $ # DISTNAME= ${CT_VERSION} @@ -85,8 +85,8 @@ pre-configure: pre-install: cd ${WRKSRC}; ${RM} -fr files/music_academy templates/music_academy.sql ${FIND} ${WRKSRC} -name "*.orig*" -exec ${RM} -f {} \; - cd ${WRKSRC}/assets/ace && ${FIND} . -type f -exec chmod -x {} \; - cd ${WRKSRC}/assets/jquery/ui && ${FIND} . -type f -exec chmod -x {} \; + cd ${WRKSRC}/assets && \ + ${FIND} ace html5shiv jquery/ui -type f -exec chmod -x {} \; do-install: cd ${WRKSRC}; pax -rw ${WWW_FILES} ${DESTDIR}${PREFIX}/${CT_WEBDIR} diff --git a/www/contao32/PLIST b/www/contao32/PLIST index 48adfd4cd02..3e941db26fd 100644 --- a/www/contao32/PLIST +++ b/www/contao32/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2013/12/09 16:25:28 taca Exp $ +@comment $NetBSD: PLIST,v 1.3 2013/12/21 02:46:25 taca Exp $ ${CT_WEBDIR}/.gitignore ${CT_WEBDIR}/.htaccess.default ${CT_WEBDIR}/README.md @@ -140,8 +140,8 @@ ${CT_WEBDIR}/assets/highlighter/3.0.83/src/shBrushVb.js ${CT_WEBDIR}/assets/highlighter/3.0.83/src/shBrushXml.js ${CT_WEBDIR}/assets/highlighter/3.0.83/src/shCore.css ${CT_WEBDIR}/assets/highlighter/3.0.83/src/shCore.js -${CT_WEBDIR}/assets/html5shiv/3.6.2/html5shiv-uncompressed.js -${CT_WEBDIR}/assets/html5shiv/3.6.2/html5shiv.js +${CT_WEBDIR}/assets/html5shiv/3.7.0/html5shiv-uncompressed.js +${CT_WEBDIR}/assets/html5shiv/3.7.0/html5shiv.js ${CT_WEBDIR}/assets/images/0/index.html ${CT_WEBDIR}/assets/images/1/index.html ${CT_WEBDIR}/assets/images/2/index.html diff --git a/www/contao32/distinfo b/www/contao32/distinfo index cee2271aa0d..4ca79624ae1 100644 --- a/www/contao32/distinfo +++ b/www/contao32/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2013/12/09 16:25:28 taca Exp $ +$NetBSD: distinfo,v 1.4 2013/12/21 02:46:25 taca Exp $ -SHA1 (contao/3.2.2.tar.gz) = ad4a1ad396262ff2c1431cc512813d8947d2b6f6 -RMD160 (contao/3.2.2.tar.gz) = 8d22417e4de87eb7749e40c37ced323139dce226 -Size (contao/3.2.2.tar.gz) = 10868871 bytes +SHA1 (contao/3.2.3.tar.gz) = da38bfa390ae0e1a8f2ce8c5efc71c93e5838601 +RMD160 (contao/3.2.3.tar.gz) = e8c1d5d7cc19b5727a971a5a6a36a4c73e874ca1 +Size (contao/3.2.3.tar.gz) = 10873690 bytes SHA1 (patch-system_bin_sqldump) = a22f7dab9043cf9f965e695b895d7c32f48c9f91 -- cgit v1.2.3