diff options
author | thierry <thierry@FreeBSD.org> | 2012-11-02 00:26:21 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2012-11-02 00:26:21 +0800 |
commit | bba0576c81660a11091841056f018e49245c284e (patch) | |
tree | 3afa90911b8a14d32d55464761ea5e779bfb15c7 /www/tt-rss/Makefile | |
parent | ac286d0f4ecfa369d6598154f819aeaf0328e28d (diff) | |
download | freebsd-ports-gnome-bba0576c81660a11091841056f018e49245c284e.tar.gz freebsd-ports-gnome-bba0576c81660a11091841056f018e49245c284e.tar.zst freebsd-ports-gnome-bba0576c81660a11091841056f018e49245c284e.zip |
Upgrade to 1.6.0.
Changelog at <http://tt-rss.org/redmine/versions/77>.
Feature safe: yes
Diffstat (limited to 'www/tt-rss/Makefile')
-rw-r--r-- | www/tt-rss/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/www/tt-rss/Makefile b/www/tt-rss/Makefile index ff3b29c432d3..3b843aefdc2d 100644 --- a/www/tt-rss/Makefile +++ b/www/tt-rss/Makefile @@ -1,12 +1,9 @@ -# New ports collection makefile for: tt-rss -# Date created: 18 August 2010 -# Whom: Thierry Thomas <thierry@pompo.net> +# Created by: Thierry Thomas <thierry@pompo.net> # # $FreeBSD$ -# PORTNAME= tt-rss -PORTVERSION= 1.5.11 +PORTVERSION= 1.6.0 CATEGORIES= www MASTER_SITES= http://tt-rss.org/download/ @@ -41,7 +38,7 @@ SUB_LIST= DB=${DB} WWWOWN=${WWWOWN} PLIST_SUB= WWWOWN=${WWWOWN}:${WWWGRP} PKGMESSAGE= ${WRKDIR}/pkg-message -PHP2FIX= config.php-dist update.php update_daemon2.php +PHP2FIX= config.php-dist update.php SCRIPTS= update.php update_daemon2.php |