Small update that just fixes URL parsing with leading spaces.
Updating to support the gpodder update.
Tim.
Index: Makefile
===================================================================
RCS file: /cvs/ports/textproc/py-podcastparser/Makefile,v
retrieving revision 1.2
diff -u -p -r1.2 Makefile
--- Makefile 7 Feb 2018 09:07:57 -0000 1.2
+++ Makefile 26 Jun 2018 23:45:42 -0000
@@ -2,7 +2,7 @@
COMMENT= simple, fast and efficient podcast parser
-MODPY_EGG_VERSION= 0.6.2
+MODPY_EGG_VERSION= 0.6.3
DISTNAME= podcastparser-${MODPY_EGG_VERSION}
PKGNAME= py-${DISTNAME}
CATEGORIES= textproc
Index: distinfo
===================================================================
RCS file: /cvs/ports/textproc/py-podcastparser/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo 7 Feb 2018 09:07:57 -0000 1.2
+++ distinfo 26 Jun 2018 23:45:42 -0000
@@ -1,2 +1,2 @@
-SHA256 (podcastparser-0.6.2.tar.gz) =
i5FSJMAPK/JIETn4C/Nl7SB0KjkH9DdxHJawqGqHiWg=
-SIZE (podcastparser-0.6.2.tar.gz) = 21871
+SHA256 (podcastparser-0.6.3.tar.gz) =
zZjo5leusqWaMc2TnE3Sq+xlEJ41bsMgUGkBcoVJ2jA=
+SIZE (podcastparser-0.6.3.tar.gz) = 22336
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/textproc/py-podcastparser/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -r1.2 PLIST
--- pkg/PLIST 7 Feb 2018 09:07:57 -0000 1.2
+++ pkg/PLIST 26 Jun 2018 23:45:42 -0000
@@ -1,6 +1,6 @@
@comment $OpenBSD: PLIST,v 1.2 2018/02/07 09:07:57 danj Exp $
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}/
-lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}podcastparser.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/podcastparser-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info
lib/python${MODPY_VERSION}/site-packages/podcastparser.py
+lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}podcastparser.${MODPY_PYC_MAGIC_TAG}pyc
@man man/man1/podcastparser${MODPY_BIN_SUFFIX}.1