Date: Sat, 4 Aug 2001 01:15:04 -0400 (EDT) From: Pete Fritchman <petef@databits.net> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/29445: Fix pkg-plist for www/p5-HTML-SimpleParse Message-ID: <20010804051504.EE95ED920@entropy.databits.net>
next in thread | raw e-mail | index | archive | help
>Number: 29445 >Category: ports >Synopsis: Fix pkg-plist for www/p5-HTML-SimpleParse >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 Aug 03 21:10:04 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Pete Fritchman >Release: FreeBSD 4.3-STABLE i386 >Organization: Databits Network Services, Inc. >Environment: System: FreeBSD entropy.databits.net 4.3-STABLE FreeBSD 4.3-STABLE #1: Tue Jul 31 08:19:43 EDT 2001 petef@entropy.databits.net:/usr/obj/usr/src/sys/ENTROPY i386 >Description: Fix pkg-plist to properly remove all directories. While we're here, add a WWW: line to pkg-descr. >How-To-Repeat: >Fix: Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/www/p5-HTML-SimpleParse/pkg-descr,v retrieving revision 1.1 diff -u -r1.1 pkg-descr --- pkg-descr 2001/05/27 02:07:44 1.1 +++ pkg-descr 2001/08/04 05:11:11 @@ -1,2 +1,4 @@ This module is a simple HTML parser. It is similar in concept to HTML::Parser, but it differs in a couple of important ways. + +WWW: http://search.cpan.org/search?dist=HTML-SimpleParse Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/p5-HTML-SimpleParse/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- pkg-plist 2001/05/27 02:07:44 1.1 +++ pkg-plist 2001/08/04 05:10:36 @@ -1,4 +1,5 @@ lib/perl5/site_perl/%%PERL_VER%%/HTML/SimpleParse.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/SimpleParse/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/SimpleParse +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML 2>/dev/null || true @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/HTML 2>/dev/null || true >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?20010804051504.EE95ED920>