[PATCH] net/p5-Net-NIS-Listgroup: Install missing pm file.

Gea-Suan Lin gslin at gslin.org
Fri Feb 21 09:35:21 UTC 2014


>Submitter-Id:	current-users
>Originator:	Gea-Suan Lin
>Organization:	
>Confidential:	no 
>Synopsis:	[PATCH] net/p5-Net-NIS-Listgroup: Install missing pm file.
>Severity:	non-critical
>Priority:	low
>Category:	ports 
>Class:		change-request
>Release:	FreeBSD 10.0-RELEASE amd64
>Environment:
System: FreeBSD freebsd.gslin.org 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC
>Description:
- Install missing pm file.
- Add LICENSE.

Port maintainer (perl at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 1.00.2014.02.11 (mode: change, diff: ports)
>How-To-Repeat:
>Fix:

--- p5-Net-NIS-Listgroup-1.0.0.patch begins here ---
diff -ruN /usr/ports/net/p5-Net-NIS-Listgroup/Makefile ./Makefile
--- /usr/ports/net/p5-Net-NIS-Listgroup/Makefile	2013-11-06 00:42:55.000000000 +0800
+++ ./Makefile	2014-02-20 03:15:24.000000000 +0800
@@ -3,7 +3,7 @@
 
 PORTNAME=	Net-NIS-Listgroup
 PORTVERSION=	1.0.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,9 +11,15 @@
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Lists hosts/users in a netgroup group
 
+LICENSE=	GPLv2
+
 RUN_DEPENDS=	p5-Net-NIS>0:${PORTSDIR}/net/p5-Net-NIS
 
 USES=		perl5
 USE_PERL5=	configure
 
+post-patch:
+	${MKDIR} ${WRKSRC}/lib
+	${MV} ${WRKSRC}/Net ${WRKSRC}/lib
+
 .include <bsd.port.mk>
diff -ruN /usr/ports/net/p5-Net-NIS-Listgroup/pkg-plist ./pkg-plist
--- /usr/ports/net/p5-Net-NIS-Listgroup/pkg-plist	2014-01-22 23:16:56.000000000 +0800
+++ ./pkg-plist	2014-02-20 03:05:39.000000000 +0800
@@ -1,7 +1,19 @@
+%%PERL5_MAN3%%/Net::NIS::Listgroup.3.gz
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/NIS/Listgroup/.packlist
+%%SITE_PERL%%/Net/NIS/Listgroup.pm
 bin/listgroup
 bin/make_cron
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/NIS/Listgroup/.packlist
 man/man1/listgroup.1.gz
+ at dirrmtry lib/perl5/site_perl
+ at dirrmtry lib/perl5/%%PERL_VER%%/man
+ at dirrmtry lib/perl5/%%PERL_VER%%
+ at dirrmtry lib/perl5
+ at dirrmtry %%SITE_PERL%%/Net/NIS
+ at dirrmtry %%SITE_PERL%%/Net
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/NIS/Listgroup
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/NIS
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%
+ at dirrmtry %%SITE_PERL%%
+ at dirrmtry %%PERL5_MAN3%%
--- p5-Net-NIS-Listgroup-1.0.0.patch ends here ---



More information about the freebsd-perl mailing list