Skip site navigation (1)Skip section navigation (2)
Date:      Sat,  4 Aug 2001 01:19:47 -0400 (EDT)
From:      Pete Fritchman <petef@databits.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/29450: Fix pkg-plist for devel/p5-IPC-ShareLite
Message-ID:  <20010804051947.2E319D920@entropy.databits.net>

next in thread | raw e-mail | index | archive | help

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010804051947.2E319D920>