Date: Sat, 24 Jan 2015 20:39:39 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377822 - head/textproc/py-rss2gen Message-ID: <201501242039.t0OKdd5P079507@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Sat Jan 24 20:39:38 2015 New Revision: 377822 URL: https://svnweb.freebsd.org/changeset/ports/377822 QAT: https://qat.redports.org/buildarchive/r377822/ Log: - 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. Modified: head/textproc/py-rss2gen/Makefile head/textproc/py-rss2gen/distinfo Modified: head/textproc/py-rss2gen/Makefile ============================================================================== --- head/textproc/py-rss2gen/Makefile Sat Jan 24 20:34:32 2015 (r377821) +++ head/textproc/py-rss2gen/Makefile Sat Jan 24 20:39:38 2015 (r377822) @@ -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 Modified: head/textproc/py-rss2gen/distinfo ============================================================================== --- head/textproc/py-rss2gen/distinfo Sat Jan 24 20:34:32 2015 (r377821) +++ head/textproc/py-rss2gen/distinfo Sat Jan 24 20:39:38 2015 (r377822) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501242039.t0OKdd5P079507>