Date: Wed, 07 May 2003 07:23:40 +0900 From: Kimura Fuyuki <fuyuki@hadaly.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/51899: Update port: net/p5-Net-Dict to 2.07 Message-ID: <86n0hz3eab.wl%fuyuki@hadaly.org> Resent-Message-ID: <200305062230.h46MUIGH083269@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue May 06 15:30:17 PDT 2003 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86n0hz3eab.wl%fuyuki>