Date: Fri, 08 May 2015 10:53:12 -0500 From: Bryan Drewery <bdrewery@FreeBSD.org> To: Sunpoet Po-Chuan Hsieh <sunpoet@freebsd.org> Cc: Matthew Seaman <matthew@freebsd.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r385776 - in head/sysutils: . rubygem-hiera-file Message-ID: <554CDBE8.7020703@FreeBSD.org> In-Reply-To: <CAMHz58Qk1RfOfh%2BrfaJoFVz5%2B5ij3BxmQQ1a87c2nCtp%2BoBZyA@mail.gmail.com> References: <201505081305.t48D5ULi055835@svn.freebsd.org> <CAMHz58SAcjiCprFNT_x0xgg6ceBzhh0s%2BBgYj1uo%2BDQ96rVEyA@mail.gmail.com> <554CD6C9.5000708@FreeBSD.org> <CAMHz58Qk1RfOfh%2BrfaJoFVz5%2B5ij3BxmQQ1a87c2nCtp%2BoBZyA@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --RVnvxqSstQHxTsmQueR2DbU39dXGvBPa7 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 5/8/2015 10:43 AM, Sunpoet Po-Chuan Hsieh wrote: > On Fri, May 8, 2015 at 11:31 PM, Bryan Drewery <bdrewery@freebsd.org > <mailto:bdrewery@freebsd.org>> wrote: >=20 > On 5/8/2015 9:45 AM, Sunpoet Po-Chuan Hsieh wrote: > > On Fri, May 8, 2015 at 9:05 PM, Matthew Seaman <matthew@freebsd.o= rg <mailto:matthew@freebsd.org> > > <mailto:matthew@freebsd.org <mailto:matthew@freebsd.org>>> wrote:= > > > > Author: matthew > > Date: Fri May 8 13:05:29 2015 > > New Revision: 385776 > > URL: https://svnweb.freebsd.org/changeset/ports/385776 > > > > Log: > > A data backend for Hiera that can return the content of > whole files. > > > > WWW: https://github.com/adrienthebo/hiera-file > > > > Added: > > head/sysutils/rubygem-hiera-file/ > > head/sysutils/rubygem-hiera-file/Makefile (contents, prop= s > changed) > > head/sysutils/rubygem-hiera-file/distinfo (contents, prop= s > changed) > > head/sysutils/rubygem-hiera-file/pkg-descr (contents, > props changed) > > Modified: > > head/sysutils/Makefile > > > > Modified: head/sysutils/Makefile > > =20 > =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/sysutils/Makefile Fri May 8 13:02:39 2015 > > (r385775) > > +++ head/sysutils/Makefile Fri May 8 13:05:29 2015 > > (r385776) > > @@ -836,6 +836,7 @@ > > SUBDIR +=3D rubygem-hammer_cli_foreman_salt > > SUBDIR +=3D rubygem-hammer_cli_foreman_ssh > > SUBDIR +=3D rubygem-hiera > > + SUBDIR +=3D rubygem-hiera-file > > SUBDIR +=3D rubygem-librarian-puppet > > SUBDIR +=3D rubygem-log4r > > SUBDIR +=3D rubygem-logify > > > > Added: head/sysutils/rubygem-hiera-file/Makefile > > =20 > =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 > > --- /dev/null 00:00:00 1970 (empty, because file is newly= > added) > > +++ head/sysutils/rubygem-hiera-file/Makefile Fri May 8 > 13:05:29 > > 2015 (r385776) > > @@ -0,0 +1,18 @@ > > +# Created by: Matthew Seaman <matthew@FreeBSD.org> > > +# $FreeBSD$ > > + > > +PORTNAME=3D hiera-file > > +PORTVERSION=3D 1.1.1 > > +CATEGORIES=3D sysutils rubygems > > +MASTER_SITES=3D RG > > + > > +MAINTAINER=3D matthew@FreeBSD.org > > +COMMENT=3D Data backend for Hiera that returns whole f= iles > > + > > +USE_RUBY=3D yes > > +USE_RUBYGEMS=3D yes > > +RUBYGEM_AUTOPLIST=3D yes > > + > > +RUN_DEPENDS=3D > > ${PKGNAMEPREFIX}hiera>=3D0:${PORTSDIR}/sysutils/rubygem-hier= a > > > > > > RUN_DEPENDS should appear earlier. :) > > >=20 > Why? >=20 >=20 > % portlint -abct > WARN: Makefile: Consider defining LICENSE. > WARN: Makefile: "RUN_DEPENDS" has to appear earlier. > 0 fatal errors and 2 warnings found. This rule serves no purpose. --=20 Regards, Bryan Drewery --RVnvxqSstQHxTsmQueR2DbU39dXGvBPa7 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBAgAGBQJVTNvoAAoJEDXXcbtuRpfPtTUH/2Jd6moGzIE6SXwd1oYyQXR6 GmJ97SsQ1U+rlT10STkDtr3xeJ+SWjWOcQCpm0TdlPKe2aec2XGM6UgUNDfLlXA8 QnICO03uhd21Q9hcJUDDKm+yJv2SqsOtJVl0OCTE3/78HBK9mVI60qKLoaAeOmpH D6PNU51zBMZipNZuFZacd1eWRn+oxmWmMj46fMSPPTAWc3GOvvQUxAlBJ6f5LMCH CdKcfenpnRL55zNmulXKkdKu2JpYJMbF4aWlAbIKSZu6UdK5OHNqOHcodyUE80bJ 8OhJQqSErld6+qrImszfgF9LA60D0m0hoRiHhbMwRUlYcqQFO4cv+vxQIHT2djA= =p1ah -----END PGP SIGNATURE----- --RVnvxqSstQHxTsmQueR2DbU39dXGvBPa7--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?554CDBE8.7020703>