Sun Sep 8 11:11:04 2013 UTC ()
Remove contao30 related lines.


(taca)
diff -r1.41 -r1.42 pkgsrc/www/contao/Makefile.common
diff -r1.13 -r1.14 pkgsrc/www/contao/Makefile.example

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

--- pkgsrc/www/contao/Makefile.common 2013/09/04 02:38:31 1.41
+++ pkgsrc/www/contao/Makefile.common 2013/09/08 11:11:04 1.42
@@ -1,37 +1,33 @@ @@ -1,37 +1,33 @@
1# $NetBSD: Makefile.common,v 1.41 2013/09/04 02:38:31 taca Exp $ 1# $NetBSD: Makefile.common,v 1.42 2013/09/08 11:11:04 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# used by www/contao30/Makefile 
7# used by www/contao31/Makefile 6# used by www/contao31/Makefile
8# 7#
9 8
10# Contao master site (on GitHub). 9# Contao master site (on GitHub).
11CT_MASTER_SITE= https://download.contao.org/ \ 10CT_MASTER_SITE= https://download.contao.org/ \
12 https://github.com/contao/core/archive/ \ 11 https://github.com/contao/core/archive/ \
13 12
14# current release 13# current release
15CT211_VERSION= 2.11.12 14CT211_VERSION= 2.11.12
16CT300_VERSION= 3.0.6 
17CT310_VERSION= 3.1.2 15CT310_VERSION= 3.1.2
18 16
19CT_VERS?= 211 17CT_VERS?= 211
20 18
21.if ${CT_VERS} == "211" 19.if ${CT_VERS} == "211"
22CT_VERSION= ${CT211_VERSION} 20CT_VERSION= ${CT211_VERSION}
23.elif ${CT_VERS} == "30" 
24CT_VERSION= ${CT300_VERSION} 
25.elif ${CT_VERS} == "31" 21.elif ${CT_VERS} == "31"
26CT_VERSION= ${CT310_VERSION} 22CT_VERSION= ${CT310_VERSION}
27.else 23.else
28.error "Illegal version specified: ${CT_VERS}" 24.error "Illegal version specified: ${CT_VERS}"
29.endif 25.endif
30 26
31.if ${CT_VERS} == "211" 27.if ${CT_VERS} == "211"
32CT_FILES= tl_files 28CT_FILES= tl_files
33.else 29.else
34CT_FILES= files 30CT_FILES= files
35FILESDIR= ${.CURDIR}/../../www/contao/files 31FILESDIR= ${.CURDIR}/../../www/contao/files
36.endif 32.endif
37 33

cvs diff -r1.13 -r1.14 pkgsrc/www/contao/Attic/Makefile.example (expand / switch to unified diff)

--- pkgsrc/www/contao/Attic/Makefile.example 2013/09/04 02:38:31 1.13
+++ pkgsrc/www/contao/Attic/Makefile.example 2013/09/08 11:11:04 1.14
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile.example,v 1.13 2013/09/04 02:38:31 taca Exp $ 1# $NetBSD: Makefile.example,v 1.14 2013/09/08 11:11:04 taca Exp $
2# 2#
3# used by www/contao211-example/Makefile 3# used by www/contao211-example/Makefile
4# used by www/contao30-example/Makefile 
5# used by www/contao31-example/Makefile 4# used by www/contao31-example/Makefile
6# 5#
7 6
8DISTNAME= ${CT_VERSION} 7DISTNAME= ${CT_VERSION}
9PKGNAME= contao${CT_VER}-example-${CT_PKGVER} 8PKGNAME= contao${CT_VER}-example-${CT_PKGVER}
10CATEGORIES= www 9CATEGORIES= www
11MASTER_SITES= ${CT_MASTER_SITE} 10MASTER_SITES= ${CT_MASTER_SITE}
12 11
13MAINTAINER= taca@NetBSD.org 12MAINTAINER= taca@NetBSD.org
14HOMEPAGE= http://www.contao.org/ 13HOMEPAGE= http://www.contao.org/
15COMMENT= Sample site data for Contao Open Source CMS ${CT_VERBASE} 14COMMENT= Sample site data for Contao Open Source CMS ${CT_VERBASE}
16 15
17DEPENDS+= contao${CT_VER}>=${CT_PKGVER}:../../www/contao${CT_VER} 16DEPENDS+= contao${CT_VER}>=${CT_PKGVER}:../../www/contao${CT_VER}