diff options
Diffstat (limited to 'www/php-tt-rss/Makefile')
-rw-r--r-- | www/php-tt-rss/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/php-tt-rss/Makefile b/www/php-tt-rss/Makefile index 59f9244041b..72d0c970447 100644 --- a/www/php-tt-rss/Makefile +++ b/www/php-tt-rss/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2014/01/27 18:41:15 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2014/06/29 15:23:47 ryoon Exp $ -TTRVER= 1.10 +TTRVER= 1.12 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 |