diff options
author | Bartek Rutkowski <robak@FreeBSD.org> | 2015-03-12 13:13:21 +0000 |
---|---|---|
committer | Bartek Rutkowski <robak@FreeBSD.org> | 2015-03-12 13:13:21 +0000 |
commit | bc588297ea301ab4320c67938edff0b62b90f833 (patch) | |
tree | 4feee572023e2645599f8ff04475963ca36aa8e5 | |
parent | - Update to 5.11 (diff) |
www/rssroll: update 0.4.0 -> 0.4.1
- Switch to GitHub
PR: 198519
Submitted by: Nikola Kolev <koue@chaosophia.net>
Notes
Notes:
svn path=/head/; revision=381089
-rw-r--r-- | www/rssroll/Makefile | 11 | ||||
-rw-r--r-- | www/rssroll/distinfo | 4 | ||||
-rw-r--r-- | www/rssroll/pkg-plist | 6 |
3 files changed, 10 insertions, 11 deletions
diff --git a/www/rssroll/Makefile b/www/rssroll/Makefile index 42c07998a12b..ac5510fd64d6 100644 --- a/www/rssroll/Makefile +++ b/www/rssroll/Makefile @@ -1,11 +1,9 @@ # $FreeBSD$ PORTNAME= rssroll -PORTVERSION= 0.4 -PORTREVISION= 3 +PORTVERSION= 0.4.1 CATEGORIES= www -MASTER_SITES= http://chaosophia.net/downloads/rssroll/ \ - http://ns1.chaosophia.net/downloads/rssroll/ +MASTER_SITES= GH MAINTAINER= koue@chaosophia.net COMMENT= RSS collector in C @@ -16,6 +14,11 @@ LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ libxml2.so:${PORTSDIR}/textproc/libxml2 \ libsqlite3.so:${PORTSDIR}/databases/sqlite3 +USE_GITHUB= yes +GH_ACCOUNT= koue +GH_COMMIT= bd71bc8 +GH_PROJECT= rssroll + GNU_CONFIGURE= yes PLIST_SUB+= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} diff --git a/www/rssroll/distinfo b/www/rssroll/distinfo index d39256a6a558..1f02448d19bc 100644 --- a/www/rssroll/distinfo +++ b/www/rssroll/distinfo @@ -1,2 +1,2 @@ -SHA256 (rssroll-0.4.tar.gz) = 3d67ca2b8781e2618d3ae1e10ba15243fcb12696afc6f24ddef8aec833778ed9 -SIZE (rssroll-0.4.tar.gz) = 106582 +SHA256 (rssroll-0.4.1.tar.gz) = a930bfe21a21ddfd63f2fcf15c3813dd174c8aac6f3afdc455062349a7a0671d +SIZE (rssroll-0.4.1.tar.gz) = 112473 diff --git a/www/rssroll/pkg-plist b/www/rssroll/pkg-plist index fd9dd188030f..bc4c9666bcfe 100644 --- a/www/rssroll/pkg-plist +++ b/www/rssroll/pkg-plist @@ -9,8 +9,4 @@ www/data/rssroll/html/header.html www/data/rssroll/html/main.html www/data/rssroll/html/feed.html www/data/rssroll/html/footer.html -@dirrm www/data/rssroll/html -@dirrm www/data/rssroll/css -@dirrm www/data/rssroll -@dirrmtry www/data -@dirrmtry www/cgi-bin +@dir www/data/rssroll |