summaryrefslogtreecommitdiff
path: root/www/contao
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2015-06-06 03:41:24 +0000
committertaca <taca@pkgsrc.org>2015-06-06 03:41:24 +0000
commit6674b79da6c4f19e7ac9998480ecaafedae9da60 (patch)
tree28ff329ab41f85fbc2da4d362ef7021a700e5017 /www/contao
parentdcd29750e3119b3016cc398b319c929f18e15668 (diff)
downloadpkgsrc-6674b79da6c4f19e7ac9998480ecaafedae9da60.tar.gz
Add Contao 3.5.0 package.
Contao is an Open Source PHP Content Management System for people who want a professional website that is easy to maintain. Visit the https://contao.org for more information. This is new Long Term Support release which replase existing Contao 3.2 and the last stable release from Contao 3.x series. Please refer system/docs/CHANGELOG.md in detail.
Diffstat (limited to 'www/contao')
-rw-r--r--www/contao/Makefile.common8
1 files changed, 6 insertions, 2 deletions
diff --git a/www/contao/Makefile.common b/www/contao/Makefile.common
index 057b6da707b..fe3d59ebed1 100644
--- a/www/contao/Makefile.common
+++ b/www/contao/Makefile.common
@@ -1,18 +1,22 @@
-# $NetBSD: Makefile.common,v 1.96 2015/06/06 03:29:33 taca Exp $
+# $NetBSD: Makefile.common,v 1.97 2015/06/06 03:41:24 taca Exp $
#
# used by www/contao32/Makefile
# used by www/contao34/Makefile
+# used by www/contao35/Makefile
# current release
CT32_VERSION= 3.2.21
CT34_VERSION= 3.4.5
+CT35_VERSION= 3.5.0
-CT_VERS?= 32
+CT_VERS?= 35
.if ${CT_VERS} == "32"
CT_VERSION= ${CT32_VERSION}
.elif ${CT_VERS} == "34"
CT_VERSION= ${CT34_VERSION}
+.elif ${CT_VERS} == "35"
+CT_VERSION= ${CT35_VERSION}
.else
.error "Illegal version specified: ${CT_VERS}"
.endif