Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Aug 2006 13:32:10 +0800 (CST)
From:      Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/102047: [MAINTAINER] net/p5-POE-Component-Client-Traceroute: update to 0.20
Message-ID:  <200608150532.k7F5WARu090342@Pluto.CDPA.nsysu.edu.tw>
Resent-Message-ID: <200608150540.k7F5eEaF076424@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         102047
>Category:       ports
>Synopsis:       [MAINTAINER] net/p5-POE-Component-Client-Traceroute: update to 0.20
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 15 05:40:13 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Jin-Shan Tseng
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
NCHC
>Environment:
System: FreeBSD Pluto.CDPA.nsysu.edu.tw 6.1-STABLE FreeBSD 6.1-STABLE #0: Mon Aug 14 14:48:58 CST 2006
>Description:
- Update to 0.20

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-POE-Component-Client-Traceroute-0.20.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net/p5-POE-Component-Client-Traceroute/Makefile /root/p5-POE-Component-Client-Traceroute/Makefile
--- /usr/ports/net/p5-POE-Component-Client-Traceroute/Makefile	Thu Aug 10 10:04:43 2006
+++ /root/p5-POE-Component-Client-Traceroute/Makefile	Tue Aug 15 13:26:42 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	POE-Component-Client-Traceroute
-PORTVERSION=	0.11
+PORTVERSION=	0.20
 CATEGORIES=	net perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	POE
@@ -15,13 +15,19 @@
 MAINTAINER=	tjs@cdpa.nsysu.edu.tw
 COMMENT=	A non-blocking traceroute client
 
-RUN_DEPENDS=	p5-POE>=0.11:${PORTSDIR}/devel/p5-POE \
-		${SITE_PERL}/${PERL_ARCH}/Net/RawIP.pm:${PORTSDIR}/net/p5-Net-RawIP
+RUN_DEPENDS=	p5-POE>=0.11:${PORTSDIR}/devel/p5-POE
 BUILD_DEPENDS=	${RUN_DEPENDS}
 
 PERL_CONFIGURE=	yes
 
 MAN3=	POE::Component::Client::Traceroute.3
+
+post-install:
+.ifndef(NOPORTDOCS)
+	@${ECHO_MSG} "===>   Installing examples for ${PKGNAME}"
+	@${MKDIR} ${EXAMPLESDIR}
+	${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${EXAMPLESDIR}
+.endif
 
 .include <bsd.port.pre.mk>
 
diff -ruN --exclude=CVS /usr/ports/net/p5-POE-Component-Client-Traceroute/distinfo /root/p5-POE-Component-Client-Traceroute/distinfo
--- /usr/ports/net/p5-POE-Component-Client-Traceroute/distinfo	Thu Aug 10 08:51:35 2006
+++ /root/p5-POE-Component-Client-Traceroute/distinfo	Tue Aug 15 13:17:35 2006
@@ -1,3 +1,3 @@
-MD5 (POE-Component-Client-Traceroute-0.11.tar.gz) = 3828d37d7997f28374d3fc188ef05e7c
-SHA256 (POE-Component-Client-Traceroute-0.11.tar.gz) = ea99f668379a1839183a40c3a149b51dd0e8471bdf3c506ad9c6c3b21f1b8ebf
-SIZE (POE-Component-Client-Traceroute-0.11.tar.gz) = 12431
+MD5 (POE-Component-Client-Traceroute-0.20.tar.gz) = b3550385a2d8b576bce84c27e3553663
+SHA256 (POE-Component-Client-Traceroute-0.20.tar.gz) = 31de11633c9c8aa39352902bb66700db4cb263ad4bb5d7d0baef1077dbb426a9
+SIZE (POE-Component-Client-Traceroute-0.20.tar.gz) = 15004
diff -ruN --exclude=CVS /usr/ports/net/p5-POE-Component-Client-Traceroute/pkg-plist /root/p5-POE-Component-Client-Traceroute/pkg-plist
--- /usr/ports/net/p5-POE-Component-Client-Traceroute/pkg-plist	Thu Aug 10 10:04:43 2006
+++ /root/p5-POE-Component-Client-Traceroute/pkg-plist	Tue Aug 15 13:28:00 2006
@@ -1,6 +1,7 @@
 @comment $FreeBSD: ports/net/p5-POE-Component-Client-Traceroute/pkg-plist,v 1.1 2006/08/10 02:04:43 clsung Exp $
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client/Traceroute/.packlist
 %%SITE_PERL%%/POE/Component/Client/Traceroute.pm
+%%PORTDOCS%%%%EXAMPLESDIR%%/poe-traceroute.pl
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client/Traceroute
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component
@@ -8,3 +9,4 @@
 @dirrmtry %%SITE_PERL%%/POE/Component/Client
 @dirrmtry %%SITE_PERL%%/POE/Component
 @dirrmtry %%SITE_PERL%%/POE
+%%PORTDOCS%%@dirrmtry %%EXAMPLESDIR%%
--- p5-POE-Component-Client-Traceroute-0.20.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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