Date: Mon, 5 May 2003 10:40:02 +0200 (CEST) From: Mathieu Arnold <m@absolight.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Mathieu Arnold <m@absolight.net> Subject: ports/51784: (maintainer updater) misc/p5-Net-vCard Message-ID: <20030505084002.499EF8657@aragorn.reaumur.absolight.net> Resent-Message-ID: <200305050850.h458oCtq017873@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 51784 >Category: ports >Synopsis: (maintainer updater) misc/p5-Net-vCard >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: Mon May 05 01:50:12 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Mathieu Arnold >Release: FreeBSD 4.8-RELEASE i386 >Organization: Absolight >Environment: System: FreeBSD aragorn.reaumur.absolight.net 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Thu Apr 10 13:45:07 CEST 2003 root@aragorn.reaumur.absolight.net:/usr/obj/usr/src/sys/ARAGORN i386 >Description: Update to 0.5 >How-To-Repeat: >Fix: --- p5-Net-vCard-0.5.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/misc/p5-Net-vCard/Makefile,v retrieving revision 1.1 diff -u -d -b -w -r1.1 Makefile --- Makefile 2003/04/18 06:21:06 1.1 +++ Makefile 2003/05/05 08:38:11 @@ -6,7 +6,7 @@ # PORTNAME= Net-vCard -PORTVERSION= 0.4 +PORTVERSION= 0.5 CATEGORIES= misc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net @@ -18,6 +18,11 @@ PERL_CONFIGURE= yes MAN3= Net::vFile.3 Net::vCard.3 -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500800 +#IGNORE="Need at least perl 5.8 to build" +.endif + +.include <bsd.port.post.mk> Index: distinfo =================================================================== RCS file: /home/ncvs/ports/misc/p5-Net-vCard/distinfo,v retrieving revision 1.1 diff -u -d -b -w -r1.1 distinfo --- distinfo 2003/04/18 06:21:06 1.1 +++ distinfo 2003/05/05 08:38:11 @@ -1 +1 @@ -MD5 (Net-vCard-0.4.tar.gz) = cc99bcbdcfbafc9a659f20295b357c9d +MD5 (Net-vCard-0.5.tar.gz) = 1b509f9828aeeb923dc73487632947b3 Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/misc/p5-Net-vCard/pkg-descr,v retrieving revision 1.1 diff -u -d -b -w -r1.1 pkg-descr --- pkg-descr 2003/04/18 06:21:06 1.1 +++ pkg-descr 2003/05/05 08:38:11 @@ -3,4 +3,4 @@ Name, numbers, addresses, and even logos. This module can also serve as a base class for other vFile readers. -WWW: http://search.cpan.org/author/JLAWRENC/Net-vCard/ +WWW: http://search.cpan.org/dist/Net-vCard/ Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/misc/p5-Net-vCard/pkg-plist,v retrieving revision 1.1 diff -u -d -b -w -r1.1 pkg-plist --- pkg-plist 2003/04/18 06:21:06 1.1 +++ pkg-plist 2003/05/05 08:38:11 @@ -1,7 +1,9 @@ bin/vCard2label -lib/perl5/site_perl/%%PERL_VER%%/Net/vCard.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/vCard/ADR.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/vFile.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/vCard/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/vCard -@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/vCard +%%SITE_PERL%%/Net/vCard.pm +%%SITE_PERL%%/Net/vCard/ADR.pm +%%SITE_PERL%%/Net/vFile.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/vCard/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/vCard +@dirrm %%SITE_PERL%%/Net/vCard +@unexec rmdir %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true +@unexec rmdir %%SITE_PERL%%/Net 2>/dev/null || true --- p5-Net-vCard-0.5.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030505084002.499EF8657>