Fri Mar 14 02:00:22 2014 UTC ()
Forgot to commit with contao32's update.


(taca)
diff -r1.61 -r1.62 pkgsrc/www/contao/Makefile.common

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

--- pkgsrc/www/contao/Makefile.common 2014/02/13 14:12:20 1.61
+++ pkgsrc/www/contao/Makefile.common 2014/03/14 02:00:22 1.62
@@ -1,25 +1,25 @@ @@ -1,25 +1,25 @@
1# $NetBSD: Makefile.common,v 1.61 2014/02/13 14:12:20 taca Exp $ 1# $NetBSD: Makefile.common,v 1.62 2014/03/14 02:00:22 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/contao32/Makefile 5# used by www/contao32/Makefile
6 6
7# Contao master site (on GitHub). 7# Contao master site (on GitHub).
8CT_MASTER_SITE= https://github.com/contao/core/archive/ 8CT_MASTER_SITE= https://github.com/contao/core/archive/
9 9
10# current release 10# current release
11CT211_VERSION= 2.11.16 11CT211_VERSION= 2.11.16
12CT32_VERSION= 3.2.7 12CT32_VERSION= 3.2.8
13 13
14CT_VERS?= 211 14CT_VERS?= 211
15 15
16.if ${CT_VERS} == "211" 16.if ${CT_VERS} == "211"
17CT_VERSION= ${CT211_VERSION} 17CT_VERSION= ${CT211_VERSION}
18.elif ${CT_VERS} == "32" 18.elif ${CT_VERS} == "32"
19CT_VERSION= ${CT32_VERSION} 19CT_VERSION= ${CT32_VERSION}
20.else 20.else
21.error "Illegal version specified: ${CT_VERS}" 21.error "Illegal version specified: ${CT_VERS}"
22.endif 22.endif
23 23
24.if ${CT_VERS} == "211" 24.if ${CT_VERS} == "211"
25CT_FILES= tl_files 25CT_FILES= tl_files