Skip to content

Commit

Permalink
www/contao44: update to 4.4.12
Browse files Browse the repository at this point in the history
From release announce:

4.4.9 (2017/12/14)

* Fixes several minor PHP 7.2 related issues.


4.4.10 (2017/12/27)

* Fixes a few minor issues including a problem with the comments bundle.


4.4.11 (2017/12/28)

* Reverts the identifier quoting changes.

  MySQL 8 and MariaDB 10.2

    In MySQL 8.0.2 and MariaDB 10.2.7 rows has been added as reserved
    word. Since we are using a field named rows in the tl_layout
    table, Contao is no longer compatible with the mentioned database
    versions.

    To avoid renaming the field in Contao and potentially causing
    theme import issues, we have added identifier quoting in version
    4.4.10(*1). Unfortunately this led to several unforeseen
    problems(*2), so we had to revert the changes in version 4.4.11.

    (*1) contao/core-bundle#1262
    (*2) contao/core#8813 (comment)


4.4.12 (2018/1/3)

* Optimizes adding pages to the search index and fixes a few minor issues.
  • Loading branch information
taca committed Jan 4, 2018
1 parent 2837223 commit 0e1c08c
Show file tree
Hide file tree
Showing 3 changed files with 230 additions and 79 deletions.
8 changes: 3 additions & 5 deletions www/contao44/Makefile
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
# $NetBSD: Makefile,v 1.12 2017/11/20 04:53:56 taca Exp $
# $NetBSD: Makefile,v 1.13 2018/01/04 13:23:03 taca Exp $
#

DISTNAME= contao-${CT_PKGVER}
PKGNAME= ${PHP_PKG_PREFIX}-contao${CT_VER}-${CT_VERSION}
PKGREVISION= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_GITHUB:=contao/}
GITHUB_PROJECT= managed-edition
GITHUB_RELEASE= ${CT_VERSION}
DIST_SUBDIR= contao448-20171116

MAINTAINER= taca@NetBSD.org
HOMEPAGE= https://contao.org/
Expand All @@ -24,7 +22,7 @@ DEPENDS+= ${PHP_PKG_PREFIX}-json>=5.6:../../textproc/php-json
DEPENDS+= ${PHP_PKG_PREFIX}-curl>=5.6:../../www/php-curl
DEPENDS+= ${PHP_PKG_PREFIX}-zlib>=5.6:../../archivers/php-zlib

CT_VERSION= 4.4.8
CT_VERSION= 4.4.12
USE_TOOLS= bash:run pax
NO_BUILD= yes

Expand Down Expand Up @@ -67,7 +65,7 @@ REPLACE_FILES.php= \
vendor/ua-parser/uap-php/bin/uaparser \
vendor/sensio/distribution-bundle/Resources/bin/build_bootstrap.php \
vendor/swiftmailer/swiftmailer/lib/swiftmailer_generate_mimes_config.php \
vendor/symfony/symfony/phpunit \
vendor/symfony/symfony/link vendor/symfony/symfony/phpunit \
vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/bin/simple-phpunit \
vendor/tecnickcom/tcpdf/tools/tcpdf_addfont.php

Expand Down
Loading

0 comments on commit 0e1c08c

Please sign in to comment.