svn commit: r307281 - head/net/netselect

Pawel Pekala pawel at FreeBSD.org
Sat Nov 10 14:38:30 UTC 2012


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 at 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 at gufi.org>
-#
+# Created by: Timothy Redaelli <drizzt at 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 at 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/


More information about the svn-ports-all mailing list