diff options
author | taca <taca@pkgsrc.org> | 2015-02-01 04:51:34 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-02-01 04:51:34 +0000 |
commit | de6673315ce4336cc0dbf48ad339e657c8cd3cb6 (patch) | |
tree | 520e1dfefb4c68e4aeb750b8d6b206a8b7739123 /www/contao | |
parent | be1104aaa08a59b719f839fa6777a87f33283c84 (diff) | |
download | pkgsrc-de6673315ce4336cc0dbf48ad339e657c8cd3cb6.tar.gz |
Update contao34 to 3.4.3 (Contao 3.4.3).
* pkgsrc change: change config directory's permission.
Version 3.4.3 (2015-01-30)
--------------------------
### Fixed
Consider the error reporting level in the install tool (see #7593).
### Fixed
Handle variables and functions when importing style sheets (see #7448).
Diffstat (limited to 'www/contao')
-rw-r--r-- | www/contao/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/contao/Makefile.common b/www/contao/Makefile.common index 1a6e9d557cc..cbc79348d9d 100644 --- a/www/contao/Makefile.common +++ b/www/contao/Makefile.common @@ -1,11 +1,11 @@ -# $NetBSD: Makefile.common,v 1.90 2015/02/01 04:49:39 taca Exp $ +# $NetBSD: Makefile.common,v 1.91 2015/02/01 04:51:34 taca Exp $ # # used by www/contao32/Makefile # used by www/contao34/Makefile # current release CT32_VERSION= 3.2.18 -CT34_VERSION= 3.4.2 +CT34_VERSION= 3.4.3 CT_VERS?= 32 |