From owner-freebsd-perl@FreeBSD.ORG Fri Feb 21 09:35:21 2014 Return-Path: Delivered-To: perl@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BFFB1FA2 for ; Fri, 21 Feb 2014 09:35:21 +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 8E8AD16AA for ; Fri, 21 Feb 2014 09:35:21 +0000 (UTC) To: FreeBSD-gnats-submit@freebsd.org Subject: [PATCH] net/p5-Net-NIS-Listgroup: Install missing pm file. From: Gea-Suan Lin X-send-pr-version: 3.113 X-GNATS-Notify: Date: Fri, 21 Feb 2014 09:30:49 +0000 Message-ID: <0000014453c87246-5d480a39-0b13-4645-ac89-fa06e29858c7-000000@email.amazonses.com> X-SES-Outgoing: 2014.02.21-54.240.8.22 Cc: perl@FreeBSD.org, gslin@gslin.org X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Feb 2014 09:35:21 -0000 >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@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 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 ---