From fuyuki@hadaly.org  Tue May  6 15:23:43 2003
Return-Path: <fuyuki@hadaly.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C248537B401
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  6 May 2003 15:23:43 -0700 (PDT)
Received: from t-mta4.odn.ne.jp (mfep4.odn.ne.jp [143.90.131.182])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 7F40043FCB
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  6 May 2003 15:23:42 -0700 (PDT)
	(envelope-from fuyuki@hadaly.org)
Received: from hadaly.dyndns.org ([143.90.80.33]) by t-mta4.odn.ne.jp
          with ESMTP
          id <20030506222341595.XCVQ.13932.t-mta4.odn.ne.jp@mta4.odn.ne.jp>
          for <FreeBSD-gnats-submit@freebsd.org>;
          Wed, 7 May 2003 07:23:41 +0900
Received: from hadaly.dyndns.org (localhost [127.0.0.1])
	by hadaly.dyndns.org (Postfix) with ESMTP id BDAC220A1
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  7 May 2003 07:23:40 +0900 (JST)
Message-Id: <86n0hz3eab.wl%fuyuki@hadaly.org>
Date: Wed, 07 May 2003 07:23:40 +0900
From: Kimura Fuyuki <fuyuki@hadaly.org>
To: FreeBSD-gnats-submit@freebsd.org
Subject: Update port: net/p5-Net-Dict to 2.07

>Number:         51899
>Category:       ports
>Synopsis:       Update port: net/p5-Net-Dict to 2.07
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 06 15:30:17 PDT 2003
>Closed-Date:    Mon May 12 01:14:29 PDT 2003
>Last-Modified:  Mon May 12 01:14:29 PDT 2003
>Originator:     Kimura Fuyuki <fuyuki@hadaly.org>
>Release:        FreeBSD 5.0-RELEASE-p7 i386
>Organization:
>Environment:

  FreeBSD hadaly.dyndns.org 5.0-RELEASE-p7 FreeBSD 5.0-RELEASE-p7 #5: Sun Apr 27 19:35:56 JST 2003     root@hadaly.dyndns.org:/.2/obj/usr/src/sys/NS  i386

>Description:
Update to 2.07

>How-To-Repeat:

>Fix:
cvs server: Diffing .
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/p5-Net-Dict/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile	2003/02/21 13:14:54	1.2
+++ Makefile	2003/05/06 22:22:32
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Net-Dict
-PORTVERSION=	2.06
+PORTVERSION=	2.07
 CATEGORIES=	net perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Net
@@ -15,19 +15,14 @@
 MAINTAINER=	fuyuki@hadaly.org
 COMMENT=	A simple client API for the DICT protocol
 
-RUN_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/Cmd.pm:${PORTSDIR}/net/p5-Net
-# if you want to run dict(1):
-#RUN_DEPENDS+=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/AppConfig/Std.pm:${PORTSDIR}/devel/p5-AppConfig-Std
-# if you want to run tkdict(1) too:
-#RUN_DEPENDS+=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Tk.pm:${PORTSDIR}/x11-toolkits/p5-Tk
+BUILD_DEPENDS=	${SITE_PERL}/Net/Cmd.pm:${PORTSDIR}/net/p5-Net
+RUN_DEPENDS=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
-
-MAN3PREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
-MAN1=		dict.1 tkdict.1
 MAN3=		Net::Dict.3
 
 post-patch:
-	${PERL} -pi -e 's/^&configure.*$$//' ${WRKSRC}/Makefile.PL
+	${PERL} -pi -e '$$_="" if /(&configure|EXE_FILES)/' \
+		${WRKSRC}/Makefile.PL
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/net/p5-Net-Dict/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	2002/07/25 23:18:09	1.1
+++ distinfo	2003/05/06 22:22:32
@@ -1 +1 @@
-MD5 (Net-Dict-2.06.tar.gz) = 69861c93e5b56f5e9c7e0952c6b2bbe6
+MD5 (Net-Dict-2.07.tar.gz) = fb57f694455549861c3c602521162956
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/net/p5-Net-Dict/pkg-descr,v
retrieving revision 1.1
diff -u -r1.1 pkg-descr
--- pkg-descr	2002/07/25 23:18:09	1.1
+++ pkg-descr	2003/05/06 22:22:32
@@ -3,6 +3,3 @@
 client API for the network protocol described in RFC2229.
 
 WWW: http://search.cpan.org/search?dist=Net-Dict
-
-- Kimura Fuyuki
-fuyuki@hadaly.org
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/net/p5-Net-Dict/pkg-plist,v
retrieving revision 1.1
diff -u -r1.1 pkg-plist
--- pkg-plist	2002/07/25 23:18:09	1.1
+++ pkg-plist	2003/05/06 22:22:32
@@ -1,8 +1,6 @@
-bin/dict
-bin/tkdict
-lib/perl5/site_perl/%%PERL_VER%%/Net/Dict.pm
-lib/perl5/site_perl/%%PERL_VER%%/Net/Dict.pod
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Dict/.packlist
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net 2>/dev/null || true
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Dict
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true
+%%SITE_PERL%%/Net/Dict.pm
+%%SITE_PERL%%/Net/Dict.pod
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Dict/.packlist
+@unexec rmdir %D/%%SITE_PERL%%/Net 2>/dev/null || true
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Dict
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true
cvs server: Diffing files
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: ijliao 
State-Changed-When: Mon May 12 01:14:11 PDT 2003 
State-Changed-Why:  
committed, thanks 

http://www.freebsd.org/cgi/query-pr.cgi?pr=51899 
>Unformatted:
