Update contao35 to 3.5.19.
Version 3.5.19 (2016-11-16) --------------------------- ### Fixed Only evaluate `hasDetails()` and `hasText()` upon the first call. ### Fixed Cache the `PageModel::findPublishedFallbackByHostname()` results (see #8544). ### Fixed Correctly redirect to the website root page (see #8552). ### Fixed Continue rebuilding the search index if there are errors (see #8541).
This commit is contained in:
parent
c8a80cf4d1
commit
c821599e35
2 changed files with 7 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.18 2016/10/25 16:27:05 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.19 2016/11/16 16:29:34 taca Exp $
|
||||
#
|
||||
|
||||
DISTNAME= contao-${CT_PKGVER}
|
||||
|
@ -23,7 +23,7 @@ DEPENDS+= ${PHP_PKG_PREFIX}-curl>=5.4.0:../../www/php-curl
|
|||
DEPENDS+= ${PHP_PKG_PREFIX}-zlib>=5.4.0:../../archivers/php-zlib
|
||||
DEPENDS+= bash>=4.0:../../shells/bash
|
||||
|
||||
CT_VERSION= 3.5.18
|
||||
CT_VERSION= 3.5.19
|
||||
USE_TOOLS= bash pax
|
||||
NO_BUILD= yes
|
||||
FILESDIR?= ${.CURDIR}/files
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.15 2016/10/25 16:27:05 taca Exp $
|
||||
$NetBSD: distinfo,v 1.16 2016/11/16 16:29:34 taca Exp $
|
||||
|
||||
SHA1 (contao-3.5.18.tar.gz) = 9bc1dcf97ea7b8bc9b157162c1a5286cc6ed5b76
|
||||
RMD160 (contao-3.5.18.tar.gz) = e46c62d90f70e39c0f147a27ae965966ab758ac6
|
||||
SHA512 (contao-3.5.18.tar.gz) = cadfe8cce1c1daa399c6c0cf56ea966a8427240fbd76284cf6d9a7baed4c50b854c843d69243b6e02e1aaf38dd1c0559de2f13224082aafe8d39425bddf7534b
|
||||
Size (contao-3.5.18.tar.gz) = 11045626 bytes
|
||||
SHA1 (contao-3.5.19.tar.gz) = 603928b7608a000b6e93a45640e71399d8e2a2ce
|
||||
RMD160 (contao-3.5.19.tar.gz) = c03af132e356096fb038fefa151fc8de61cc8f0d
|
||||
SHA512 (contao-3.5.19.tar.gz) = 20278546a0b19b41a60e13ee2b0e3b7a28ccfbb44fbdb6bd8040689885aa368e2312e104758daebd0375e1882f40b2bdf5eb083b5da1fbdf777582d29f10a530
|
||||
Size (contao-3.5.19.tar.gz) = 11050779 bytes
|
||||
|
|
Loading…
Reference in a new issue