Bug 189187 - [MAINTAINER] net-mgmt/2ping: update to 2.1.1
Summary: [MAINTAINER] net-mgmt/2ping: update to 2.1.1
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: Alex Kozlov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-01 12:40 UTC by gslin
Modified: 2014-05-07 16:30 UTC (History)
1 user (show)

See Also:


Attachments
2ping-2.1.1.patch (2.38 KB, patch)
2014-05-01 12:40 UTC, gslin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description gslin 2014-05-01 12:40:00 UTC
- Update to 2.1.1

Generated with FreeBSD Port Tools 1.02 (mode: update, diff: ports)
Comment 1 Alex Kozlov freebsd_committer freebsd_triage 2014-05-07 16:27:33 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ak

I'll take it.
Comment 2 Alex Kozlov freebsd_committer freebsd_triage 2014-05-07 16:27:43 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-05-07 16:28:22 UTC
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@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/
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"