From 5687e0473bd5e3f5a15e765b608e3673cc2bed01 Mon Sep 17 00:00:00 2001 From: taca Date: Mon, 1 Oct 2012 15:35:26 +0000 Subject: Update contao211 to 2.11.6 (Contao 2.11.6). Version 2.11.6 (2012-09-26) --------------------------- ### Fixed Correctly handle root pages in `Controller::getPageDetails()` (see #4610). ### Fixed Consider the page language when forwarding (see #4841). ### Fixed URL encode the enclosure URLs in RSS/Atom feeds (see #4839). ### Fixed Also create empty templates folders if a theme is imported (see #4793). ### Fixed Decode Punycode domains when used via insert tag (see #4753). ### Fixed Correctly handle open tags in `String::substrHtml()` (see #4773). ### Fixed Correctly handle units when importing style sheets (see #4721). ### Fixed The mediabox plugin did not play Vimeo videos (see #4770). ### Fixed Correctly align stylect menus in the form generator in the back end (see #4557). ### Fixed Add a link if a news item or event points to an internal page (see #4671). ### Fixed Wrap the MooTools fallback into CDATA tags on XHTML pages (see #4680). ### Fixed Do not add a default value to textareas (see #4722). ### Fixed Do not override the comments array in case login is required to comment, otherwise no commets will be shown (see #4064). --- www/contao/Makefile.common | 4 ++-- www/contao211/Makefile | 7 ++----- www/contao211/distinfo | 8 ++++---- 3 files changed, 8 insertions(+), 11 deletions(-) (limited to 'www') diff --git a/www/contao/Makefile.common b/www/contao/Makefile.common index 28c92d2f574..c05487dd7a2 100644 --- a/www/contao/Makefile.common +++ b/www/contao/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.20 2012/10/01 15:31:00 taca Exp $ +# $NetBSD: Makefile.common,v 1.21 2012/10/01 15:35:26 taca Exp $ # # used by www/contao/Makefile.example" # used by www/contao211/Makefile @@ -6,7 +6,7 @@ # # current release -CT211_VERSION= 2.11.5 +CT211_VERSION= 2.11.6 CT300_VERSION= 3.0.RC2 CT_VERS?= 211 diff --git a/www/contao211/Makefile b/www/contao211/Makefile index a2a1f71cd53..6d483e4c60e 100644 --- a/www/contao211/Makefile +++ b/www/contao211/Makefile @@ -1,16 +1,15 @@ -# $NetBSD: Makefile,v 1.5 2012/09/27 03:06:55 taca Exp $ +# $NetBSD: Makefile,v 1.6 2012/10/01 15:35:26 taca Exp $ # DISTNAME= contao-${CT_VERSION} PKGNAME= contao${CT_VER}-${CT_PKGVER} -PKGREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=contao/} DIST_SUBDIR= ${CT_DIST_SUBDIR} MAINTAINER= taca@NetBSD.org HOMEPAGE= http://www.contao.org/ -COMMENT= Contao Open Source CMS +COMMENT= Contao Open Source CMS ${CT_VERBASE} LICENSE= gnu-lgpl-v3 DEPENDS+= ${PHP_PKG_PREFIX}-dom>=5.2.0:../../textproc/php-dom @@ -20,8 +19,6 @@ DEPENDS+= ${PHP_PKG_PREFIX}-{mysql,mysqli}>=5.2.0:../../databases/php-mysqli DEPENDS+= ${PHP_PKG_PREFIX}-mcrypt>=5.2.0:../../security/php-mcrypt DEPENDS+= ${PHP_PKG_PREFIX}-soap>=5.2.0:../../net/php-soap -PKG_DESTDIR_SUPPORT= user-destdir - CT_VERS= 211 USE_TOOLS= pax NO_BUILD= yes diff --git a/www/contao211/distinfo b/www/contao211/distinfo index f5a754ddf0c..e4dd071faf6 100644 --- a/www/contao211/distinfo +++ b/www/contao211/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2012/07/26 03:06:05 taca Exp $ +$NetBSD: distinfo,v 1.10 2012/10/01 15:35:26 taca Exp $ -SHA1 (contao-2.11.5.tar.gz) = c90593d99daaff84895f1e14e4cb9f108901d687 -RMD160 (contao-2.11.5.tar.gz) = a6a5c42fa66bc46d1136e1d3e72b7d00f84f4b35 -Size (contao-2.11.5.tar.gz) = 5339105 bytes +SHA1 (contao-2.11.6.tar.gz) = e24795a10f95bd8f3ad6051162cee520d02ecb3d +RMD160 (contao-2.11.6.tar.gz) = 537bf11073cb37601b61ca613807fbff919f5f1f +Size (contao-2.11.6.tar.gz) = 5340603 bytes SHA1 (patch-system_initialize.php) = 109f381bef4bae32617549709601eb2a30bbb01a -- cgit v1.2.3