From owner-svn-ports-head@FreeBSD.ORG Fri May 8 15:52:57 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 50E52E6C for ; Fri, 8 May 2015 15:52:57 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 304061A92 for ; Fri, 8 May 2015 15:52:57 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.9/8.14.9) with ESMTP id t48FqvY0005861 for ; Fri, 8 May 2015 15:52:57 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.9/8.14.9/Submit) id t48FquDW005854 for svn-ports-head@freebsd.org; Fri, 8 May 2015 15:52:56 GMT (envelope-from bdrewery) Received: (qmail 88100 invoked from network); 8 May 2015 10:52:55 -0500 Received: from unknown (HELO ?10.10.1.139?) (freebsd@shatow.net@10.10.1.139) by sweb.xzibition.com with ESMTPA; 8 May 2015 10:52:55 -0500 Message-ID: <554CDBE8.7020703@FreeBSD.org> Date: Fri, 08 May 2015 10:53:12 -0500 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Sunpoet Po-Chuan Hsieh CC: Matthew Seaman , 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 References: <201505081305.t48D5ULi055835@svn.freebsd.org> <554CD6C9.5000708@FreeBSD.org> In-Reply-To: OpenPGP: id=F9173CB2C3AAEA7A5C8A1F0935D771BB6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="RVnvxqSstQHxTsmQueR2DbU39dXGvBPa7" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 May 2015 15:52:57 -0000 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 > 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 > > >> 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 > > +# $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--