Update dependency.
* Minimum PHP version. * Require php-pdo_mysql. Bump PKGREVISION.
This commit is contained in:
parent
c925e6ce90
commit
471f778001
1 changed files with 12 additions and 9 deletions
|
@ -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/lib/Less/Less.php.combine \
|
|||
.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
|
||||
|
|
Loading…
Reference in a new issue