svn commit: r503633 - head/news/nzbget

Fernando Apesteguía fernape at FreeBSD.org
Fri Jun 7 16:07:45 UTC 2019


Author: fernape
Date: Fri Jun  7 16:07:43 2019
New Revision: 503633
URL: https://svnweb.freebsd.org/changeset/ports/503633

Log:
  news/nzbget: update to 21.0
  
  Too many changes to list here. See ChangeLog (https://nzbget.net/history)
  
  * Small cosmetic changes
  * Releasing maintainer from duty as requested
  
  PR:	237957
  Reported by:	marcel at herrbischoff.com

Modified:
  head/news/nzbget/Makefile
  head/news/nzbget/distinfo

Modified: head/news/nzbget/Makefile
==============================================================================
--- head/news/nzbget/Makefile	Fri Jun  7 16:06:26 2019	(r503632)
+++ head/news/nzbget/Makefile	Fri Jun  7 16:07:43 2019	(r503633)
@@ -2,12 +2,12 @@
 # $FreeBSD$
 
 PORTNAME=	nzbget
-PORTVERSION=	20.0
-PORTREVISION=	1
+PORTVERSION=	21.0
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	news
 
-MAINTAINER=	toxic at doobie.com
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Binary newsreader supporting NZB files
 
 LICENSE=	GPLv2
@@ -16,6 +16,7 @@ LIB_DEPENDS=	libxml2.so:textproc/libxml2
 
 USES=		autoreconf compiler:c++14-lang gmake localbase ncurses pkgconfig shebangfix ssl
 USE_RC_SUBR=	nzbget
+
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-libcurses-includes=${NCURSESINC} \
 		--with-libcurses-libraries=${NCURSESLIB} \

Modified: head/news/nzbget/distinfo
==============================================================================
--- head/news/nzbget/distinfo	Fri Jun  7 16:06:26 2019	(r503632)
+++ head/news/nzbget/distinfo	Fri Jun  7 16:07:43 2019	(r503633)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1528390488
-SHA256 (nzbget-nzbget-v20.0_GH0.tar.gz) = c04c4fca1ea226b767d922de041b3604bd9a53226878ab532e96b1ef31562361
-SIZE (nzbget-nzbget-v20.0_GH0.tar.gz) = 1952219
+TIMESTAMP = 1559757041
+SHA256 (nzbget-nzbget-v21.0_GH0.tar.gz) = c7d3ece53f9bf958011b05404bf4063d74bd73fc8140a63c334e9e767eff6d50
+SIZE (nzbget-nzbget-v21.0_GH0.tar.gz) = 2011852


More information about the svn-ports-all mailing list