pkgsrc-WIP-changes archive

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

nget: update to 0.32.2



Module Name:	pkgsrc-wip
Committed By:	Olaf Seibert <rhialto%falu.nl@localhost>
Pushed By:	rhialto
Date:		Wed Jan 26 19:06:42 2022 +0100
Changeset:	03ea18cb86345ba42057d79eb4fece87aaf4a7f9

Modified Files:
	nget/DESCR
	nget/Makefile
	nget/distinfo

Log Message:
nget: update to 0.32.2

which is a bit of autotools and c++ cleanup.

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

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

diffstat:
 nget/DESCR    | 8 ++------
 nget/Makefile | 6 +++---
 nget/distinfo | 6 +++---
 3 files changed, 8 insertions(+), 12 deletions(-)

diffs:
diff --git a/nget/DESCR b/nget/DESCR
index 5c4b7fa379..21f9392d97 100644
--- a/nget/DESCR
+++ b/nget/DESCR
@@ -8,13 +8,10 @@ This version replaces news/nget because it became too out of date
 to compile with gcc 7.
 
 Features:
-  * Automatic multi-part post joining
+  * Automatic multi-part post joining across multiple groups
+    and servers
   * Automatic binary decoding (using uulib)
   * Caches header data for quick access
-  * Full multi-server support, transparently joining parts
-    from different servers
-  * Full multi-group support, transparently joining parts from
-    multiple newsgroups
   * Automatic retries on network errors
   * Resumes after the last part successfully downloaded
   * Dupe file detection to avoid unneeded downloads
@@ -25,4 +22,3 @@ Features:
   * Search for newsgroups based on their names and/or descriptions
   * Automatic handling of PAR and PAR2 files retrieves only as many
     recovery files as necessary to repair any missing/damaged files.
-
diff --git a/nget/Makefile b/nget/Makefile
index 6324fb1d95..9a93bf46fa 100644
--- a/nget/Makefile
+++ b/nget/Makefile
@@ -1,13 +1,13 @@
 # $NetBSD$
 
 PKGNAME=		nget-${VER}
-VER=			0.32.1
+VER=			0.32.2
 CATEGORIES=		news
 MASTER_SITES=		https://gitlab.com/Rhialto/nget/-/archive/${GIT_TAG}/
 EXTRACT_SUFX=		.tar.bz2
 DISTNAME=		${GIT_TAG}-${PKGNAME}
 GIT_TAG=		nget-${VER:S/./_/g}
-GIT_REV=		5274f1728b467c2c313c165061acc3b2c3a86fea
+GIT_REV=		d00b21179aa12ec497426c58a36572bdfb45528a
 WRKSRC=			${WRKDIR}/nget-${GIT_TAG}-${GIT_REV}
 
 MAINTAINER=		rhialto%NetBSD.org@localhost
@@ -17,7 +17,7 @@ LICENSE=		gnu-gpl-v2
 
 USE_PKGLOCALEDIR=	yes
 GNU_CONFIGURE=		yes
-USE_TOOLS+=		gmake aclocal autoconf autoheader
+USE_TOOLS+=		gmake automake autoconf autoheader
 USE_LANGUAGES=		c c++11
 
 CONFIGURE_ARGS+=	--with-pcre
diff --git a/nget/distinfo b/nget/distinfo
index 7deecf1585..eb6973a5a0 100644
--- a/nget/distinfo
+++ b/nget/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-RMD160 (nget-0_32_1-nget-0.32.1.tar.bz2) = c9bf5b997594346475ac48d9e0ce30d8a35b982e
-SHA512 (nget-0_32_1-nget-0.32.1.tar.bz2) = b58291e34f2f5965ddd4f142ed46838b71705a155aa658fdb4cd9a94c4be6c28971f214aada290e633d2cb6aa5926bd8ac90d1d7d7e54d547fc27bb2a2319517
-Size (nget-0_32_1-nget-0.32.1.tar.bz2) = 382735 bytes
+BLAKE2s (nget-0_32_2-nget-0.32.2.tar.bz2) = 78bf5081aaf36048c3cd855df71e4ca8b23c40943bf80d644abffbd46fdac523
+SHA512 (nget-0_32_2-nget-0.32.2.tar.bz2) = cac4adba1d95fec4771414d63992601c83608d94651cc505d469af9f127e16db10f9be2a670c595a4bddf01c66dd0f7f7c9b4eed4bbe37d21d9a0fa41c5aeb0c
+Size (nget-0_32_2-nget-0.32.2.tar.bz2) = 381424 bytes


Home | Main Index | Thread Index | Old Index