diff options
author | taca <taca@pkgsrc.org> | 2017-01-19 14:57:05 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2017-01-19 14:57:05 +0000 |
commit | dd88d520db696fb457a989889d0441307a74a669 (patch) | |
tree | 3451218486ed99fa5f09ad08027d1bf8a6eb0e9a /www/contao43/Makefile | |
parent | f804bab5e0066cc033b5680cdcb3bf738fa8f557 (diff) | |
download | pkgsrc-dd88d520db696fb457a989889d0441307a74a669.tar.gz |
Update contao43 to 4.3.3.
* Correctly handle nested public folders when symlinking a folder.
* Correctly handle SVGZ files in the file manager (see contao/core#8624).
* Prevent an endless redirect loop if the page alias is "/" (see contao/core#8560).
* Correctly parse German dates with two digit years in MooTools (see contao/core#8593).
* Correctly add new resources to the user/group permissions (see contao/core#8583).
* Trigger the auto-submit function in the date picker (see contao/core#8603).
* Call the load callback when loading page/file picker nodes (see contao/core#7702).
Diffstat (limited to 'www/contao43/Makefile')
-rw-r--r-- | www/contao43/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/contao43/Makefile b/www/contao43/Makefile index d3ca040eb7d..ada2bc9155c 100644 --- a/www/contao43/Makefile +++ b/www/contao43/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2016/12/30 04:48:24 taca Exp $ +# $NetBSD: Makefile,v 1.5 2017/01/19 14:57:05 taca Exp $ # DISTNAME= contao-${CT_PKGVER} @@ -27,7 +27,7 @@ DEPENDS+= bash>=4.0:../../shells/bash # mcrypt is deprecated and removed in PHP 7.1.x PHP_VERSIONS_ACCEPTED= 56 70 -CT_VERSION= 4.3.2 +CT_VERSION= 4.3.3 USE_TOOLS= bash pax NO_BUILD= yes |