pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/contao Rename CT310_VERSION to CT31_VERSION since ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2606bad9daef
branches: trunk
changeset: 626371:2606bad9daef
user: taca <taca%pkgsrc.org@localhost>
date: Fri Nov 08 22:16:27 2013 +0000
description:
Rename CT310_VERSION to CT31_VERSION since it dosen't represent 3.1.0
but 3.1.x.
diffstat:
www/contao/Makefile.common | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 8093bb0238e1 -r 2606bad9daef www/contao/Makefile.common
--- a/www/contao/Makefile.common Fri Nov 08 22:06:28 2013 +0000
+++ b/www/contao/Makefile.common Fri Nov 08 22:16:27 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.45 2013/11/08 21:36:34 kefren Exp $
+# $NetBSD: Makefile.common,v 1.46 2013/11/08 22:16:27 taca Exp $
#
# used by www/contao/Makefile.example"
# used by www/contao211/Makefile
@@ -12,14 +12,14 @@
# current release
CT211_VERSION= 2.11.12
-CT310_VERSION= 3.1.5
+CT31_VERSION= 3.1.5
CT_VERS?= 211
.if ${CT_VERS} == "211"
CT_VERSION= ${CT211_VERSION}
.elif ${CT_VERS} == "31"
-CT_VERSION= ${CT310_VERSION}
+CT_VERSION= ${CT31_VERSION}
.else
.error "Illegal version specified: ${CT_VERS}"
.endif
Home |
Main Index |
Thread Index |
Old Index