Date: Mon, 5 May 2003 16:25:10 +0200 (CEST) From: Mathieu Arnold <m@absolight.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: tobez@FreeBSD.org Subject: ports/51796: (update) databases/p5-GraphViz-DBI Message-ID: <20030505142510.486EF880D@aragorn.reaumur.absolight.net> Resent-Message-ID: <200305051430.h45EUGi2057845@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 51796 >Category: ports >Synopsis: (update) databases/p5-GraphViz-DBI >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon May 05 07:30:16 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.02 >How-To-Repeat: >Fix: --- p5-GraphViz-DBI-0.02.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/databases/p5-GraphViz-DBI/Makefile,v retrieving revision 1.2 diff -u -d -b -w -r1.2 Makefile --- Makefile 2003/03/07 05:58:29 1.2 +++ Makefile 2003/05/05 14:18:54 @@ -6,7 +6,7 @@ # PORTNAME= GraphViz-DBI -PORTVERSION= 0.01 +PORTVERSION= 0.02 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= GraphViz @@ -15,13 +15,12 @@ MAINTAINER= tobez@FreeBSD.org COMMENT= GraphViz::DBI - graph database tables and relations -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/GraphViz.pm:${PORTSDIR}/graphics/p5-GraphViz +BUILD_DEPENDS= ${SITE_PERL}/GraphViz.pm:${PORTSDIR}/graphics/p5-GraphViz RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN3= GraphViz::DBI.3 -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} post-patch: ${PERL} -pi -e 's/^our\s+([\$$\@\%]\w+)/use vars qw($$1);$$1/;' \ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/databases/p5-GraphViz-DBI/distinfo,v retrieving revision 1.1 diff -u -d -b -w -r1.1 distinfo --- distinfo 2001/10/10 00:13:54 1.1 +++ distinfo 2003/05/05 14:18:54 @@ -1 +1 @@ -MD5 (GraphViz-DBI-0.01.tar.gz) = ba8485c65e048e92502fe8ed8255955a +MD5 (GraphViz-DBI-0.02.tar.gz) = 9921cf28e6db58c0b4b9728bdf2866d7 Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/databases/p5-GraphViz-DBI/pkg-descr,v retrieving revision 1.1 diff -u -d -b -w -r1.1 pkg-descr --- pkg-descr 2001/10/10 00:13:54 1.1 +++ pkg-descr 2003/05/05 14:18:54 @@ -4,7 +4,7 @@ determine database metadata and construct a GraphViz graph from the table and field information. -WWW: http://search.cpan.org/search?dist=GraphViz-DBI +WWW: http://search.cpan.org/dist/GraphViz-DBI/ -Anton <tobez@FreeBSD.org> Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/databases/p5-GraphViz-DBI/pkg-plist,v retrieving revision 1.1 diff -u -d -b -w -r1.1 pkg-plist --- pkg-plist 2001/10/10 00:13:54 1.1 +++ pkg-plist 2003/05/05 14:18:54 @@ -1,4 +1,5 @@ -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/GraphViz/DBI/.packlist -lib/perl5/site_perl/%%PERL_VER%%/GraphViz/DBI.pm -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/GraphViz/DBI -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/GraphViz 2>/dev/null || true +%%SITE_PERL%%/GraphViz/DBI.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/GraphViz/DBI/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/GraphViz/DBI +@unexec rmdir %%SITE_PERL%%/%%PERL_ARCH%%/auto/GraphViz 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/GraphViz 2>/dev/null || true --- p5-GraphViz-DBI-0.02.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?20030505142510.486EF880D>