From 6674b79da6c4f19e7ac9998480ecaafedae9da60 Mon Sep 17 00:00:00 2001 From: taca Date: Sat, 6 Jun 2015 03:41:24 +0000 Subject: 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. --- www/contao/Makefile.common | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'www/contao') 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 -- cgit v1.2.3