Hi,

Below is a diff that updates net/castget to 2.0.1. Briefly tested on
amd64, seems to work fine here. This version accepts RSS URLs that start
with "https://"; (the old version thinks it should look for a file unless
the URL starts with "http://";). The shared library is gone (proof at
[1]).

Thanks,
Caspar Schutijser

[1] 
https://github.com/mlj/castget/commit/6241ea22ab4c8bad216eec1cf4d5605eb74839ad


Index: Makefile
===================================================================
RCS file: /cvs/ports/net/castget/Makefile,v
retrieving revision 1.25
diff -u -p -r1.25 Makefile
--- Makefile    12 Jul 2019 20:48:23 -0000      1.25
+++ Makefile    12 Jun 2020 19:06:44 -0000
@@ -2,14 +2,14 @@
 
 COMMENT=               command-line podcast downloader
 
-DISTNAME=              castget-1.0.1
-REVISION=              11
-SHARED_LIBS += castget              0.0      # .0.0
+DISTNAME=              castget-2.0.1
 CATEGORIES=            net
 
 HOMEPAGE=              http://www.nongnu.org/castget
 
 MASTER_SITES=                  ${MASTER_SITE_SAVANNAH:=castget/}
+
+EXTRACT_SUFX=          .tar.bz2
 
 MAINTAINER=            Gleydson Soares <[email protected]>
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/castget/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo    18 Jan 2015 03:14:37 -0000      1.3
+++ distinfo    12 Jun 2020 19:06:44 -0000
@@ -1,2 +1,2 @@
-SHA256 (castget-1.0.1.tar.gz) = RKIB079vlaWA0qPERvNZXztdGpJ3AgbTEcroqwXmgOo=
-SIZE (castget-1.0.1.tar.gz) = 355696
+SHA256 (castget-2.0.1.tar.bz2) = Q4tffsfjGkXtN1ZjD+RH9CAVrNpT7AkgL0hihya16HU=
+SIZE (castget-2.0.1.tar.bz2) = 320226
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/net/castget/pkg/PLIST,v
retrieving revision 1.3
diff -u -p -r1.3 PLIST
--- pkg/PLIST   16 Mar 2015 18:07:51 -0000      1.3
+++ pkg/PLIST   12 Jun 2020 19:06:44 -0000
@@ -1,9 +1,5 @@
 @comment $OpenBSD: PLIST,v 1.3 2015/03/16 18:07:51 naddy Exp $
 @bin bin/castget
-include/libcastget.h
-lib/libcastget.a
-lib/libcastget.la
-@lib lib/libcastget.so.${LIBcastget_VERSION}
 @man man/man1/castget.1
 @man man/man5/castgetrc.5
 share/examples/castget/

Reply via email to