Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Sep 2012 02:25:34 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/172041: net/netselect: Update MASTER_SITES
Message-ID:  <20120926022534.f0af380e844633d0829b2acf@yahoo.com>
Resent-Message-ID: <201209251810.q8PIAbfU023271@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         172041
>Category:       ports
>Synopsis:       net/netselect: Update MASTER_SITES
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 25 18:10:37 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p10 i386
>Organization:
>Environment:
>Description:
- Update MASTER_SITES and WWW: line

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/net/netselect/Makefile net/netselect/Makefile
--- /usr/ports/net/netselect/Makefile	2012-07-21 06:06:08.000000000 +0900
+++ net/netselect/Makefile	2012-09-25 04:08:16.000000000 +0900
@@ -1,27 +1,24 @@
-# New ports collection makefile for:    netselect
-# Date created:                         15 July 2006
-# Whom:                                 Timothy Redaelli <drizzt@gufi.org>
-#
+# Created by: Timothy Redaelli <drizzt@gufi.org>
 # $FreeBSD: ports/net/netselect/Makefile,v 1.3 2012/07/20 21:06:08 bapt Exp $
-#
 
 PORTNAME=	netselect
 PORTVERSION=	0.3
 CATEGORIES=	net
-MASTER_SITES=	${MASTER_SITE_GENTOO} \
-		http://www.worldvisions.ca/~apenwarr/netselect/
-MASTER_SITE_SUBDIR=	distfiles
+MASTER_SITES=	http://apenwarr.ca/netselect/ \
+		GENTOO/distfiles
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Ultrafast implementation of ping
 
-PLIST_FILES=	bin/${PORTNAME}
-
-WRKSRC=		${WRKDIR}/${PORTNAME}
+LICENSE=	BSD
 
 OPTIONS_DEFINE=	SUID
 SUID_DESC=	Install with the sticky bit (mode 4110)
 
+WRKSRC=		${WRKDIR}/${PORTNAME}
+
+PLIST_FILES=	bin/${PORTNAME}
+
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MSUID}
diff -urN /usr/ports/net/netselect/pkg-descr net/netselect/pkg-descr
--- /usr/ports/net/netselect/pkg-descr	2006-07-16 02:14:45.000000000 +0900
+++ net/netselect/pkg-descr	2012-07-10 18:28:42.000000000 +0900
@@ -12,3 +12,5 @@
 
 It tells me statistics about each of the hostnames I provided,
 in much less time than doing a whole bunch of traceroutes.
+
+WWW: http://apenwarr.ca/netselect/
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120926022534.f0af380e844633d0829b2acf>