diff options
author | thierry <thierry@FreeBSD.org> | 2015-11-04 05:13:35 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2015-11-04 05:13:35 +0800 |
commit | a23e7b88e336064dad46e4879a92ec7b3fedd945 (patch) | |
tree | 4c169399f2fd2cee0a787704c83536a6f076ffe5 /www/tt-rss/Makefile | |
parent | 4173f8fb6254015335a44d23c25a38b9d1ce1dc6 (diff) | |
download | freebsd-ports-gnome-a23e7b88e336064dad46e4879a92ec7b3fedd945.tar.gz freebsd-ports-gnome-a23e7b88e336064dad46e4879a92ec7b3fedd945.tar.zst freebsd-ports-gnome-a23e7b88e336064dad46e4879a92ec7b3fedd945.zip |
- Upstream moved from GitHub to GitLab
- Upgrade to 15.7.2015.11.02.
Changelog at <https://tt-rss.org/gitlab/fox/tt-rss/activity>.
Submitted by: Derek Schrock <dereks (at) lifeofadishwasher.com>
Diffstat (limited to 'www/tt-rss/Makefile')
-rw-r--r-- | www/tt-rss/Makefile | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/www/tt-rss/Makefile b/www/tt-rss/Makefile index cc03f9c0e5b8..1fb2949fd472 100644 --- a/www/tt-rss/Makefile +++ b/www/tt-rss/Makefile @@ -2,18 +2,16 @@ # $FreeBSD$ PORTNAME= tt-rss -PORTVERSION= 1.15.3.150720 +PORTVERSION= 15.7.2015.11.02 CATEGORIES= www +MASTER_SITES= https://tt-rss.org/gitlab/fox/tt-rss/repository/archive${EXTRACT_SUFX}?ref=${GL_TAGNAME}#/ MAINTAINER= thierry@FreeBSD.org COMMENT= Tiny Tiny RSS: web-based news feed (RSS/Atom) aggregator LICENSE= GPLv2 -USE_GITHUB= yes -GH_ACCOUNT= gothfox -GH_PROJECT= Tiny-Tiny-RSS -GH_TAGNAME= 2caeb0f +GL_TAGNAME= ee4c4602 NO_BUILD= yes NO_ARCH= yes @@ -22,8 +20,9 @@ USE_PHP= ctype dom hash json mbstring pcntl posix session xmlrpc WANT_PHP_WEB= yes WANT_PHP_CLI= yes REINPLACE_ARGS= -i "" -USES= shebangfix +USES= shebangfix tar:bz2 SHEBANG_FILES= lib/dojo-src/rebuild-dojo.sh utils/extract-i18n-js.pl +WRKSRC= ${WRKDIR}/tt-rss.git USE_RC_SUBR= ttrssd @@ -42,7 +41,9 @@ USE_PHP+= pgsql DB= pgsql MYSQL= "\#" PGSQL= -.else +.endif + +.if ${PORT_OPTIONS:MMYSQL} USE_PHP+= mysqli DB= mysql MYSQL= |