From 0000014453c87246-5d480a39-0b13-4645-ac89-fa06e29858c7-000000@amazonses.com  Fri Feb 21 09:35:41 2014
Return-Path: <0000014453c87246-5d480a39-0b13-4645-ac89-fa06e29858c7-000000@amazonses.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 0758111B
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 21 Feb 2014 09:35:41 +0000 (UTC)
Received: from a8-22.smtp-out.amazonses.com (a8-22.smtp-out.amazonses.com [54.240.8.22])
	by mx1.freebsd.org (Postfix) with ESMTP id C9DF516B3
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 21 Feb 2014 09:35:40 +0000 (UTC)
Message-Id: <0000014453c87246-5d480a39-0b13-4645-ac89-fa06e29858c7-000000@email.amazonses.com>
Date: Fri, 21 Feb 2014 09:30:49 +0000
From: Gea-Suan Lin <gslin@gslin.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: perl@FreeBSD.org, gslin@gslin.org
Subject: [PATCH] net/p5-Net-NIS-Listgroup: Install missing pm file.
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         186941
>Category:       ports
>Synopsis:       [PATCH] net/p5-Net-NIS-Listgroup: Install missing pm file.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    perl
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 21 09:40:00 UTC 2014
>Closed-Date:    Fri Feb 21 15:14:29 UTC 2014
>Last-Modified:  Fri Feb 21 15:14:29 UTC 2014
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 10.0-RELEASE amd64
>Organization:
>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@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@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
+@dirrmtry lib/perl5/site_perl
+@dirrmtry lib/perl5/%%PERL_VER%%/man
+@dirrmtry lib/perl5/%%PERL_VER%%
+@dirrmtry lib/perl5
+@dirrmtry %%SITE_PERL%%/Net/NIS
+@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
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%
+@dirrmtry %%SITE_PERL%%
+@dirrmtry %%PERL5_MAN3%%
--- p5-Net-NIS-Listgroup-1.0.0.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Feb 21 09:40:08 UTC 2014 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=186941 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/186941: commit references a PR
Date: Fri, 21 Feb 2014 14:35:20 +0000 (UTC)

 Author: jadawin
 Date: Fri Feb 21 14:35:12 2014
 New Revision: 345470
 URL: http://svnweb.freebsd.org/changeset/ports/345470
 QAT: https://qat.redports.org/buildarchive/r345470/
 
 Log:
   - Add LICENSE
   - Install missing pm file
   - Bump PORTREVISION
   
   PR:		ports/186941
   Submitted by:	Gea-Suan Lin <gslin@gslin.org>
 
 Modified:
   head/net/p5-Net-NIS-Listgroup/Makefile
   head/net/p5-Net-NIS-Listgroup/pkg-plist
 
 Modified: head/net/p5-Net-NIS-Listgroup/Makefile
 ==============================================================================
 --- head/net/p5-Net-NIS-Listgroup/Makefile	Fri Feb 21 14:27:51 2014	(r345469)
 +++ head/net/p5-Net-NIS-Listgroup/Makefile	Fri Feb 21 14:35:12 2014	(r345470)
 @@ -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 @@ PKGNAMEPREFIX=	p5-
  MAINTAINER=	perl@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>
 
 Modified: head/net/p5-Net-NIS-Listgroup/pkg-plist
 ==============================================================================
 --- head/net/p5-Net-NIS-Listgroup/pkg-plist	Fri Feb 21 14:27:51 2014	(r345469)
 +++ head/net/p5-Net-NIS-Listgroup/pkg-plist	Fri Feb 21 14:35:12 2014	(r345470)
 @@ -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
 +@dirrmtry lib/perl5/site_perl
 +@dirrmtry lib/perl5/%%PERL_VER%%/man
 +@dirrmtry lib/perl5/%%PERL_VER%%
 +@dirrmtry lib/perl5
 +@dirrmtry %%SITE_PERL%%/Net/NIS
 +@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
 +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto
 +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%
 +@dirrmtry %%SITE_PERL%%
 +@dirrmtry %%PERL5_MAN3%%
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: jadawin 
State-Changed-When: Fri Feb 21 15:14:28 UTC 2014 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=186941 
>Unformatted:
