summaryrefslogtreecommitdiff
path: root/www/contao
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2012-11-08 04:56:01 +0000
committertaca <taca@pkgsrc.org>2012-11-08 04:56:01 +0000
commit582755d1919db908f183822f40ae52168291c400 (patch)
tree2ab8a61fc1ef19298ab915d6bfcaf5cf47956b6d /www/contao
parent4a39228cdc5ce1f54381d073e57c0b273a87e537 (diff)
downloadpkgsrc-582755d1919db908f183822f40ae52168291c400.tar.gz
Add contao30 package version 3.0.0 (Contao Open Source CMS 3.0.0).
Contao Open Source CMS 3.0.0 is new major release since Contao (as TYPOlight) was publicly released. Major changes from 2.11. * Use PHP namespace and more flexible to extend. * Improve performance with mapper class loader. * Better support for mobile devices and responsive design * Database supported file management and handling of file's meta data. * jQuery support coexist with MooTools. * Directories in URL path. * HTML5 based audio/video player (also YouTube). * Improve ease to use. * Display of what has changed. * Complete fix for CSRF.
Diffstat (limited to 'www/contao')
-rw-r--r--www/contao/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/contao/Makefile.common b/www/contao/Makefile.common
index c05487dd7a2..10da54348ad 100644
--- a/www/contao/Makefile.common
+++ b/www/contao/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.21 2012/10/01 15:35:26 taca Exp $
+# $NetBSD: Makefile.common,v 1.22 2012/11/08 04:56:01 taca Exp $
#
# used by www/contao/Makefile.example"
# used by www/contao211/Makefile
@@ -7,7 +7,7 @@
# current release
CT211_VERSION= 2.11.6
-CT300_VERSION= 3.0.RC2
+CT300_VERSION= 3.0.0
CT_VERS?= 211