Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Nov 2012 14:38:30 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r307281 - head/net/netselect
Message-ID:  <201211101438.qAAEcUVf033616@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Sat Nov 10 14:38:29 2012
New Revision: 307281
URL: http://svnweb.freebsd.org/changeset/ports/307281

Log:
  - Update MASTER_SITES
  - Add LICENSE and project homepage
  
  PR:		ports/172041
  Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
  Feature safe:	yes

Modified:
  head/net/netselect/Makefile
  head/net/netselect/pkg-descr

Modified: head/net/netselect/Makefile
==============================================================================
--- head/net/netselect/Makefile	Sat Nov 10 14:24:54 2012	(r307280)
+++ head/net/netselect/Makefile	Sat Nov 10 14:38:29 2012	(r307281)
@@ -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$
-#
 
 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}

Modified: head/net/netselect/pkg-descr
==============================================================================
--- head/net/netselect/pkg-descr	Sat Nov 10 14:24:54 2012	(r307280)
+++ head/net/netselect/pkg-descr	Sat Nov 10 14:38:29 2012	(r307281)
@@ -12,3 +12,5 @@ For example, if I type:
 
 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/



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