Sun May 6 01:39:40 2012 UTC ()
Make sure to contao211's version to 2.11.3.

Noted by David Holland, thanks much.


(taca)
diff -r1.14 -r1.15 pkgsrc/www/contao/Makefile.common

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

--- pkgsrc/www/contao/Makefile.common 2012/03/22 14:59:38 1.14
+++ pkgsrc/www/contao/Makefile.common 2012/05/06 01:39:40 1.15
@@ -1,26 +1,26 @@ @@ -1,26 +1,26 @@
1# $NetBSD: Makefile.common,v 1.14 2012/03/22 14:59:38 taca Exp $ 1# $NetBSD: Makefile.common,v 1.15 2012/05/06 01:39:40 taca Exp $
2# 2#
3# used by www/contao210/Makefile 3# used by www/contao210/Makefile
4# used by www/contao210-example/Makefile 4# used by www/contao210-example/Makefile
5# used by www/contao210-translations/Makefile 5# used by www/contao210-translations/Makefile
6# used by www/contao211/Makefile 6# used by www/contao211/Makefile
7# used by www/contao211-example/Makefile 7# used by www/contao211-example/Makefile
8# used by www/contao211-translations/Makefile 8# used by www/contao211-translations/Makefile
9# 9#
10 10
11# current release 11# current release
12CT210_VERSION= 2.10.4 12CT210_VERSION= 2.10.4
13CT211_VERSION= 2.11.2 13CT211_VERSION= 2.11.3
14 14
15CT_VERS?= 210 15CT_VERS?= 210
16 16
17.if ${CT_VERS} == "210" 17.if ${CT_VERS} == "210"
18CT_VERSION= ${CT210_VERSION} 18CT_VERSION= ${CT210_VERSION}
19CT_DIST_SUBDIR= contao210-201201020 19CT_DIST_SUBDIR= contao210-201201020
20.elif ${CT_VERS} == "211" 20.elif ${CT_VERS} == "211"
21CT_VERSION= ${CT211_VERSION} 21CT_VERSION= ${CT211_VERSION}
22.else 22.else
23.error "Illegal version specified: ${CT_VERS}" 23.error "Illegal version specified: ${CT_VERS}"
24.endif 24.endif
25 25
26CT_VER?= ${CT_VERSION:C/([0-9]+)\.([0-9]+)\..*/\1\2/} 26CT_VER?= ${CT_VERSION:C/([0-9]+)\.([0-9]+)\..*/\1\2/}