Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 May 2015 22:45:18 +0800
From:      Sunpoet Po-Chuan Hsieh <sunpoet@freebsd.org>
To:        Matthew Seaman <matthew@freebsd.org>
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
Message-ID:  <CAMHz58SAcjiCprFNT_x0xgg6ceBzhh0s%2BBgYj1uo%2BDQ96rVEyA@mail.gmail.com>
In-Reply-To: <201505081305.t48D5ULi055835@svn.freebsd.org>
References:  <201505081305.t48D5ULi055835@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, May 8, 2015 at 9:05 PM, Matthew Seaman <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, props changed)
>   head/sysutils/rubygem-hiera-file/distinfo   (contents, props changed)
>   head/sysutils/rubygem-hiera-file/pkg-descr   (contents, props changed)
> Modified:
>   head/sysutils/Makefile
>
> Modified: head/sysutils/Makefile
>
> ==============================================================================
> --- 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 += rubygem-hammer_cli_foreman_salt
>      SUBDIR += rubygem-hammer_cli_foreman_ssh
>      SUBDIR += rubygem-hiera
> +    SUBDIR += rubygem-hiera-file
>      SUBDIR += rubygem-librarian-puppet
>      SUBDIR += rubygem-log4r
>      SUBDIR += rubygem-logify
>
> Added: head/sysutils/rubygem-hiera-file/Makefile
>
> ==============================================================================
> --- /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=      hiera-file
> +PORTVERSION=   1.1.1
> +CATEGORIES=    sysutils rubygems
> +MASTER_SITES=  RG
> +
> +MAINTAINER=    matthew@FreeBSD.org
> +COMMENT=       Data backend for Hiera that returns whole files
> +
> +USE_RUBY=      yes
> +USE_RUBYGEMS=  yes
> +RUBYGEM_AUTOPLIST=     yes
> +
> +RUN_DEPENDS=   ${PKGNAMEPREFIX}hiera>=0:${PORTSDIR}/sysutils/rubygem-hiera
>

RUN_DEPENDS should appear earlier. :)

Regards,
sunpoet


> +
> +.include <bsd.port.mk>
>
> Added: head/sysutils/rubygem-hiera-file/distinfo
>
> ==============================================================================
> --- /dev/null   00:00:00 1970   (empty, because file is newly added)
> +++ head/sysutils/rubygem-hiera-file/distinfo   Fri May  8 13:05:29 2015
>       (r385776)
> @@ -0,0 +1,2 @@
> +SHA256 (rubygem/hiera-file-1.1.1.gem) =
> 4ac5259555b0561a1f72cd53fd22a68ab46a3d6127491fe2a3e3b1ba25a185a4
> +SIZE (rubygem/hiera-file-1.1.1.gem) = 5120
>
> Added: head/sysutils/rubygem-hiera-file/pkg-descr
>
> ==============================================================================
> --- /dev/null   00:00:00 1970   (empty, because file is newly added)
> +++ head/sysutils/rubygem-hiera-file/pkg-descr  Fri May  8 13:05:29 2015
>       (r385776)
> @@ -0,0 +1,3 @@
> +A data backend for Hiera that can return the content of whole files.
> +
> +WWW: https://github.com/adrienthebo/hiera-file
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAMHz58SAcjiCprFNT_x0xgg6ceBzhh0s%2BBgYj1uo%2BDQ96rVEyA>