diff options
author | taca <taca> | 2017-01-17 16:23:08 +0000 |
---|---|---|
committer | taca <taca> | 2017-01-17 16:23:08 +0000 |
commit | 3373f74054ba1588b8481ed9e55ef233ca86ce24 (patch) | |
tree | 0791230402efa5f2cf529bebd871c069f227ce2d /www/contao35/Makefile | |
parent | c01731d5e80711f312020520395d7fa531613c40 (diff) | |
download | pkgsrc-3373f74054ba1588b8481ed9e55ef233ca86ce24.tar.gz |
Update contao35 to 3.5.23.
Version 3.5.23 (2017-01-17)
---------------------------
### Fixed
Handle non-numeric values when calculating the image margin (see #8617).
### Fixed
Correctly generate the download elements in the back end (see #8620).
Version 3.5.22 (2017-01-16)
---------------------------
### Fixed
Prevent an endless redirect loop if the page alias is "/" (see #8560).
### Fixed
Correctly parse German dates with two digit years in MooTools (see #8593).
### Fixed
Correctly add new resources to the user/group permissions (see #8583).
### Fixed
Trigger the auto-submit function in the date picker (see #8603).
### Fixed
Call the load callback when loading page/file picker nodes (see #7702).
Diffstat (limited to 'www/contao35/Makefile')
-rw-r--r-- | www/contao35/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/contao35/Makefile b/www/contao35/Makefile index 11e30bbcb91..4f7ed3b7d05 100644 --- a/www/contao35/Makefile +++ b/www/contao35/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2016/12/30 04:46:19 taca Exp $ +# $NetBSD: Makefile,v 1.23 2017/01/17 16:23:08 taca Exp $ # DISTNAME= contao-${CT_PKGVER} @@ -26,7 +26,7 @@ DEPENDS+= bash>=4.0:../../shells/bash # mcrypt is deprecated and removed in PHP 7.1.x PHP_VERSIONS_ACCEPTED= 56 70 -CT_VERSION= 3.5.21 +CT_VERSION= 3.5.23 USE_TOOLS= bash pax NO_BUILD= yes FILESDIR?= ${.CURDIR}/files |