update to castget-2.0.1
from Caspar Schutijser, who also is taking over maintainership
This commit is contained in:
parent
271300ed3a
commit
67c771d730
@ -1,17 +1,17 @@
|
||||
# $OpenBSD: Makefile,v 1.25 2019/07/12 20:48:23 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.26 2020/06/21 15:57:16 gsoares Exp $
|
||||
|
||||
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 <gsoares@openbsd.org>
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MAINTAINER= Caspar Schutijser <caspar@schutijser.com>
|
||||
|
||||
# GPLv2
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
@ -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
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-configure,v 1.1 2019/05/23 20:44:24 naddy Exp $
|
||||
$OpenBSD: patch-configure,v 1.2 2020/06/21 15:57:16 gsoares Exp $
|
||||
|
||||
Honor the result of AC_SEARCH_LIBS() and don't hardcode linking with
|
||||
libstdc++.
|
||||
@ -6,7 +6,7 @@ libstdc++.
|
||||
Index: configure
|
||||
--- configure.orig
|
||||
+++ configure
|
||||
@@ -19858,7 +19858,7 @@ echo "$as_me: error: Required library id3lib not found
|
||||
@@ -12346,7 +12346,7 @@ else
|
||||
fi
|
||||
|
||||
|
||||
@ -14,4 +14,4 @@ Index: configure
|
||||
+# LIBS="-lz -lstdc++ $LIBS"
|
||||
|
||||
|
||||
cat >>confdefs.h <<\_ACEOF
|
||||
$as_echo "#define ENABLE_ID3LIB 1" >>confdefs.h
|
||||
|
@ -1,9 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2015/03/16 18:07:51 naddy Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2020/06/21 15:57:16 gsoares 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/
|
||||
|
Loading…
Reference in New Issue
Block a user