Update contao30 to 3.0.6.
pkgsrc change: stop using DIST_SUBDIR. Version 3.0.6 (2013-03-21) -------------------------- ### Fixed Do not add links to news, events, FAQs or newsletters to the sitemap if the target page has not been published (see #5520). ### Fixed Include the local configuration file twice, once before and once after the module configuration files are parsed (see #5490). This will make settings like the debug or safe mode work properly. ### Fixed Correctly set the RSS feed self-reference (see #5478). ### Fixed Remove `­` and ` ` from RSS and Atom feeds (see #5473). ### Fixed Do not remove the grid column margin on mobile devices (see #5475). ### Fixed Store the relative path to the installation in the `pathconfig.php` (see #5339). ### Fixed Correctly send the comment moderation mails (see #5443). ### Fixed Correctly create the user home directory upon registration (see #5437). ### Improved Made the `.htaccess` files Apache 2.4 ready (see #5032). ### Fixed Also truncate opened files in `File::truncate()` (see #5459). ### Fixed Added the "allowTransparency" attribute to the mediabox script (see #5077). ### Fixed The submit button label was not shown in the `FormSubmit` widget (see #5434). ### Fixed Show invisible elements in the back end preview (see #5449). ### Fixed Allow to create forward pages without a specific target (see #5453). ### Fixed Updated the TinyMCE typolinks plugin (see #5329). ### Fixed Correctly initialize the user's pagemounts (see #5454). ### Fixed Support loading static JavaScripts in the `config.php` files (see #4890). ### Fixed Show all articles if the article list module is in the same column (see #5373). ### Fixed Do not show `mail_` templates from theme folders (see #5379). ### Fixed Consider only published events when finding the calendar boundaries and only render the previous and next links if there are events (see #5426). ### Fixed Do not override the header and footer height in the layout builder (see #5368). ### Fixed Correctly reset fallback, default and "do not copy" fields (see #5252).
This commit is contained in:
parent
5500db193b
commit
f0f514d442
4 changed files with 8 additions and 11 deletions
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: Makefile.common,v 1.32 2013/04/02 15:29:00 taca Exp $
|
# $NetBSD: Makefile.common,v 1.33 2013/04/02 15:34:35 taca Exp $
|
||||||
#
|
#
|
||||||
# used by www/contao/Makefile.example"
|
# used by www/contao/Makefile.example"
|
||||||
# used by www/contao211/Makefile
|
# used by www/contao211/Makefile
|
||||||
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
# current release
|
# current release
|
||||||
CT211_VERSION= 2.11.10
|
CT211_VERSION= 2.11.10
|
||||||
CT300_VERSION= 3.0.5
|
CT300_VERSION= 3.0.6
|
||||||
|
|
||||||
CT_VERS?= 211
|
CT_VERS?= 211
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
# $NetBSD: Makefile,v 1.1 2012/11/08 04:56:30 taca Exp $
|
# $NetBSD: Makefile,v 1.2 2013/04/02 15:34:35 taca Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
DIST_SUBDIR= ${CT_DIST_SUBDIR}
|
|
||||||
LICENSE= gnu-lgpl-v3
|
LICENSE= gnu-lgpl-v3
|
||||||
|
|
||||||
CT_VERS= 30
|
CT_VERS= 30
|
||||||
|
|
|
@ -1,12 +1,10 @@
|
||||||
# $NetBSD: Makefile,v 1.6 2013/03/16 07:21:23 obache Exp $
|
# $NetBSD: Makefile,v 1.7 2013/04/02 15:34:35 taca Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= contao-${CT_VERSION}
|
DISTNAME= contao-${CT_VERSION}
|
||||||
PKGNAME= contao${CT_VER}-${CT_PKGVER}
|
PKGNAME= contao${CT_VER}-${CT_PKGVER}
|
||||||
PKGREVISION= 1
|
|
||||||
CATEGORIES= www
|
CATEGORIES= www
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=contao/}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=contao/}
|
||||||
DIST_SUBDIR= ${CT_DIST_SUBDIR}
|
|
||||||
|
|
||||||
MAINTAINER= taca@NetBSD.org
|
MAINTAINER= taca@NetBSD.org
|
||||||
HOMEPAGE= http://www.contao.org/
|
HOMEPAGE= http://www.contao.org/
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
$NetBSD: distinfo,v 1.7 2013/02/19 15:45:03 taca Exp $
|
$NetBSD: distinfo,v 1.8 2013/04/02 15:34:35 taca Exp $
|
||||||
|
|
||||||
SHA1 (contao-20120109/contao-3.0.5.tar.gz) = 32e2f1be5a67a91b4a3f86ec7e765b0f095e7b44
|
SHA1 (contao-3.0.6.tar.gz) = 21c7bea1789ef74ed090ae972bf7071d0689b3a1
|
||||||
RMD160 (contao-20120109/contao-3.0.5.tar.gz) = ad1e1e86af17790c42f1f4f8977c6e8bb9fc6346
|
RMD160 (contao-3.0.6.tar.gz) = 48ab35e76d7853a23e0612b98e924b9162ab6ab2
|
||||||
Size (contao-20120109/contao-3.0.5.tar.gz) = 7711756 bytes
|
Size (contao-3.0.6.tar.gz) = 7717948 bytes
|
||||||
|
|
Loading…
Reference in a new issue