Tue Nov 8 12:11:42 2011 UTC ()
Update www/contao210 and www/contao210-example package to 2.10.3.

Version 2.10.3 (2011-11-07)
---------------------------
- Fixed: the postLogin/Logout hooks broke the save() method of the model
  (#3545)
- Fixed: the style sheet editor did not handle font-family/size:inherit
  correctly (#3531)
- Fixed: MooTools changed the default wMode settings for Swiff (#3540)
- Fixed: the style sheet importer did not handle
  border-color:transparent/inherit (#3480)
- Fixed: do not index empty news/event/FAQ/newsletter reader pages (#3511)
- Fixed: group labels were not always loaded correctly (#3591)
- Fixed: added a rename() workaround for Windows to the FileCache class (#3390)
- Fixed: the site structure was not ordered properly for non-admins (#3423)
- Fixed: custom layout sections were not displayed in "override all" mode
  (#3460)
- Fixed a few minor issues


(taca)
diff -r1.4 -r1.5 pkgsrc/www/contao/Makefile.common
diff -r1.4 -r1.5 pkgsrc/www/contao210/Makefile
diff -r1.4 -r1.5 pkgsrc/www/contao210/distinfo

cvs diff -r1.4 -r1.5 pkgsrc/www/contao/Makefile.common (expand / switch to unified diff)

--- pkgsrc/www/contao/Makefile.common 2011/10/10 16:32:59 1.4
+++ pkgsrc/www/contao/Makefile.common 2011/11/08 12:11:42 1.5
@@ -1,26 +1,26 @@ @@ -1,26 +1,26 @@
1# $NetBSD: Makefile.common,v 1.4 2011/10/10 16:32:59 taca Exp $ 1# $NetBSD: Makefile.common,v 1.5 2011/11/08 12:11:42 taca Exp $
2# 2#
3# used by www/contao29/Makefile 3# used by www/contao29/Makefile
4# used by www/contao29-example/Makefile 4# used by www/contao29-example/Makefile
5# used by www/contao29-translations/Makefile 5# used by www/contao29-translations/Makefile
6# used by www/contao210/Makefile 6# used by www/contao210/Makefile
7# used by www/contao210-example/Makefile 7# used by www/contao210-example/Makefile
8# used by www/contao210-translations/Makefile 8# used by www/contao210-translations/Makefile
9# 9#
10 10
11# current release 11# current release
12CT29_VERSION= 2.9.5 12CT29_VERSION= 2.9.5
13CT210_VERSION= 2.10.2 13CT210_VERSION= 2.10.3
14 14
15CT_VERS?= 210 15CT_VERS?= 210
16 16
17.if ${CT_VERS} == "29" 17.if ${CT_VERS} == "29"
18CT_VERSION= ${CT29_VERSION} 18CT_VERSION= ${CT29_VERSION}
19.elif ${CT_VERS} == "210" 19.elif ${CT_VERS} == "210"
20CT_VERSION= ${CT210_VERSION} 20CT_VERSION= ${CT210_VERSION}
21.else 21.else
22.error "Illegal version specified: ${CT_VERS}" 22.error "Illegal version specified: ${CT_VERS}"
23.endif 23.endif
24 24
25CT_VER?= ${CT_VERSION:C/([0-9]+)\.([0-9]+)\..*/\1\2/} 25CT_VER?= ${CT_VERSION:C/([0-9]+)\.([0-9]+)\..*/\1\2/}
26CT_PKGVER= ${CT_VERSION:S/.RC/rc/} 26CT_PKGVER= ${CT_VERSION:S/.RC/rc/}

cvs diff -r1.4 -r1.5 pkgsrc/www/contao210/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/www/contao210/Attic/Makefile 2011/10/10 16:32:59 1.4
+++ pkgsrc/www/contao210/Attic/Makefile 2011/11/08 12:11:42 1.5
@@ -1,20 +1,20 @@ @@ -1,20 +1,20 @@
1# $NetBSD: Makefile,v 1.4 2011/10/10 16:32:59 taca Exp $ 1# $NetBSD: Makefile,v 1.5 2011/11/08 12:11:42 taca Exp $
2# 2#
3 3
4DISTNAME= contao-${CT_VERSION} 4DISTNAME= contao-${CT_VERSION}
5PKGNAME= contao${CT_VER}-${CT_PKGVER} 5PKGNAME= contao${CT_VER}-${CT_PKGVER}
6CATEGORIES= www 6CATEGORIES= www
7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=typolight/} 7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=contao/}
8 8
9MAINTAINER= taca@NetBSD.org 9MAINTAINER= taca@NetBSD.org
10HOMEPAGE= http://www.contao.org/ 10HOMEPAGE= http://www.contao.org/
11COMMENT= Contao Open Source CMS 11COMMENT= Contao Open Source CMS
12LICENSE= gnu-lgpl-v3 12LICENSE= gnu-lgpl-v3
13 13
14DEPENDS+= ${PHP_PKG_PREFIX}-dom>=5.2.0:../../textproc/php-dom 14DEPENDS+= ${PHP_PKG_PREFIX}-dom>=5.2.0:../../textproc/php-dom
15DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.2.0:../../graphics/php-gd 15DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.2.0:../../graphics/php-gd
16DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=5.2.0:../../converters/php-mbstring 16DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=5.2.0:../../converters/php-mbstring
17DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=5.2.0:../../databases/php-mysql 17DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=5.2.0:../../databases/php-mysql
18DEPENDS+= ${PHP_PKG_PREFIX}-mcrypt>=5.2.0:../../security/php-mcrypt 18DEPENDS+= ${PHP_PKG_PREFIX}-mcrypt>=5.2.0:../../security/php-mcrypt
19DEPENDS+= ${PHP_PKG_PREFIX}-soap>=5.2.0:../../net/php-soap 19DEPENDS+= ${PHP_PKG_PREFIX}-soap>=5.2.0:../../net/php-soap
20 20

cvs diff -r1.4 -r1.5 pkgsrc/www/contao210/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/www/contao210/Attic/distinfo 2011/10/10 16:32:59 1.4
+++ pkgsrc/www/contao210/Attic/distinfo 2011/11/08 12:11:42 1.5
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.4 2011/10/10 16:32:59 taca Exp $ 1$NetBSD: distinfo,v 1.5 2011/11/08 12:11:42 taca Exp $
2 2
3SHA1 (contao-2.10.2.tar.gz) = 78db9e1ee385f169ac70e4c9a1e09d5bf1c6ef47 3SHA1 (contao-2.10.3.tar.gz) = fef51c2587a2e4551b79dd313cf5d88ec418acb5
4RMD160 (contao-2.10.2.tar.gz) = d4feedfeadf93384bf3d76f8a380c0772b3a3c92 4RMD160 (contao-2.10.3.tar.gz) = 4f65ad4be9186b5ee893e5c161a954ac64f15c7a
5Size (contao-2.10.2.tar.gz) = 4871543 bytes 5Size (contao-2.10.3.tar.gz) = 4871882 bytes