Download raw body.
[Update] net/gpodder 3.11.1 -> 3.11.4
Catch up with GPodder.
Bugfixes and a few features
Added podcast release time
Some youtube fixes
Details available on github
https://github.com/gpodder/gpodder/releases
I had to add a couple TEST_DEPENDS. Not sure why this is new. New
tests or something supposed to be pulling in RUN_DEPENDS that isn't?
There will be 4 test failures due to ports missing http server python
dependencies but I have been running and downloading podcast episodes
for over a week.
Tim.
Index: Makefile
===================================================================
RCS file: /cvs/ports/net/gpodder/Makefile,v
retrieving revision 1.38
diff -u -p -r1.38 Makefile
--- Makefile 24 Apr 2023 11:41:23 -0000 1.38
+++ Makefile 29 Dec 2023 17:24:41 -0000
@@ -1,6 +1,6 @@
COMMENT= media aggregator and podcast client
-MODPY_EGG_VERSION= 3.11.1
+MODPY_EGG_VERSION= 3.11.4
REVISION= 0
GH_ACCOUNT= gpodder
@@ -35,7 +35,9 @@ RUN_DEPENDS= devel/desktop-file-utils \
TEST_DEPENDS= devel/py-coverage${MODPY_FLAVOR} \
devel/py-minimock${MODPY_FLAVOR} \
devel/py-test${MODPY_FLAVOR} \
- devel/py-test-cov${MODPY_FLAVOR}
+ devel/py-test-cov${MODPY_FLAVOR} \
+ textproc/py-podcastparser${MODPY_FLAVOR} \
+ net/mygpoclient
USE_GMAKE= Yes
MAKE_FILE= makefile
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/gpodder/distinfo,v
retrieving revision 1.17
diff -u -p -r1.17 distinfo
--- distinfo 6 Mar 2023 12:28:27 -0000 1.17
+++ distinfo 29 Dec 2023 17:24:41 -0000
@@ -1,2 +1,2 @@
-SHA256 (gpodder-3.11.1.tar.gz) = wk+z73C1rPQ8B+bdTnjDCeHLrP9iHrWfc8E3uVl8boc=
-SIZE (gpodder-3.11.1.tar.gz) = 1174163
+SHA256 (gpodder-3.11.4.tar.gz) = gCKmwpFX3Ch7VmH4kV0EQEdnwztoWOjRpscokE+NrlU=
+SIZE (gpodder-3.11.4.tar.gz) = 1183463
[Update] net/gpodder 3.11.1 -> 3.11.4