svn commit: r385776 - in head/sysutils: . rubygem-hiera-file

Sunpoet Po-Chuan Hsieh sunpoet at freebsd.org
Fri May 8 15:12:16 UTC 2015


On Fri, May 8, 2015 at 9:05 PM, Matthew Seaman <matthew at 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 at FreeBSD.org>
> +# $FreeBSD$
> +
> +PORTNAME=      hiera-file
> +PORTVERSION=   1.1.1
> +CATEGORIES=    sysutils rubygems
> +MASTER_SITES=  RG
> +
> +MAINTAINER=    matthew at 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
>


More information about the svn-ports-all mailing list