pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

castget: Update to 2.0.1



Module Name:	pkgsrc-wip
Committed By:	Ryosuke Moro <szptvlfn%netbsd.org@localhost>
Pushed By:	szptvlfn
Date:		Mon May 4 22:06:08 2020 +0900
Changeset:	e95595bce1e33fd1c0e6974341e39476be57cd00

Modified Files:
	castget/Makefile
	castget/distinfo

Log Message:
castget: Update to 2.0.1

CHANGES.md:
This is a summary of changes between each release. See the commit log on
https://github.com/mlj/castget/commits/master for a details.

Version 2.0.1 (2019/10/26):

  * Fix broken man pages in distribution (issue #37)

Version 2.0.0 (2019/10/12):

  * Add support for filename patterns (configuration option `filename`, issue #13, issue #21)
  * Behaviour change: The `-f`/`--filter` option and the filter configuration
    options now match the URLs of enclosures instead of the filenames castget
    infers for them
  * Refuse to overwrite existing downloads unless explicitly asked to resume a
    download
  * Require glib >= 2.30 and make regular expression support mandatory
  * Drop autogen.sh and require autoreconf when building from git
  * Enable libcurl's compression support (PR #28)
  * Fix feeds with enclosure type `audio/mp3` (PR #30)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e95595bce1e33fd1c0e6974341e39476be57cd00

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 castget/Makefile | 2 +-
 castget/distinfo | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/castget/Makefile b/castget/Makefile
index 945fa7fd02..9f8c1c282f 100644
--- a/castget/Makefile
+++ b/castget/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.15 2012/09/24 18:26:52 asau Exp $
 
-DISTNAME=	castget-1.2.4
+DISTNAME=	castget-2.0.1
 CATEGORIES=	audio www
 MASTER_SITES=	http://download.savannah.gnu.org/releases/castget/
 EXTRACT_SUFX=	.tar.bz2
diff --git a/castget/distinfo b/castget/distinfo
index 38e7383085..3f3689995c 100644
--- a/castget/distinfo
+++ b/castget/distinfo
@@ -1,6 +1,6 @@
 $NetBSD: distinfo,v 1.4 2010/04/27 05:22:20 guigui2 Exp $
 
-SHA1 (castget-1.2.4.tar.bz2) = 852f5821bef8eb351e6dc934ebc6dd8c9fde45d5
-RMD160 (castget-1.2.4.tar.bz2) = d2d2605a00bd5fb36395dd55711f607d76ce665d
-SHA512 (castget-1.2.4.tar.bz2) = 568b8a0eb8ced082b8004c0d724098c9ea165b9e276d74aafabcbcba6022be036892ca14fd51cc4718da9dcac959bc93ee64d311e3af544a09a7d790dd21669f
-Size (castget-1.2.4.tar.bz2) = 302845 bytes
+SHA1 (castget-2.0.1.tar.bz2) = 1fa83cdcd3337c3827e1e45f5f6f43f2fe94b5fe
+RMD160 (castget-2.0.1.tar.bz2) = 4a833a80d4fbc6779fb8236b5595124c5de3c6ef
+SHA512 (castget-2.0.1.tar.bz2) = c4559538fbd4805e6f68c986e7175ecebc2ebcc07f0292f5ae228f6629fdc202408815b0c27f507e89828cad417cbd4a428bc0a9a24df3b580e189f447c51df5
+Size (castget-2.0.1.tar.bz2) = 320226 bytes


Home | Main Index | Thread Index | Old Index