From owner-freebsd-ports Fri Aug 3 21:20: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AF35837B408 for ; Fri, 3 Aug 2001 21:20:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f744K0H56789; Fri, 3 Aug 2001 21:20:00 -0700 (PDT) (envelope-from gnats) Received: from entropy.databits.net (electron.databits.net [207.29.204.16]) by hub.freebsd.org (Postfix) with ESMTP id 5E67F37B408 for ; Fri, 3 Aug 2001 21:10:39 -0700 (PDT) (envelope-from petef@entropy.databits.net) Received: by entropy.databits.net (Postfix, from userid 1001) id 2E319D920; Sat, 4 Aug 2001 01:19:47 -0400 (EDT) Message-Id: <20010804051947.2E319D920@entropy.databits.net> Date: Sat, 4 Aug 2001 01:19:47 -0400 (EDT) From: Pete Fritchman Reply-To: Pete Fritchman To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29450: Fix pkg-plist for devel/p5-IPC-ShareLite Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29450 >Category: ports >Synopsis: Fix pkg-plist for devel/p5-IPC-ShareLite >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Aug 03 21:20:00 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 incorrect rmdir in pkg-plist. While we're here, fix typo in pkg-descr and add WWW: line. >How-To-Repeat: >Fix: Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/devel/p5-IPC-ShareLite/pkg-descr,v retrieving revision 1.1 diff -u -r1.1 pkg-descr --- pkg-descr 2001/04/02 22:10:01 1.1 +++ pkg-descr 2001/08/04 05:17:49 @@ -1,4 +1,6 @@ -PC::ShareLite provides a simple interface to shared memory, allowing +IPC::ShareLite provides a simple interface to shared memory, allowing data to be efficiently communicated between processes. Your operating system must support SysV IPC (shared memory and semaphores) in order to use this module. + +WWW: http://search.cpan.org/search?dist=IPC-ShareLite Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/devel/p5-IPC-ShareLite/pkg-plist,v retrieving revision 1.2 diff -u -r1.2 pkg-plist --- pkg-plist 2001/04/14 22:31:34 1.2 +++ pkg-plist 2001/08/04 05:17:17 @@ -5,4 +5,4 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IPC/ShareLite/autosplit.ix @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IPC/ShareLite @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IPC 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/IPC 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/IPC 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