Hi Gleydson, On Fri, Jun 12, 2020 at 06:40:46PM -0300, Gleydson Soares wrote: > At first glance it looks fine, just a slight tweak in your diff, HOMEPAGE= > should be updated to https://castget.johndal.com/ > > I’m no longer using this port, Would you like to take over maintainership?
Thanks for your feedback. I updated the HOMEPAGE, thanks. I would be fine with taking over maintainership. The updated diff below reflects that. Thanks, Caspar Schutijser 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 14 Jun 2020 05:35:29 -0000 @@ -2,16 +2,16 @@ 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 +HOMEPAGE= https://castget.johndal.com/ MASTER_SITES= ${MASTER_SITE_SAVANNAH:=castget/} -MAINTAINER= Gleydson Soares <[email protected]> +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= Caspar Schutijser <[email protected]> # GPLv2 PERMIT_PACKAGE= Yes 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 14 Jun 2020 05:35:29 -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 14 Jun 2020 05:35:29 -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/
