diff options
author | taca <taca@pkgsrc.org> | 2013-11-29 16:43:06 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2013-11-29 16:43:06 +0000 |
commit | 4e985e2628defb725ce46cda1773a7257faf3c6b (patch) | |
tree | 867b426be436377f4cd17b0b5c5d2a8cf6a0dd3c /www | |
parent | 57bfd88eba170c28c87e814b9720c51ce52c37d0 (diff) | |
download | pkgsrc-4e985e2628defb725ce46cda1773a7257faf3c6b.tar.gz |
Update contao32 and contao32-example package to 3.2.1.
* pkgsrc change: drop optional php-tidy package requirement from MESSAGE.
Version 3.2.1 (2013-11-29)
--------------------------
### Updated
Updated TinyMCE to version 3.5.10 to fix the IE11 issues (see #6479).
### Fixed
Optionally override the repository tables when importing a template (see #6470).
### Fixed
Only do the UUID conversion once even if the `Database\Updater` helper methods
are called multiple times (see #6481).
### Fixed
Correctly toggle the mobile/desktop view (see #6227).
### Fixed
Correctly detect UUIDs in the "file" insert tag (see #6472).
### Fixed
Correctly assign images to FAQs (see #6465).
### Fixed
Improved the speed and memory footprint of the news archive menu (see #6463).
### Fixed
Removed `CalendarEventsModel::findBoundaries()` (see #6467).
Diffstat (limited to 'www')
-rw-r--r-- | www/contao/Makefile.common | 4 | ||||
-rw-r--r-- | www/contao32/MESSAGE | 7 | ||||
-rw-r--r-- | www/contao32/distinfo | 8 |
3 files changed, 7 insertions, 12 deletions
diff --git a/www/contao/Makefile.common b/www/contao/Makefile.common index 4b5510b77ed..cd5ac5f3e58 100644 --- a/www/contao/Makefile.common +++ b/www/contao/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.48 2013/11/21 16:50:50 taca Exp $ +# $NetBSD: Makefile.common,v 1.49 2013/11/29 16:43:06 taca Exp $ # # used by www/contao/Makefile.example" # used by www/contao211/Makefile @@ -12,7 +12,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.0 +CT32_VERSION= 3.2.1 CT_VERS?= 211 diff --git a/www/contao32/MESSAGE b/www/contao32/MESSAGE index 802708eb8b5..567e6ab38e7 100644 --- a/www/contao32/MESSAGE +++ b/www/contao32/MESSAGE @@ -1,15 +1,10 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.1 2013/11/21 16:52:43 taca Exp $ +$NetBSD: MESSAGE,v 1.2 2013/11/29 16:43:06 taca Exp $ To complete the setup, please read: ${PREFIX}/share/doc/contao${CT_VER}/README.md -To use minify the HTML markup function, you'll have to install the -following package: - - www/php-tidy - To use ${PREFIX}/share/doc/contao${CT_VER}/system/bin/minify command, Please install the following package: diff --git a/www/contao32/distinfo b/www/contao32/distinfo index 33cd070dc2a..ec02383c350 100644 --- a/www/contao32/distinfo +++ b/www/contao32/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2013/11/21 16:52:43 taca Exp $ +$NetBSD: distinfo,v 1.2 2013/11/29 16:43:06 taca Exp $ -SHA1 (contao/3.2.0.tar.gz) = 46bcb910fa02e9259a7794c40addf97ee7ef9b56 -RMD160 (contao/3.2.0.tar.gz) = 64f88fe05097ac2e3b4cfe4a2be10b34c09189a6 -Size (contao/3.2.0.tar.gz) = 10820691 bytes +SHA1 (contao/3.2.1.tar.gz) = c0407fb66e5c073c11224d0b60a7a654b30c6f02 +RMD160 (contao/3.2.1.tar.gz) = 71a445dc71cfccc2caebc10fb9bcb668f5ccddb0 +Size (contao/3.2.1.tar.gz) = 10823766 bytes SHA1 (patch-system_bin_sqldump) = a22f7dab9043cf9f965e695b895d7c32f48c9f91 |