pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/contao44



Module Name:    pkgsrc
Committed By:   taca
Date:           Wed Aug  2 16:32:03 UTC 2017

Modified Files:
        pkgsrc/www/contao44: Makefile

Log Message:
Update dependency.

* Minimum PHP version.
* Require php-pdo_mysql.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/contao44/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/contao44/Makefile
diff -u pkgsrc/www/contao44/Makefile:1.3 pkgsrc/www/contao44/Makefile:1.4
--- pkgsrc/www/contao44/Makefile:1.3    Mon Jul 31 13:46:34 2017
+++ pkgsrc/www/contao44/Makefile        Wed Aug  2 16:32:03 2017
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2017/07/31 13:46:34 taca Exp $
+# $NetBSD: Makefile,v 1.4 2017/08/02 16:32: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
@@ -13,13 +14,15 @@ HOMEPAGE=   https://contao.org/
 COMMENT=       Contao Open Source CMS ${CT_VERSION}
 LICENSE=       gnu-lgpl-v3
 
-DEPENDS+=      ${PHP_PKG_PREFIX}-gd>=5.5.0:../../graphics/php-gd
-DEPENDS+=      ${PHP_PKG_PREFIX}-mbstring>=5.5.0:../../converters/php-mbstring
-DEPENDS+=      ${PHP_PKG_PREFIX}-mysqli>=5.5.0:../../databases/php-mysqli
-DEPENDS+=      ${PHP_PKG_PREFIX}-soap>=5.5.0:../../net/php-soap
-DEPENDS+=      ${PHP_PKG_PREFIX}-intl>=5.5.0:../../textproc/php-intl
-DEPENDS+=      ${PHP_PKG_PREFIX}-curl>=5.5.0:../../www/php-curl
-DEPENDS+=      ${PHP_PKG_PREFIX}-zlib>=5.5.0:../../archivers/php-zlib
+DEPENDS+=      ${PHP_PKG_PREFIX}-gd>=5.6:../../graphics/php-gd
+DEPENDS+=      ${PHP_PKG_PREFIX}-mbstring>=5.6:../../converters/php-mbstring
+DEPENDS+=      ${PHP_PKG_PREFIX}-mysqli>=5.6:../../databases/php-mysqli
+DEPENDS+=      ${PHP_PKG_PREFIX}-pdo_mysql>=5.6:../../databases/php-pdo_mysql
+DEPENDS+=      ${PHP_PKG_PREFIX}-soap>=5.6:../../net/php-soap
+DEPENDS+=      ${PHP_PKG_PREFIX}-intl>=5.6:../../textproc/php-intl
+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
 DEPENDS+=      bash>=4.0:../../shells/bash
 
 CT_VERSION=    4.4.2
@@ -84,7 +87,7 @@ PERMFIXFILES= vendor/oyejorge/less.php/l
 .include "../../lang/php/phpversion.mk"
 
 .if ${PKG_PHP_VERSION} < 71
-DEPENDS+=      ${PHP_PKG_PREFIX}-mcrypt>=5.5.0:../../security/php-mcrypt
+DEPENDS+=      ${PHP_PKG_PREFIX}-mcrypt>=5.6:../../security/php-mcrypt
 .else
 DEPENDS+=      ${PHP_PKG_PREFIX}-pecl-mcrypt>=1.0.1:../../security/php-pecl-mcrypt
 .endif



Home | Main Index | Thread Index | Old Index