svn commit: r381089 - head/www/rssroll

Bartek Rutkowski robak at FreeBSD.org
Thu Mar 12 13:13:23 UTC 2015


Author: robak
Date: Thu Mar 12 13:13:21 2015
New Revision: 381089
URL: https://svnweb.freebsd.org/changeset/ports/381089
QAT: https://qat.redports.org/buildarchive/r381089/

Log:
  www/rssroll: update 0.4.0 -> 0.4.1
  
  - Switch to GitHub
  
  PR:		198519
  Submitted by:	Nikola Kolev <koue at chaosophia.net>

Modified:
  head/www/rssroll/Makefile
  head/www/rssroll/distinfo
  head/www/rssroll/pkg-plist

Modified: head/www/rssroll/Makefile
==============================================================================
--- head/www/rssroll/Makefile	Thu Mar 12 13:05:17 2015	(r381088)
+++ head/www/rssroll/Makefile	Thu Mar 12 13:13:21 2015	(r381089)
@@ -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 at chaosophia.net
 COMMENT=	RSS collector in C
@@ -16,6 +14,11 @@ LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/
 		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}

Modified: head/www/rssroll/distinfo
==============================================================================
--- head/www/rssroll/distinfo	Thu Mar 12 13:05:17 2015	(r381088)
+++ head/www/rssroll/distinfo	Thu Mar 12 13:13:21 2015	(r381089)
@@ -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

Modified: head/www/rssroll/pkg-plist
==============================================================================
--- head/www/rssroll/pkg-plist	Thu Mar 12 13:05:17 2015	(r381088)
+++ head/www/rssroll/pkg-plist	Thu Mar 12 13:13:21 2015	(r381089)
@@ -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
- at dirrm www/data/rssroll/html
- at dirrm www/data/rssroll/css
- at dirrm www/data/rssroll
- at dirrmtry www/data
- at dirrmtry www/cgi-bin
+ at dir www/data/rssroll


More information about the svn-ports-head mailing list