svn commit: r464693 - head/textproc/py-rss2gen
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Mar 16 15:20:47 UTC 2018
Author: sunpoet
Date: Fri Mar 16 15:20:46 2018
New Revision: 464693
URL: https://svnweb.freebsd.org/changeset/ports/464693
Log:
Change MASTER_SITES to CHEESESHOP
- Add NO_ARCH
- Allow concurrent installation (USE_PYTHON=concurrent)
- Take maintainership
The main content is functional identical. The tarball from PyPI contains classifiers.
Modified:
head/textproc/py-rss2gen/Makefile
head/textproc/py-rss2gen/distinfo
Modified: head/textproc/py-rss2gen/Makefile
==============================================================================
--- head/textproc/py-rss2gen/Makefile Fri Mar 16 15:20:40 2018 (r464692)
+++ head/textproc/py-rss2gen/Makefile Fri Mar 16 15:20:46 2018 (r464693)
@@ -4,16 +4,17 @@
PORTNAME= rss2gen
PORTVERSION= 1.1
CATEGORIES= textproc python
-MASTER_SITES= http://www.dalkescientific.com/Python/
+MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= PyRSS2Gen-${PORTVERSION}
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= sunpoet at FreeBSD.org
COMMENT= Python library for generating RSS 2.0 feeds
LICENSE= BSD3CLAUSE
+NO_ARCH= yes
USES= python
-USE_PYTHON= distutils autoplist
+USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>
Modified: head/textproc/py-rss2gen/distinfo
==============================================================================
--- head/textproc/py-rss2gen/distinfo Fri Mar 16 15:20:40 2018 (r464692)
+++ head/textproc/py-rss2gen/distinfo Fri Mar 16 15:20:46 2018 (r464693)
@@ -1,2 +1,3 @@
-SHA256 (PyRSS2Gen-1.1.tar.gz) = 2a9a3ee7c8e30cb40434ef3a295f9a60166f7d8c3eaefac9f46f7ed4b27c2269
-SIZE (PyRSS2Gen-1.1.tar.gz) = 9149
+TIMESTAMP = 1521194674
+SHA256 (PyRSS2Gen-1.1.tar.gz) = 7960aed7e998d2482bf58716c316509786f596426f879b05f8d84e98b82c6ee7
+SIZE (PyRSS2Gen-1.1.tar.gz) = 6854
More information about the svn-ports-all
mailing list