pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www Update contao32 (and contao32-example) to 3.2.3 du...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2b26f4890686
branches:  trunk
changeset: 627923:2b26f4890686
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Dec 21 02:46:25 2013 +0000

description:
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).

diffstat:

 www/contao/Makefile.common |  4 ++--
 www/contao32/Makefile      |  6 +++---
 www/contao32/PLIST         |  6 +++---
 www/contao32/distinfo      |  8 ++++----
 4 files changed, 12 insertions(+), 12 deletions(-)

diffs (72 lines):

diff -r 472c62ac2ad4 -r 2b26f4890686 www/contao/Makefile.common
--- a/www/contao/Makefile.common        Fri Dec 20 22:42:38 2013 +0000
+++ b/www/contao/Makefile.common        Sat Dec 21 02:46:25 2013 +0000
@@ -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 @@
 # 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 -r 472c62ac2ad4 -r 2b26f4890686 www/contao32/Makefile
--- a/www/contao32/Makefile     Fri Dec 20 22:42:38 2013 +0000
+++ b/www/contao32/Makefile     Sat Dec 21 02:46:25 2013 +0000
@@ -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-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 -r 472c62ac2ad4 -r 2b26f4890686 www/contao32/PLIST
--- a/www/contao32/PLIST        Fri Dec 20 22:42:38 2013 +0000
+++ b/www/contao32/PLIST        Sat Dec 21 02:46:25 2013 +0000
@@ -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/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 -r 472c62ac2ad4 -r 2b26f4890686 www/contao32/distinfo
--- a/www/contao32/distinfo     Fri Dec 20 22:42:38 2013 +0000
+++ b/www/contao32/distinfo     Sat Dec 21 02:46:25 2013 +0000
@@ -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



Home | Main Index | Thread Index | Old Index