diff options
author | taca <taca@pkgsrc.org> | 2014-05-31 02:11:40 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2014-05-31 02:11:40 +0000 |
commit | 40f2912f7fae73e9c3b3e8f1735205cc20e28015 (patch) | |
tree | b954f4413cfda0d26fd139a2b96ec4c68388b3f7 /www/contao | |
parent | 819deae22f41007e2e2100ac642da45d85d69791 (diff) | |
download | pkgsrc-40f2912f7fae73e9c3b3e8f1735205cc20e28015.tar.gz |
Update contao33 package to 3.3.1.
Though there is no description in CHANGELOG.md, data for an example web site
(Music Academy) was removed from the distribution.
Version 3.3.1 (2014-05-30)
--------------------------
### Fixed
Grant access to static files inside the `vendor` folder.
### Fixed
Do not make the `FormRadioButton` options an array (see #7060).
### Fixed
Support adding ACE and TinyMCE in subpalettes (see #7056).
### Fixed
Only use the DropZone uploader where Ajax uploads can be processed (see #7046).
### Fixed
Make the viewport field 255 characters long (see #7050).
### Fixed
Restore the "submit_container" class in the `FormSubmit` widget (see #7055).
### Fixed
Correctly generate the CSS classes of the `FormSelectMenu` widget (see #7045).
### Fixed
Use a more precise UUID detection in the `FilesModel` class (see #7054).
### Fixed
Use `pack()` instead of `hex2bin()` to be compatible with PHP 5.3 (see #7010).
Diffstat (limited to 'www/contao')
-rw-r--r-- | www/contao/Makefile.common | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/www/contao/Makefile.common b/www/contao/Makefile.common index 4de5947497f..535f457993b 100644 --- a/www/contao/Makefile.common +++ b/www/contao/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.69 2014/05/31 02:08:02 taca Exp $ +# $NetBSD: Makefile.common,v 1.70 2014/05/31 02:11:40 taca Exp $ # # used by www/contao/Makefile.example" # used by www/contao211/Makefile @@ -8,7 +8,7 @@ # current release CT211_VERSION= 2.11.17 CT32_VERSION= 3.2.10 -CT33_VERSION= 3.3.0 +CT33_VERSION= 3.3.1 CT_VERS?= 32 @@ -30,8 +30,6 @@ WRKSRC?= ${WRKDIR}/core-${CT_VERSION} .else FETCH_USING= wget CT_MASTER_SITE= https://github.com/contao/core/releases/download/${CT_VERSION}/ -WRKSRC?= ${WRKDIR}/contao -EXTRACT_DIR= ${WRKSRC} .endif .if ${CT_VERS} == "211" |