diff options
author | taca <taca> | 2013-08-22 17:10:04 +0000 |
---|---|---|
committer | taca <taca> | 2013-08-22 17:10:04 +0000 |
commit | 8def47d5dbb55c07b9aec746db996ad125e55de1 (patch) | |
tree | 2b72aeff5a9c62a1605271b5c16b9dc0f3cd065f /www | |
parent | 8b9d03444d0402df3cb3669c3ac188001074cdee (diff) | |
download | pkgsrc-8def47d5dbb55c07b9aec746db996ad125e55de1.tar.gz |
Note update of contao211 to 2.11.12.
Version 2.11.12 (2013-08-22)
----------------------------
### Fixed
Allow to paste into the root page in "edit multiple" mode (see #5620).
### Updated
Updated TCPDF to version 6.0.010 (see #5676).
### Fixed
Backported the changes from e44864d2 (see #5683).
### Fixed
Handle all possible errors when uploading files (see #5934).
### Improved
Improved the memory footprint of the search index rebuild (see #5681).
### Fixed
Do not trigger the "setNewPassword" hook twice (see #5247).
### Updated
Updated SimplePie to version 1.3.1 (see #5604).
### Fixed
Delete the `pathconfig.php` file in the install tool (see #5536).
Diffstat (limited to 'www')
-rw-r--r-- | www/contao/Makefile.common | 4 | ||||
-rw-r--r-- | www/contao211/Makefile | 3 | ||||
-rw-r--r-- | www/contao211/PLIST | 16 | ||||
-rw-r--r-- | www/contao211/distinfo | 8 |
4 files changed, 14 insertions, 17 deletions
diff --git a/www/contao/Makefile.common b/www/contao/Makefile.common index 6b09e6cf981..760d5a0cb84 100644 --- a/www/contao/Makefile.common +++ b/www/contao/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.37 2013/06/27 16:17:55 taca Exp $ +# $NetBSD: Makefile.common,v 1.38 2013/08/22 17:10:04 taca Exp $ # # used by www/contao/Makefile.example" # used by www/contao211/Makefile @@ -7,7 +7,7 @@ # # current release -CT211_VERSION= 2.11.11 +CT211_VERSION= 2.11.12 CT300_VERSION= 3.0.6 CT310_VERSION= 3.1.1 diff --git a/www/contao211/Makefile b/www/contao211/Makefile index 9dd950f8f96..b517160abb3 100644 --- a/www/contao211/Makefile +++ b/www/contao211/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2013/08/15 17:50:04 taca Exp $ +# $NetBSD: Makefile,v 1.10 2013/08/22 17:10:04 taca Exp $ # DISTNAME= contao-${CT_VERSION} PKGNAME= contao${CT_VER}-${CT_PKGVER} -PKGREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=contao/} DIST_SUBDIR= ${CT_DIST_SUBDIR} diff --git a/www/contao211/PLIST b/www/contao211/PLIST index 487d970fc41..4fcdc59d428 100644 --- a/www/contao211/PLIST +++ b/www/contao211/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2013/08/15 17:50:04 taca Exp $ +@comment $NetBSD: PLIST,v 1.7 2013/08/22 17:10:04 taca Exp $ ${CT_WEBDIR}/CHANGELOG.md ${CT_WEBDIR}/GPL.txt ${CT_WEBDIR}/LGPL.txt @@ -363,11 +363,8 @@ ${CT_WEBDIR}/plugins/tablesort/images/desc.gif ${CT_WEBDIR}/plugins/tablesort/js/tablesort-uncompressed.js ${CT_WEBDIR}/plugins/tablesort/js/tablesort.js ${CT_WEBDIR}/plugins/tcpdf/README.TXT -${CT_WEBDIR}/plugins/tcpdf/cache/.htaccess ${CT_WEBDIR}/plugins/tcpdf/config/lang/eng.php ${CT_WEBDIR}/plugins/tcpdf/config/tcpdf_config.php -${CT_WEBDIR}/plugins/tcpdf/datamatrix.php -${CT_WEBDIR}/plugins/tcpdf/encodings_maps.php ${CT_WEBDIR}/plugins/tcpdf/fonts/courier.php ${CT_WEBDIR}/plugins/tcpdf/fonts/freeserif.ctg.z ${CT_WEBDIR}/plugins/tcpdf/fonts/freeserif.php @@ -385,13 +382,14 @@ ${CT_WEBDIR}/plugins/tcpdf/fonts/helvetica.php ${CT_WEBDIR}/plugins/tcpdf/fonts/helveticab.php ${CT_WEBDIR}/plugins/tcpdf/fonts/helveticabi.php ${CT_WEBDIR}/plugins/tcpdf/fonts/helveticai.php -${CT_WEBDIR}/plugins/tcpdf/htmlcolors.php ${CT_WEBDIR}/plugins/tcpdf/images/_blank.png -${CT_WEBDIR}/plugins/tcpdf/spotcolors.php +${CT_WEBDIR}/plugins/tcpdf/include/tcpdf_colors.php +${CT_WEBDIR}/plugins/tcpdf/include/tcpdf_filters.php +${CT_WEBDIR}/plugins/tcpdf/include/tcpdf_font_data.php +${CT_WEBDIR}/plugins/tcpdf/include/tcpdf_fonts.php +${CT_WEBDIR}/plugins/tcpdf/include/tcpdf_images.php +${CT_WEBDIR}/plugins/tcpdf/include/tcpdf_static.php ${CT_WEBDIR}/plugins/tcpdf/tcpdf.php -${CT_WEBDIR}/plugins/tcpdf/tcpdf_filters.php -${CT_WEBDIR}/plugins/tcpdf/tcpdf_parser.php -${CT_WEBDIR}/plugins/tcpdf/unicode_data.php ${CT_WEBDIR}/plugins/tinyMCE/langs/ar.js ${CT_WEBDIR}/plugins/tinyMCE/langs/bg.js ${CT_WEBDIR}/plugins/tinyMCE/langs/br.js diff --git a/www/contao211/distinfo b/www/contao211/distinfo index 7ee3a8992ec..198330bcf71 100644 --- a/www/contao211/distinfo +++ b/www/contao211/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.15 2013/04/06 12:04:24 taca Exp $ +$NetBSD: distinfo,v 1.16 2013/08/22 17:10:04 taca Exp $ -SHA1 (contao-2.11.11.tar.gz) = 50c639b2fb740635e84b1bb05157a27a436fecfe -RMD160 (contao-2.11.11.tar.gz) = 3fd5af488ced45e2e917a4de4a8c0dc71a14ae64 -Size (contao-2.11.11.tar.gz) = 5340664 bytes +SHA1 (contao-2.11.12.tar.gz) = e3602c1ecc9266a186fb55825a8bc7001547e3a4 +RMD160 (contao-2.11.12.tar.gz) = d3f74ae0c5390e8fa8faa0b97a05897752265bdf +Size (contao-2.11.12.tar.gz) = 5354775 bytes SHA1 (patch-system_initialize.php) = 109f381bef4bae32617549709601eb2a30bbb01a |