Date: Fri, 29 Mar 2002 20:13:40 +0100 (CET) From: Oliver Braun <obraun@informatik.unibw-muenchen.de> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/36502: Update port: devel/p5-PV, bento fix Message-ID: <20020329191340.55AFB5A545@nemesis.informatik.unibw-muenchen.de>
next in thread | raw e-mail | index | archive | help
>Number: 36502 >Category: ports >Synopsis: Update port: devel/p5-PV, bento fix >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Mar 29 11:20:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Oliver Braun >Release: FreeBSD 4.5-STABLE i386 >Organization: >Environment: System: FreeBSD nemesis.informatik.unibw-muenchen.de 4.5-STABLE FreeBSD 4.5-STABLE #0: Thu Mar 21 12:00:59 CET 2002 root@nemesis.informatik.unibw-muenchen.de:/usr/obj/usr/src/sys/NEMESIS_OB i386 >Description: Update to 1.5, fixes bento fetch problem >How-To-Repeat: >Fix: diff -ruN p5-PV.old/Makefile p5-PV/Makefile --- p5-PV.old/Makefile Mon Jan 8 11:28:31 2001 +++ p5-PV/Makefile Fri Mar 29 20:10:34 2002 @@ -6,13 +6,12 @@ # PORTNAME= PV -PORTVERSION= 1.0 +PORTVERSION= 1.5 CATEGORIES= devel net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= PV PKGNAMEPREFIX= p5- -DISTNAME= perlvision -EXTRACT_SUFX= .tgz +DISTNAME= PerlVision-${PORTVERSION} MAINTAINER= ports@FreeBSD.org @@ -20,12 +19,10 @@ USE_PERL5= YES -NO_WRKSUBDIR= YES NO_BUILD= YES do-install: ${MKDIR} -m 755 ${PREFIX}/lib/perl5/site_perl/${PERL_VER} - ${INSTALL_DATA} ${WRKDIR}/PV.pm ${PREFIX}/lib/perl5/site_perl/${PERL_VER} - ${INSTALL_DATA} ${WRKDIR}/PerlVision.doc ${PREFIX}/lib/perl5/site_perl/${PERL_VER} + ${INSTALL_DATA} ${WRKSRC}/PV.pm ${PREFIX}/lib/perl5/site_perl/${PERL_VER} .include <bsd.port.mk> diff -ruN p5-PV.old/distinfo p5-PV/distinfo --- p5-PV.old/distinfo Fri Apr 18 14:10:29 1997 +++ p5-PV/distinfo Fri Mar 29 20:06:03 2002 @@ -1 +1 @@ -MD5 (perlvision.tgz) = fded6d8f202609accbb12f76d754ba0e +MD5 (PerlVision-1.5.tar.gz) = d8e4b52d137a8da9b90b25659f7ec5ed diff -ruN p5-PV.old/pkg-plist p5-PV/pkg-plist --- p5-PV.old/pkg-plist Fri Aug 28 16:16:34 1998 +++ p5-PV/pkg-plist Fri Mar 29 20:10:52 2002 @@ -1,2 +1 @@ lib/perl5/site_perl/%%PERL_VER%%/PV.pm -lib/perl5/site_perl/%%PERL_VER%%/PerlVision.doc >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020329191340.55AFB5A545>