Date: Fri, 14 Nov 2008 14:20:54 -0500 (EST) From: Steven Kreuzer <skreuzer@exit2shell.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/128878: [MAINTAINER] www/p5-Net-GeoPlanet: Fix pkg-plist Message-ID: <200811141920.mAEJKsVC015968@slurry.exit2shell.com> Resent-Message-ID: <200811141950.mAEJo47r021150@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 128878 >Category: ports >Synopsis: [MAINTAINER] www/p5-Net-GeoPlanet: Fix pkg-plist >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: Fri Nov 14 19:50:04 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Steven Kreuzer >Release: FreeBSD 6.3-STABLE amd64 >Organization: >Environment: System: FreeBSD slurry.exit2shell.com 6.3-STABLE FreeBSD 6.3-STABLE #1: Fri May 23 20:22:28 EDT 2008 >Description: I forgot to include the Net/ directory itself in the pkg-plist. The attached patch will bump the PORTREVISION and fixes the pkg-plist >How-To-Repeat: >Fix: --- p5-Net-GeoPlanet-0.1_1.patch begins here --- Index: Makefile =================================================================== RCS file: /usr/share/cvs/freebsd/ports/www/p5-Net-GeoPlanet/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 10 Aug 2008 22:00:59 -0000 1.1 +++ Makefile 14 Nov 2008 19:13:21 -0000 @@ -7,6 +7,7 @@ PORTNAME= Net-GeoPlanet PORTVERSION= 0.1 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Index: pkg-plist =================================================================== RCS file: /usr/share/cvs/freebsd/ports/www/p5-Net-GeoPlanet/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- pkg-plist 10 Aug 2008 22:00:59 -0000 1.1 +++ pkg-plist 14 Nov 2008 19:15:42 -0000 @@ -2,3 +2,4 @@ %%SITE_PERL%%/Net/GeoPlanet.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/GeoPlanet/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/GeoPlanet +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net --- p5-Net-GeoPlanet-0.1_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811141920.mAEJKsVC015968>