Tue Jan 8 11:43:18 2013 UTC ()
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.


(taca)
diff -r1.25 -r1.26 pkgsrc/www/contao/Makefile.common
diff -r1.3 -r1.4 pkgsrc/www/contao30/distinfo

cvs diff -r1.25 -r1.26 pkgsrc/www/contao/Makefile.common (expand / switch to unified diff)

--- pkgsrc/www/contao/Makefile.common 2013/01/07 14:41:10 1.25
+++ pkgsrc/www/contao/Makefile.common 2013/01/08 11:43:18 1.26
@@ -1,23 +1,23 @@ @@ -1,23 +1,23 @@
1# $NetBSD: Makefile.common,v 1.25 2013/01/07 14:41:10 taca Exp $ 1# $NetBSD: Makefile.common,v 1.26 2013/01/08 11:43:18 taca Exp $
2# 2#
3# used by www/contao/Makefile.example" 3# used by www/contao/Makefile.example"
4# used by www/contao211/Makefile 4# used by www/contao211/Makefile
5# used by www/contao211-translations/Makefile 5# used by www/contao211-translations/Makefile
6# 6#
7 7
8# current release 8# current release
9CT211_VERSION= 2.11.8 9CT211_VERSION= 2.11.8
10CT300_VERSION= 3.0.2 10CT300_VERSION= 3.0.3
11 11
12CT_VERS?= 211 12CT_VERS?= 211
13 13
14.if ${CT_VERS} == "211" 14.if ${CT_VERS} == "211"
15CT_VERSION= ${CT211_VERSION} 15CT_VERSION= ${CT211_VERSION}
16CT_FILES= tl_files 16CT_FILES= tl_files
17.elif ${CT_VERS} == "30" 17.elif ${CT_VERS} == "30"
18CT_VERSION= ${CT300_VERSION} 18CT_VERSION= ${CT300_VERSION}
19CT_FILES= files 19CT_FILES= files
20.else 20.else
21.error "Illegal version specified: ${CT_VERS}" 21.error "Illegal version specified: ${CT_VERS}"
22.endif 22.endif
23 23

cvs diff -r1.3 -r1.4 pkgsrc/www/contao30/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/www/contao30/Attic/distinfo 2013/01/07 14:41:10 1.3
+++ pkgsrc/www/contao30/Attic/distinfo 2013/01/08 11:43:18 1.4
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.3 2013/01/07 14:41:10 taca Exp $ 1$NetBSD: distinfo,v 1.4 2013/01/08 11:43:18 taca Exp $
2 2
3SHA1 (contao-3.0.2.tar.gz) = 640aac8336ce69b179b3511ccf791840e5d39447 3SHA1 (contao-3.0.3.tar.gz) = f89eb4a4efc4f350d9377fa01b4d0bb557ce90df
4RMD160 (contao-3.0.2.tar.gz) = 87c06988acfa15fce68b0a4eb89a41d3db934f51 4RMD160 (contao-3.0.3.tar.gz) = 2826855888d3d137e1ac5154cb35d7aa4547f89a
5Size (contao-3.0.2.tar.gz) = 7688992 bytes 5Size (contao-3.0.3.tar.gz) = 7687756 bytes