svn commit: r353167 - in head/net-mgmt/2ping: . files

Alex Kozlov ak at FreeBSD.org
Wed May 7 15:28:16 UTC 2014


Author: ak
Date: Wed May  7 15:28:14 2014
New Revision: 353167
URL: http://svnweb.freebsd.org/changeset/ports/353167
QAT: https://qat.redports.org/buildarchive/r353167/

Log:
  - Update to 2.1.1
  - Use a single space for WWW in pkg-descr
  - Switch to PLIST_FILES
  
  PR:	ports/189187
  Submitted by:	Gea-Suan Lin <gslin at gslin.org> (maintainer)

Deleted:
  head/net-mgmt/2ping/files/
  head/net-mgmt/2ping/pkg-plist
Modified:
  head/net-mgmt/2ping/Makefile
  head/net-mgmt/2ping/distinfo
  head/net-mgmt/2ping/pkg-descr

Modified: head/net-mgmt/2ping/Makefile
==============================================================================
--- head/net-mgmt/2ping/Makefile	Wed May  7 15:23:18 2014	(r353166)
+++ head/net-mgmt/2ping/Makefile	Wed May  7 15:28:14 2014	(r353167)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	2ping
-PORTVERSION=	2.0
+PORTVERSION=	2.1.1
 CATEGORIES=	net-mgmt perl5
 MASTER_SITES=	http://www.finnie.org/software/2ping/
 
@@ -15,7 +15,12 @@ RUN_DEPENDS=	p5-Digest-CRC>=0:${PORTSDIR
 		p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA \
 		p5-IO-Socket-INET6>=0:${PORTSDIR}/net/p5-IO-Socket-INET6
 
-USES=		gmake perl5 shebangfix
-SHEBANG_FILES=	src/2ping.pl
+USES=		perl5
+USE_PERL5=	configure
+
+PLIST_FILES=	bin/2ping man/man1/2ping.1.gz
+
+post-extract:
+	@${REINPLACE_CMD} -e 's/2ping.1p/2ping.1/' ${WRKSRC}/Makefile.PL
 
 .include <bsd.port.mk>

Modified: head/net-mgmt/2ping/distinfo
==============================================================================
--- head/net-mgmt/2ping/distinfo	Wed May  7 15:23:18 2014	(r353166)
+++ head/net-mgmt/2ping/distinfo	Wed May  7 15:28:14 2014	(r353167)
@@ -1,2 +1,2 @@
-SHA256 (2ping-2.0.tar.gz) = c6c9c16969cd6b0541a2b0d5d8b1694f176ba7e32448bfa500f6ff8763cf75df
-SIZE (2ping-2.0.tar.gz) = 33048
+SHA256 (2ping-2.1.1.tar.gz) = 20fc09dbbc7fa37b90bfa415bad801697bd56c16c653cda551bfadbad3936f65
+SIZE (2ping-2.1.1.tar.gz) = 27232

Modified: head/net-mgmt/2ping/pkg-descr
==============================================================================
--- head/net-mgmt/2ping/pkg-descr	Wed May  7 15:23:18 2014	(r353166)
+++ head/net-mgmt/2ping/pkg-descr	Wed May  7 15:28:14 2014	(r353167)
@@ -3,4 +3,4 @@ TCP SYN, SYN/ACK, ACK) and after-the-fac
 2ping listener and a 2ping client to determine which direction packet
 loss occurs.
 
-WWW:	http://www.finnie.org/software/2ping/
+WWW: http://www.finnie.org/software/2ping/


More information about the svn-ports-all mailing list