pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/php-owncloud Add missing dependency on textproc/ph...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b2e7f7a6c330
branches:  trunk
changeset: 384830:b2e7f7a6c330
user:      hauke <hauke%pkgsrc.org@localhost>
date:      Mon Sep 03 18:34:18 2018 +0000

description:
Add missing dependency on textproc/php-intl.

diffstat:

 www/php-owncloud/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 8b21f1634c41 -r b2e7f7a6c330 www/php-owncloud/Makefile
--- a/www/php-owncloud/Makefile Mon Sep 03 17:40:32 2018 +0000
+++ b/www/php-owncloud/Makefile Mon Sep 03 18:34:18 2018 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.68 2018/08/22 09:47:57 wiz Exp $
+# $NetBSD: Makefile,v 1.69 2018/09/03 18:34:18 hauke Exp $
 #
 
 DISTNAME=      owncloud-10.0.8
 PKGNAME=       ${PHP_PKG_PREFIX}-${DISTNAME}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    www
 MASTER_SITES=  http://download.owncloud.org/community/
 EXTRACT_SUFX=  .tar.bz2
@@ -15,6 +15,7 @@
 
 DEPENDS+=      ${PHP_PKG_PREFIX}-gd>=5.4.0:../../graphics/php-gd
 DEPENDS+=      ${PHP_PKG_PREFIX}-iconv>=5.4.0:../../converters/php-iconv
+DEPENDS+=      ${PHP_PKG_PREFIX}-intl>=5.4.0:../../textproc/php-intl
 DEPENDS+=      ${PHP_PKG_PREFIX}-json>=5.4.0:../../textproc/php-json
 DEPENDS+=      ${PHP_PKG_PREFIX}-mbstring>=5.4.0:../../converters/php-mbstring
 DEPENDS+=      ${PHP_PKG_PREFIX}-zip>=5.4.0:../../archivers/php-zip



Home | Main Index | Thread Index | Old Index