Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Sep 2000 12:23:59 +0800 (CST)
From:      Yen-Ming Lee <leeym@www.caece.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/21103: update port: devel/p5-IPC-Shareable
Message-ID:  <200009080423.e884Nx531658@www.caece.net>

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

>Number:         21103
>Category:       ports
>Synopsis:       update port: devel/p5-IPC-Shareable
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 07 21:30:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 4.1-STABLE i386
>Organization:
>Environment:

FreeBSD bsd.caece.net 4.1-STABLE FreeBSD 4.1-STABLE #0: Mon Jul 31 00:29:46 CST 2000     root@bsd.caece.net:/usr/src/sys/compile/CAECE  i386

>Description:

fix some omission for Makefile and PLIST..

>How-To-Repeat:

	

>Fix:

diff -ruN /usr/ports/devel/p5-IPC-Shareable/Makefile p5-IPC-Shareable/Makefile
--- /usr/ports/devel/p5-IPC-Shareable/Makefile	Thu Sep  7 00:02:13 2000
+++ p5-IPC-Shareable/Makefile	Fri Sep  8 12:16:54 2000
@@ -14,12 +14,12 @@
 
 MAINTAINER=	leeym@cae.ce.ntu.edu.tw
 
-BUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/i386-freebsd/Storable.pm:${PORTSDIR}/devel/p5-Storable
+RUN_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/i386-freebsd/Storable.pm:${PORTSDIR}/devel/p5-Storable
 
 USE_PERL5=	YES
 
 MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
-MAN3=		IPC::Shareable.3
+MAN3=		IPC::Shareable.3 IPC::Shareable::SharedMem.3
 
 do-configure:
 		@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
diff -ruN /usr/ports/devel/p5-IPC-Shareable/pkg/PLIST p5-IPC-Shareable/pkg/PLIST
--- /usr/ports/devel/p5-IPC-Shareable/pkg/PLIST	Thu Sep  7 00:02:18 2000
+++ p5-IPC-Shareable/pkg/PLIST	Tue Aug 29 02:28:21 2000
@@ -1,4 +1,7 @@
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IPC/Shareable/.packlist
 lib/perl5/site_perl/%%PERL_VER%%/IPC/Shareable/SharedMem.pm
 lib/perl5/site_perl/%%PERL_VER%%/IPC/Shareable.pm
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IPC/Shareable/.packlist
 @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IPC/Shareable
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IPC
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/IPC/Shareable
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/IPC


>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?200009080423.e884Nx531658>