Bug 42401 - Port Update: news/nget
Summary: Port Update: news/nget
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-04 05:40 UTC by gsorsby
Modified: 2002-09-05 06:23 UTC (History)
0 users

See Also:


Attachments
nget.diff (622 bytes, patch)
2002-09-04 05:40 UTC, gsorsby
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description gsorsby 2002-09-04 05:40:00 UTC
	news/nget port update
Comment 1 Jim Geovedi 2002-09-04 06:06:18 UTC
 
> 
> >Number:         42401
> >Category:       ports
> >Synopsis:       Port Update: news/nget

... 

> +PORTVERSION=	0.21
>  CATEGORIES=	news
>  MASTER_SITES=	http://telia.dl.sourceforge.net/sourceforge/nget/ \
>  		http://unc.dl.sourceforge.net/sourceforge/nget/ \
> diff -ruN nget.old/distinfo nget/distinfo
> --- nget.old/distinfo	Sun Jun 23 01:19:27 2002
> +++ nget/distinfo	Tue Sep  3 23:50:56 2002
> @@ -1 +1 @@
> -MD5 (nget-0.19.1+uulib.tar.gz) = 09427aff2dccdb36df7915dda7ee843f
> +MD5 (nget-0.21+uulib.tar.gz) = 17de7da058e925ec334dbe00df757e87
> --- nget.diff ends here ---

i guess you can use 

-MASTER_SITES=        http://telia.dl.sourceforge.net/sourceforge/nget/ \
-             http://unc.dl.sourceforge.net/sourceforge/nget/ \
+MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR=     nget

-- 
Jim Geovedi, negative@{,toxic.}magnesium.net
http://www.magnesium.net/~negative/
Comment 2 gsorsby 2002-09-04 17:32:19 UTC
yup, here's a new diff.

--- nget.diff begins here ---
diff -ruN nget.old/Makefile nget/Makefile
--- nget.old/Makefile	Sun Jun 23 01:19:27 2002
+++ nget/Makefile	Wed Sep  4 12:16:39 2002
@@ -6,12 +6,10 @@
 #

 PORTNAME=	nget
-PORTVERSION=	0.19.1
+PORTVERSION=	0.21
 CATEGORIES=	news
-MASTER_SITES=	http://telia.dl.sourceforge.net/sourceforge/nget/ \
-		http://unc.dl.sourceforge.net/sourceforge/nget/ \
-		http://belnet.dl.sourceforge.net/sourceforge/nget/ \
-		http://www.azstarnet.com/~donut/programs/nget/
+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR=	nget
 DISTNAME=	nget-${PORTVERSION}+uulib

 MAINTAINER=	george@crackpipe.net
diff -ruN nget.old/distinfo nget/distinfo
--- nget.old/distinfo	Sun Jun 23 01:19:27 2002
+++ nget/distinfo	Wed Sep  4 12:16:47 2002
@@ -1 +1 @@
-MD5 (nget-0.19.1+uulib.tar.gz) = 09427aff2dccdb36df7915dda7ee843f
+MD5 (nget-0.21+uulib.tar.gz) = 17de7da058e925ec334dbe00df757e87
--- nget.diff ends here ---
Comment 3 Kevin Lo freebsd_committer freebsd_triage 2002-09-05 06:23:10 UTC
State Changed
From-To: open->closed

Committed, thanks.