From owner-svn-ports-head@FreeBSD.ORG Fri May 8 15:31:06 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 B33F54D6 for ; Fri, 8 May 2015 15:31:06 +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 963C0174F for ; Fri, 8 May 2015 15:31:06 +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 t48FV63Y099172 for ; Fri, 8 May 2015 15:31:06 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.9/8.14.9/Submit) id t48FV6nq099169 for svn-ports-head@freebsd.org; Fri, 8 May 2015 15:31:06 GMT (envelope-from bdrewery) Received: (qmail 98574 invoked from network); 8 May 2015 10:31:04 -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:31:04 -0500 Message-ID: <554CD6C9.5000708@FreeBSD.org> Date: Fri, 08 May 2015 10:31:21 -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 , Matthew Seaman CC: 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> 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="B6c1ubbCTTrndom6oJ1AFlfkeEreKOKfp" 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:31:06 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --B6c1ubbCTTrndom6oJ1AFlfkeEreKOKfp Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 5/8/2015 9:45 AM, Sunpoet Po-Chuan Hsieh wrote: > On Fri, May 8, 2015 at 9:05 PM, Matthew Seaman > wrote: >=20 > Author: matthew > Date: Fri May 8 13:05:29 2015 > New Revision: 385776 > URL: https://svnweb.freebsd.org/changeset/ports/385776 >=20 > Log: > A data backend for Hiera that can return the content of whole fil= es. >=20 > WWW: https://github.com/adrienthebo/hiera-file >=20 > Added: > head/sysutils/rubygem-hiera-file/ > head/sysutils/rubygem-hiera-file/Makefile (contents, props chan= ged) > head/sysutils/rubygem-hiera-file/distinfo (contents, props chan= ged) > head/sysutils/rubygem-hiera-file/pkg-descr (contents, props cha= nged) > Modified: > head/sysutils/Makefile >=20 > Modified: head/sysutils/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/sysutils/Makefile Fri May 8 13:02:39 2015 =20 > (r385775) > +++ head/sysutils/Makefile Fri May 8 13:05:29 2015 =20 > (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 >=20 > Added: head/sysutils/rubygem-hiera-file/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 > --- /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 files > + > +USE_RUBY=3D yes > +USE_RUBYGEMS=3D yes > +RUBYGEM_AUTOPLIST=3D yes > + > +RUN_DEPENDS=3D=20 > ${PKGNAMEPREFIX}hiera>=3D0:${PORTSDIR}/sysutils/rubygem-hiera >=20 >=20 > RUN_DEPENDS should appear earlier. :) >=20 Why? --=20 Regards, Bryan Drewery --B6c1ubbCTTrndom6oJ1AFlfkeEreKOKfp 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 iQEcBAEBAgAGBQJVTNbJAAoJEDXXcbtuRpfP0RYH/1I3xLZ+HSdJYJHADXaWV33C hqVnB7fdngPqim6ZoCI/XppnMkaiD0gbyWpYOkubn/kB4Ecfml4dxRyeqN7zgB2b 6m8n9zjuTayHac5Uk3UXIZUYrQ36OnUfD6Ib04NXM9a3WwrgiRlPKp9b4LPM7TOB 52BS3KQaJ8SdZYdomA8OM7arKjA3oWyTcXH2vPjkkULWhvz8IhU5hXcxsbQN4g6v OoHzm245saNnC97AJGXOrTWLqDHa8Omd+ayap+85pY+72UVP+Vr2GCErJaUK2SQ5 ciDHtFNcoXjlIjUwP239v0TSgaCvRvhGgKdXUc1P45mLggDd/Tgjww2FPNrpfHM= =zWdQ -----END PGP SIGNATURE----- --B6c1ubbCTTrndom6oJ1AFlfkeEreKOKfp--