- 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.
This commit is contained in:
Jan Beich 2015-01-24 20:39:38 +00:00
parent 498b963956
commit dafc4097fa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=377822
2 changed files with 5 additions and 3 deletions

View file

@ -2,7 +2,7 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= rss2gen PORTNAME= rss2gen
PORTVERSION= 1.0.0 PORTVERSION= 1.1
CATEGORIES= textproc python CATEGORIES= textproc python
MASTER_SITES= http://www.dalkescientific.com/Python/ MASTER_SITES= http://www.dalkescientific.com/Python/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -11,6 +11,8 @@ DISTNAME= PyRSS2Gen-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org MAINTAINER= ports@FreeBSD.org
COMMENT= Python library for generating RSS 2.0 feeds COMMENT= Python library for generating RSS 2.0 feeds
LICENSE= BSD3CLAUSE
USES= python USES= python
USE_PYTHON= distutils autoplist USE_PYTHON= distutils autoplist

View file

@ -1,2 +1,2 @@
SHA256 (PyRSS2Gen-1.0.0.tar.gz) = 61a15ee50d7bccafb5f6bc2ecc59f18963f45425b3836da637a2121b415ed11e SHA256 (PyRSS2Gen-1.1.tar.gz) = 2a9a3ee7c8e30cb40434ef3a295f9a60166f7d8c3eaefac9f46f7ed4b27c2269
SIZE (PyRSS2Gen-1.0.0.tar.gz) = 8819 SIZE (PyRSS2Gen-1.1.tar.gz) = 9149