svn commit: r377822 - head/textproc/py-rss2gen

Jan Beich jbeich at FreeBSD.org
Sat Jan 24 20:39:39 UTC 2015


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 at 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


More information about the svn-ports-all mailing list