svn commit: r489269 - head/devel/py-podcastparser

Ruslan Makhmatkhanov rm at FreeBSD.org
Fri Jan 4 20:34:05 UTC 2019


Author: rm
Date: Fri Jan  4 20:34:04 2019
New Revision: 489269
URL: https://svnweb.freebsd.org/changeset/ports/489269

Log:
  devel/py-podcastparser: update to 0.6.4

Modified:
  head/devel/py-podcastparser/Makefile
  head/devel/py-podcastparser/distinfo
  head/devel/py-podcastparser/pkg-descr

Modified: head/devel/py-podcastparser/Makefile
==============================================================================
--- head/devel/py-podcastparser/Makefile	Fri Jan  4 20:33:36 2019	(r489268)
+++ head/devel/py-podcastparser/Makefile	Fri Jan  4 20:34:04 2019	(r489269)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	podcastparser
-PORTVERSION=	0.6.3
+PORTVERSION=	0.6.4
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,8 +12,9 @@ COMMENT=	Simplified, fast RSS parser
 LICENSE=	ISCL
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-NO_ARCH=	yes
 USES=		python
 USE_PYTHON=	autoplist distutils
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/py-podcastparser/distinfo
==============================================================================
--- head/devel/py-podcastparser/distinfo	Fri Jan  4 20:33:36 2019	(r489268)
+++ head/devel/py-podcastparser/distinfo	Fri Jan  4 20:34:04 2019	(r489269)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1517849425
-SHA256 (podcastparser-0.6.3.tar.gz) = cd98e8e657aeb2a59a31cd939c4dd2abec65109e356ec320506901728549da30
-SIZE (podcastparser-0.6.3.tar.gz) = 22336
+TIMESTAMP = 1546545724
+SHA256 (podcastparser-0.6.4.tar.gz) = 8788bd7be741716a60828b4fceb9fadd445c855e1d5fd80789a5da55d90b52cf
+SIZE (podcastparser-0.6.4.tar.gz) = 22446

Modified: head/devel/py-podcastparser/pkg-descr
==============================================================================
--- head/devel/py-podcastparser/pkg-descr	Fri Jan  4 20:33:36 2019	(r489268)
+++ head/devel/py-podcastparser/pkg-descr	Fri Jan  4 20:34:04 2019	(r489269)
@@ -1,4 +1,4 @@
 The podcast parser project is a library from the gPodder project to provide
 an easy and reliable way of parsing RSS- and Atom-based podcast feeds in Python.
 
-WWW: http://gpodder.org/podcastparser/
+WWW: https://github.com/gpodder/podcastparser


More information about the svn-ports-head mailing list