diff options
author | taca <taca> | 2016-03-22 16:57:55 +0000 |
---|---|---|
committer | taca <taca> | 2016-03-22 16:57:55 +0000 |
commit | c315d2645748cc67db7459160a9902e5abf935d4 (patch) | |
tree | d746052779da83583567c15c287c8ffbc746c186 /www/contao35/Makefile | |
parent | e038676bcf4f305c17dd605cca9ebeb5751d81d6 (diff) | |
download | pkgsrc-c315d2645748cc67db7459160a9902e5abf935d4.tar.gz |
Update contao35 to 3.5.9, a leaf package.
Version 3.5.9 (2016-03-21)
--------------------------
### Fixed
Prevent the autofocus attribute from being added multiple times (see #8281).
### Fixed
Respect the SSL settings of the root page when generating sitemaps (see #8270).
### Fixed
Read from the temporary file if it has not been closed yet (see #8269).
### Fixed
Always use HTTPS if the target server supports SSL connections (see #8183).
### Fixed
Adjust the meta wizard field length to the column length (see #8277).
### Fixed
Correctly handle custom mime icon paths (see #8275).
### Fixed
Only log errors that have been configured to get logged (see #8267).
### Fixed
Show the 404 error page if an unpublished article is requested (see #8264).
### Fixed
Correctly count the URLs when rebuilding the search index (see #8262).
### Fixed
Ensure that every image has a width and height attribute (see #8162).
### Fixed
Set the correct mime type when embedding SVG images (see #8245).
### Fixed
Handle the "float_left" and "float_right" classes in the back end (see #8239).
### Fixed
Consider the fallback language if a page alias is ambiguous (see #8142).
### Fixed
Fix the error 403/404 redirect (see contao/website#74).
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 d8ce761c40c..1c1b9c5b4d7 100644 --- a/www/contao35/Makefile +++ b/www/contao35/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2016/03/05 06:16:44 taca Exp $ +# $NetBSD: Makefile,v 1.10 2016/03/22 16:57:55 taca Exp $ # DISTNAME= contao-${CT_PKGVER} @@ -23,7 +23,7 @@ DEPENDS+= ${PHP_PKG_PREFIX}-curl>=5.4.0:../../www/php-curl DEPENDS+= ${PHP_PKG_PREFIX}-zlib>=5.4.0:../../archivers/php-zlib DEPENDS+= bash>=4.0:../../shells/bash -CT_VERSION= 3.5.8 +CT_VERSION= 3.5.9 USE_TOOLS= bash pax NO_BUILD= yes FILESDIR?= ${.CURDIR}/files |