pkgsrc-WIP-changes archive

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

castget: Update to 1.2.4



Module Name:	pkgsrc-wip
Committed By:	Ryosuke Moro <szptvlfn%netbsd.org@localhost>
Pushed By:	szptvlfn
Date:		Thu May 9 08:27:06 2019 +0900
Changeset:	52e6001f183c4d44b1a93c41c3bb1ef4f655c643

Modified Files:
	castget/Makefile
	castget/PLIST
	castget/distinfo

Log Message:
castget: Update to 1.2.4

CHANGES:
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 1.2.4 (2017/05/17):

  * Fix build issues involving man pages (issue #20)

Version 1.2.3 (2017/05/16):

  * Fix lack of support for https (issue #10, issue #14, PR #15)
  * Fix broken handling of COLUMNS environment variable etc. (PR #16)
  * Improve error reporting when enclosure download fails
  * Check sanity of reported length of enclosures in feeds
  * Fix MacOS build
  * Replace ChangeLog and NEWS files with CHANGES file

Version 1.2.2 (2016/01/26):

  * Fix width of the progress bar.

Version 1.2.1 (2016/01/04):

  * Fix broken enclosure filenames.

Version 1.2.0 (2013/07/10):

  * Add command line option -p for an optional progress bar.
  * Add command line option --debug for optional connection debugging.
  * Use glib's option parsing.
  * Fix incorrect memory allocation when enclosure download fails.
  * Document proxy configuration.

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

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

diffstat:
 castget/Makefile | 19 ++++++++++++++-----
 castget/PLIST    |  2 +-
 castget/distinfo |  7 ++++---
 3 files changed, 19 insertions(+), 9 deletions(-)

diffs:
diff --git a/castget/Makefile b/castget/Makefile
index 5347fbe29b..945fa7fd02 100644
--- a/castget/Makefile
+++ b/castget/Makefile
@@ -1,13 +1,12 @@
 # $NetBSD: Makefile,v 1.15 2012/09/24 18:26:52 asau Exp $
-#
 
-DISTNAME=	castget-1.1.0
+DISTNAME=	castget-1.2.4
 CATEGORIES=	audio www
-MASTER_SITES=	http://savannah.nongnu.org/download/castget/
+MASTER_SITES=	http://download.savannah.gnu.org/releases/castget/
 EXTRACT_SUFX=	.tar.bz2
 
 MAINTAINER=	netbsd%guigui2.net@localhost
-HOMEPAGE=	http://castget.nongnu.org/
+HOMEPAGE=	https://castget.johndal.com/
 COMMENT=	Command-line RSS enclosures dowloader
 LICENSE=	gnu-lgpl-v2.1
 
@@ -22,8 +21,18 @@ post-install:
 	${INSTALL_DATA} ${WRKSRC}/castgetrc.example \
 		${DESTDIR}${PREFIX}/share/examples/castgetrc.example
 
-.include "../../www/curl/buildlink3.mk"
+PKG_OPTIONS_VAR=	PKG_OPTIONS.castget
+PKG_SUPPORTED_OPTIONS=	id3
+PKG_SUGGESTED_OPTIONS=	id3
+
+.include "../../mk/bsd.options.mk"
+.if !empty(PKG_OPTIONS:Mid3)
 .include "../../audio/id3lib/buildlink3.mk"
+.else
+CONFIGURE_ARGS+=	--disable-id3lib
+.endif
+
+.include "../../www/curl/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/castget/PLIST b/castget/PLIST
index c68bdfb7a8..bb41d20dfb 100644
--- a/castget/PLIST
+++ b/castget/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2010/04/27 05:22:20 guigui2 Exp $
+@comment $NetBSD$
 bin/castget
 man/man1/castget.1
 man/man5/castgetrc.5
diff --git a/castget/distinfo b/castget/distinfo
index e225f1b70f..38e7383085 100644
--- a/castget/distinfo
+++ b/castget/distinfo
@@ -1,5 +1,6 @@
 $NetBSD: distinfo,v 1.4 2010/04/27 05:22:20 guigui2 Exp $
 
-SHA1 (castget-1.1.0.tar.bz2) = 924eb2aa1be1983336d9103bdf7ec0e534be9cd5
-RMD160 (castget-1.1.0.tar.bz2) = cb9e66966266d8b7f7ec8c5a66886a3eb776fd46
-Size (castget-1.1.0.tar.bz2) = 250840 bytes
+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


Home | Main Index | Thread Index | Old Index