Bug 175912 - [MAINTAINER] net-mgmt/2ping: update to 2.0
Summary: [MAINTAINER] net-mgmt/2ping: update to 2.0
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: Philippe Audeoud
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-07 04:30 UTC by gslin
Modified: 2013-02-07 13:10 UTC (History)
1 user (show)

See Also:


Attachments
2ping-2.0.patch (1.40 KB, patch)
2013-02-07 04:30 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 2013-02-07 04:30:00 UTC
- Update to 2.0

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)
Comment 1 Philippe Audeoud freebsd_committer freebsd_triage 2013-02-07 08:04:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jadawin

I'll take it.
Comment 2 Philippe Audeoud freebsd_committer freebsd_triage 2013-02-07 08:30:21 UTC
State Changed
From-To: open->feedback

Did you test your port in poudriere/tinderbox? Some issues are present 
for man8 and bin files.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-02-07 13:01:07 UTC
Author: jadawin
Date: Thu Feb  7 13:00:58 2013
New Revision: 311832
URL: http://svnweb.freebsd.org/changeset/ports/311832

Log:
  - Update to 2.0
  
  PR:		ports/175912
  Submitted by:	Gea-Suan Lin <gslin@gslin.org> (maintainer)

Modified:
  head/net-mgmt/2ping/Makefile   (contents, props changed)
  head/net-mgmt/2ping/distinfo   (contents, props changed)

Modified: head/net-mgmt/2ping/Makefile
==============================================================================
--- head/net-mgmt/2ping/Makefile	Thu Feb  7 12:57:36 2013	(r311831)
+++ head/net-mgmt/2ping/Makefile	Thu Feb  7 13:00:58 2013	(r311832)
@@ -1,24 +1,22 @@
-# New ports collection makefile for:	2ping
-# Date created:		2010-11-23
-# Whom:			Gea-Suan Lin <gslin@gslin.org>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	2ping
-PORTVERSION=	1.1
+PORTVERSION=	2.0
 CATEGORIES=	net-mgmt perl5
 MASTER_SITES=	http://www.finnie.org/software/2ping/
 
 MAINTAINER=	gslin@gslin.org
 COMMENT=	A bi-directional ping utility
 
+LICENSE=	GPLv2
+
 RUN_DEPENDS=	p5-Digest-CRC>=0:${PORTSDIR}/security/p5-Digest-CRC \
 		p5-Digest-MD5>=0:${PORTSDIR}/security/p5-Digest-MD5 \
 		p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA \
 		p5-IO-Socket-INET6>=0:${PORTSDIR}/net/p5-IO-Socket-INET6
 
-USE_PERL5_RUN=	yes
+USE_GMAKE=	yes
+USE_PERL5=	yes
 
 MAN8=		2ping.8 2ping6.8
 

Modified: head/net-mgmt/2ping/distinfo
==============================================================================
--- head/net-mgmt/2ping/distinfo	Thu Feb  7 12:57:36 2013	(r311831)
+++ head/net-mgmt/2ping/distinfo	Thu Feb  7 13:00:58 2013	(r311832)
@@ -1,2 +1,2 @@
-SHA256 (2ping-1.1.tar.gz) = 6a3e85c488aca40b8d3056dd69fb533ab8dd6790c25c3cacd4446bb45c59664b
-SIZE (2ping-1.1.tar.gz) = 30665
+SHA256 (2ping-2.0.tar.gz) = c6c9c16969cd6b0541a2b0d5d8b1694f176ba7e32448bfa500f6ff8763cf75df
+SIZE (2ping-2.0.tar.gz) = 33048
_______________________________________________
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"
Comment 4 Philippe Audeoud freebsd_committer freebsd_triage 2013-02-07 13:01:23 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!