Date: Tue, 13 May 2003 11:44:11 +0200 (CEST) From: Mathieu Arnold <m@absolight.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: m@absolight.net Subject: ports/52161: (update) devel/p5-IPC-ShareLite to 0.09 Message-ID: <20030513094411.37D578548@aragorn.reaumur.absolight.net> Resent-Message-ID: <200305130950.h4D9o3Lb067705@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 52161 >Category: ports >Synopsis: (update) devel/p5-IPC-ShareLite to 0.09 >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: Tue May 13 02:50:03 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.09 Grab maintainership Add WWW >How-To-Repeat: >Fix: Tested with 5.00503 / 5.6.1 / 5.8.0 --- p5-IPC-ShareLite-0.09.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-IPC-ShareLite/Makefile,v retrieving revision 1.4 diff -u -b -w -r1.4 Makefile --- Makefile 2003/02/20 17:06:56 1.4 +++ Makefile 2003/05/13 09:42:31 @@ -6,18 +6,17 @@ # PORTNAME= IPC-ShareLite -PORTVERSION= 0.08 +PORTVERSION= 0.09 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= IPC PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= m@absolight.net COMMENT= A simple interface to access shared memory PERL_CONFIGURE= yes -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= IPC::ShareLite.3 .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/p5-IPC-ShareLite/distinfo,v retrieving revision 1.1 diff -u -b -w -r1.1 distinfo --- distinfo 2001/04/02 22:10:01 1.1 +++ distinfo 2003/05/13 09:42:31 @@ -1 +1 @@ -MD5 (IPC-ShareLite-0.08.tar.gz) = 2c908d8b733faa0426acb513e5319bf7 +MD5 (IPC-ShareLite-0.09.tar.gz) = 3942a55cfc5e6d3b612a46cc1a9515b9 Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/devel/p5-IPC-ShareLite/pkg-descr,v retrieving revision 1.1 diff -u -b -w -r1.1 pkg-descr --- pkg-descr 2001/04/02 22:10:01 1.1 +++ pkg-descr 2003/05/13 09:42:31 @@ -1,4 +1,5 @@ -PC::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. +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/dist/IPC-ShareLite Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/devel/p5-IPC-ShareLite/pkg-plist,v retrieving revision 1.3 diff -u -b -w -r1.3 pkg-plist --- pkg-plist 2001/08/03 20:24:40 1.3 +++ pkg-plist 2003/05/13 09:42:31 @@ -1,8 +1,8 @@ -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/IPC/ShareLite.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IPC/ShareLite/.packlist -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IPC/ShareLite/ShareLite.bs -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IPC/ShareLite/ShareLite.so -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%%/%%PERL_ARCH%%/IPC 2>/dev/null || true +%%SITE_PERL%%/%%PERL_ARCH%%/IPC/ShareLite.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC/ShareLite/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC/ShareLite/ShareLite.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC/ShareLite/ShareLite.so +%%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC/ShareLite/autosplit.ix +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC/ShareLite +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/IPC 2>/dev/null || true --- p5-IPC-ShareLite-0.09.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?20030513094411.37D578548>