diff options
author | taca <taca@pkgsrc.org> | 2013-01-08 11:43:18 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2013-01-08 11:43:18 +0000 |
commit | 9792057636f94626af630c8c7a27daabe2641a85 (patch) | |
tree | 6582b7bb5a79fc1458589f276b07eb4326d9ae15 /www/contao | |
parent | 6ee6e786db25105e15a0af7bb5fad594b200bf6a (diff) | |
download | pkgsrc-9792057636f94626af630c8c7a27daabe2641a85.tar.gz |
Update contao30 and contao30-example to 3.0.3.
Version 3.0.3 (2013-01-08)
--------------------------
### Fixed
Do not separate a style sheet with a font-face selector if the definition is
invisible or the media type of the style sheet is "all" (see #5216).
### Fixed
Looking for theme templates broke the install routine (see #5210).
### Fixed
Correctly handle empty newsletter channel selections.
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 485755a4b02..37f1a9ca74a 100644 --- a/www/contao/Makefile.common +++ b/www/contao/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.25 2013/01/07 14:41:10 taca Exp $ +# $NetBSD: Makefile.common,v 1.26 2013/01/08 11:43:18 taca Exp $ # # used by www/contao/Makefile.example" # used by www/contao211/Makefile @@ -7,7 +7,7 @@ # current release CT211_VERSION= 2.11.8 -CT300_VERSION= 3.0.2 +CT300_VERSION= 3.0.3 CT_VERS?= 211 |