diff options
author | taca <taca@pkgsrc.org> | 2013-11-21 16:50:50 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2013-11-21 16:50:50 +0000 |
commit | e23acccbcf925235818bd0eed29cedc5a7268224 (patch) | |
tree | af87ac88a8a1e0d2e390f0969bed3fc35597f224 /www | |
parent | 0e9fae27c69afe01b0882a46b3239ab2f5f07ba7 (diff) | |
download | pkgsrc-e23acccbcf925235818bd0eed29cedc5a7268224.tar.gz |
Add version for Contao 3.2.0.
Diffstat (limited to 'www')
-rw-r--r-- | www/contao/Makefile.common | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/contao/Makefile.common b/www/contao/Makefile.common index 43b55ab3a6b..4b5510b77ed 100644 --- a/www/contao/Makefile.common +++ b/www/contao/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.47 2013/11/19 14:19:58 taca Exp $ +# $NetBSD: Makefile.common,v 1.48 2013/11/21 16:50:50 taca Exp $ # # used by www/contao/Makefile.example" # used by www/contao211/Makefile @@ -12,6 +12,7 @@ CT_MASTER_SITE= https://github.com/contao/core/archive/ # current release CT211_VERSION= 2.11.13 CT31_VERSION= 3.1.5 +CT32_VERSION= 3.2.0 CT_VERS?= 211 @@ -19,6 +20,8 @@ CT_VERS?= 211 CT_VERSION= ${CT211_VERSION} .elif ${CT_VERS} == "31" CT_VERSION= ${CT31_VERSION} +.elif ${CT_VERS} == "32" +CT_VERSION= ${CT32_VERSION} .else .error "Illegal version specified: ${CT_VERS}" .endif |