From owner-svn-ports-all@FreeBSD.ORG Fri May 8 15:43:58 2015 Return-Path: Delivered-To: svn-ports-all@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 6FF1AAB5 for ; Fri, 8 May 2015 15:43:58 +0000 (UTC) Received: from mail-oi0-f42.google.com (mail-oi0-f42.google.com [209.85.218.42]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3A7441972 for ; Fri, 8 May 2015 15:43:57 +0000 (UTC) Received: by oiko83 with SMTP id o83so61589558oik.1 for ; Fri, 08 May 2015 08:43:57 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=Ub1IhUQts4aCKyMtJiteeo5hsl/kn56nVOlCBG8qfi4=; b=lw5XlOw3ZwZ/2msrbGkmyQ3KVeRqSpdQNrhPLiuATAVE4j1amfJOE0HFW+KBDL+JCu vXRnZySZAgr6nOuCcv7q0/pq5kfK1dxgT217sJfDo8smzgTZNIEk1nFkLMG1/SFWIVWC jUTwa8NsgCEloKA1sIGgPH1mIyrqtdrmetPq1WnGPhy9w14jl+DXBX2MRsnCuNGck6bR IbxY0iOJYOQ3jD9efi+3vY2LjrDcBY6NMo4XjxJJ9i5fsDCum22z/SXZVIdOVZdS5+aj Tg75HaS16TjBAXZlE7PdAOmPZ6YHJA/boRCFYFL7Q2xGlsK4S9Dx28XVZOMQwGhiHW4p pGOw== X-Gm-Message-State: ALoCoQnMe7T0iqOsGUyKdT2MCDm3BRP5lWUS8etaOrAIZJL+Yg9FcXEI8fx0JmLcaLYg9MTiCfON X-Received: by 10.202.49.77 with SMTP id x74mr3478290oix.86.1431099837298; Fri, 08 May 2015 08:43:57 -0700 (PDT) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.202.174.4 with HTTP; Fri, 8 May 2015 08:43:36 -0700 (PDT) In-Reply-To: <554CD6C9.5000708@FreeBSD.org> References: <201505081305.t48D5ULi055835@svn.freebsd.org> <554CD6C9.5000708@FreeBSD.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 8 May 2015 23:43:36 +0800 X-Google-Sender-Auth: M3SC4Pj8sCRzau0rFanqzp4SPRU Message-ID: Subject: Re: svn commit: r385776 - in head/sysutils: . rubygem-hiera-file To: Bryan Drewery Cc: Matthew Seaman , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 May 2015 15:43:58 -0000 On Fri, May 8, 2015 at 11:31 PM, Bryan Drewery wrote: > 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, 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 > > +# $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. :) > > > > Why? > > % portlint -abct WARN: Makefile: Consider defining LICENSE. WARN: Makefile: "RUN_DEPENDS" has to appear earlier. 0 fatal errors and 2 warnings found. > -- > Regards, > Bryan Drewery >