Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Feb 2014 16:13:26 +0100
From:      Philippe Audeoud <jadawin@freebsd.org>
To:        Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers <ports-committers@freebsd.org>
Subject:   Re: svn commit: r345470 - head/net/p5-Net-NIS-Listgroup
Message-ID:  <20140221151326.GB14858@tuxaco.net>
In-Reply-To: <CAMHz58RigEZaw9pcrHt6axUPu2x45EeAE7X8b4LjMK__rRh3Sg@mail.gmail.com>
References:  <201402211435.s1LEZDDL097833@svn.freebsd.org> <CAMHz58RigEZaw9pcrHt6axUPu2x45EeAE7X8b4LjMK__rRh3Sg@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 21 Feb 2014, Sunpoet Po-Chuan Hsieh wrote:

> On Fri, Feb 21, 2014 at 10:35 PM, Philippe Audeoud <jadawin@freebsd.org>w=
rote:
>=20
> > 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
> >
> > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
> > --- 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=3D      Net-NIS-Listgroup
> >  PORTVERSION=3D   1.0.0
> > -PORTREVISION=3D  1
> > +PORTREVISION=3D  2
> >  CATEGORIES=3D    net perl5
> >  MASTER_SITES=3D  CPAN
> >  PKGNAMEPREFIX=3D p5-
> > @@ -11,9 +11,15 @@ PKGNAMEPREFIX=3D       p5-
> >  MAINTAINER=3D    perl@FreeBSD.org
> >  COMMENT=3D       Lists hosts/users in a netgroup group
> >
> > +LICENSE=3D       GPLv2
> > +
> >  RUN_DEPENDS=3D   p5-Net-NIS>0:${PORTSDIR}/net/p5-Net-NIS
> >
> >  USES=3D          perl5
> >  USE_PERL5=3D     configure
> >
> > +post-patch:
> > +       ${MKDIR} ${WRKSRC}/lib
> > +       ${MV} ${WRKSRC}/Net ${WRKSRC}/lib
> > +
> >  .include <bsd.port.mk>
> >
> > Modified: head/net/p5-Net-NIS-Listgroup/pkg-plist
> >
> > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
> > --- 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%%
> >
>=20
> The following newly-added pkg-plist entries should be removed:
>=20
> > +@dirrmtry lib/perl5/site_perl
> > +@dirrmtry lib/perl5/%%PERL_VER%%/man
> > +@dirrmtry lib/perl5/%%PERL_VER%%
> > +@dirrmtry lib/perl5
> > +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto
> > +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%
> > +@dirrmtry %%SITE_PERL%%
> > +@dirrmtry %%PERL5_MAN3%%
> >
>=20
> Regards,
> sunpoet

Sorry, my fault, i removed it but it didn't appears in commit.

Regards,

--=20
Philippe Aud=E9oud



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