pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/php-tt-rss Depend on php-iconv: updater for 1.9 co...
details: https://anonhg.NetBSD.org/pkgsrc/rev/7b23e118aa95
branches: trunk
changeset: 627936:7b23e118aa95
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Dec 21 19:46:24 2013 +0000
description:
Depend on php-iconv: updater for 1.9 complains:
"PHP support for iconv is required to handle multiple charsets."
Bump PKGREVISION.
diffstat:
www/php-tt-rss/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (23 lines):
diff -r e6dee849cd17 -r 7b23e118aa95 www/php-tt-rss/Makefile
--- a/www/php-tt-rss/Makefile Sat Dec 21 17:29:30 2013 +0000
+++ b/www/php-tt-rss/Makefile Sat Dec 21 19:46:24 2013 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.7 2013/10/12 13:14:28 ryoon Exp $
-#
+# $NetBSD: Makefile,v 1.8 2013/12/21 19:46:24 wiz Exp $
TTRVER= 1.10
DISTNAME= Tiny-Tiny-RSS-${TTRVER}
PKGNAME= ${PHP_PKG_PREFIX}-tt-rss-${TTRVER}
+PKGREVISION= 1
CATEGORIES= www
MASTER_SITES= -http://github.com/gothfox/Tiny-Tiny-RSS/archive/${TTRVER}.tar.gz
@@ -15,6 +15,7 @@
DEPENDS+= ${PHP_PKG_PREFIX}-mbstring-[0-9]*:../../converters/php-mbstring
DEPENDS+= ${PHP_PKG_PREFIX}-json-[0-9]*:../../textproc/php-json
DEPENDS+= ${PHP_PKG_PREFIX}-dom-[0-9]*:../../textproc/php-dom
+DEPENDS+= ${PHP_PKG_PREFIX}-iconv-[0-9]*:../../converters/php-iconv
# Force using "curl" for fetching the distribution file. It is only available
# over HTTPS and "curl" is the only fetch program which always supports HTTPS.
Home |
Main Index |
Thread Index |
Old Index