Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Feb 2014 14:40:01 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        perl@FreeBSD.org
Subject:   Re: ports/186941: commit references a PR
Message-ID:  <201402211440.s1LEe1Tb049718@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/186941; it has been noted by GNATS.

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"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402211440.s1LEe1Tb049718>