From dafc4097fa62b65062d3c78da413ad8b25c5630b Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Sat, 24 Jan 2015 20:39:38 +0000 Subject: [PATCH] - Update to 1.1 - Define LICENSE Differential Revision: https://reviews.freebsd.org/D1629 Approved by: bapt (mentor) ChangeLog: - Ported to Python 3.x. Thanks to Graham Bell for the initial patch. --- textproc/py-rss2gen/Makefile | 4 +++- textproc/py-rss2gen/distinfo | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/textproc/py-rss2gen/Makefile b/textproc/py-rss2gen/Makefile index a9c7b55841b5..b759bc90c8bd 100644 --- a/textproc/py-rss2gen/Makefile +++ b/textproc/py-rss2gen/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rss2gen -PORTVERSION= 1.0.0 +PORTVERSION= 1.1 CATEGORIES= textproc python MASTER_SITES= http://www.dalkescientific.com/Python/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,6 +11,8 @@ DISTNAME= PyRSS2Gen-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Python library for generating RSS 2.0 feeds +LICENSE= BSD3CLAUSE + USES= python USE_PYTHON= distutils autoplist diff --git a/textproc/py-rss2gen/distinfo b/textproc/py-rss2gen/distinfo index 918fbb15d0c8..c2e51823b700 100644 --- a/textproc/py-rss2gen/distinfo +++ b/textproc/py-rss2gen/distinfo @@ -1,2 +1,2 @@ -SHA256 (PyRSS2Gen-1.0.0.tar.gz) = 61a15ee50d7bccafb5f6bc2ecc59f18963f45425b3836da637a2121b415ed11e -SIZE (PyRSS2Gen-1.0.0.tar.gz) = 8819 +SHA256 (PyRSS2Gen-1.1.tar.gz) = 2a9a3ee7c8e30cb40434ef3a295f9a60166f7d8c3eaefac9f46f7ed4b27c2269 +SIZE (PyRSS2Gen-1.1.tar.gz) = 9149