From owner-svn-ports-all@FreeBSD.ORG Fri Feb 21 14:35:13 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org 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 AFB51812; Fri, 21 Feb 2014 14:35:13 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 82DB1151B; Fri, 21 Feb 2014 14:35:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1LEZDBN097835; Fri, 21 Feb 2014 14:35:13 GMT (envelope-from jadawin@svn.freebsd.org) Received: (from jadawin@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1LEZDDL097833; Fri, 21 Feb 2014 14:35:13 GMT (envelope-from jadawin@svn.freebsd.org) Message-Id: <201402211435.s1LEZDDL097833@svn.freebsd.org> From: Philippe Audeoud Date: Fri, 21 Feb 2014 14:35:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345470 - head/net/p5-Net-NIS-Listgroup X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Feb 2014 14:35:13 -0000 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 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 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%%