From owner-svn-ports-head@freebsd.org Fri Jan 27 21:05:32 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8AE3FCC40E5 for ; Fri, 27 Jan 2017 21:05:32 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-ot0-x244.google.com (mail-ot0-x244.google.com [IPv6:2607:f8b0:4003:c0f::244]) (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 50626E10 for ; Fri, 27 Jan 2017 21:05:32 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: by mail-ot0-x244.google.com with SMTP id 73so32241902otj.1 for ; Fri, 27 Jan 2017 13:05:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sunpoet-net.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=2ST2NJRWyxYMpo3As8RTmDdIoq5CxZjytsZbGxOLlyQ=; b=S7bnybOqrn+rLkV8hQkI7UTO38S4MhL4rXho49VviUa3TLESvJqfRlIhVWFxM+nNpV F8WVEATfVj1Kc9weWY8lR3weZshb5+l01PSYzSSIE8J6kug4IrM4P2X4ldP1etqh3icx qzrmK3uIqbH/odNC0SNVdyXfHsxDx1wMygyotwHVpcWanDpSn0o6Oz9jHYzYLHlhTsL9 cVR/zwqYAx+fR25zEDCVHoFaGGllgpewquZVRzB/awNLpPNd0TtkWBRg6VPD0bdQnl23 TyvDwlvlG8LNxtaPeD9kz0ARPV1yxK65/0C7yy6bDiAxIG7Sgr6Dgei8DnR2YTlRm/RM 5VIw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=2ST2NJRWyxYMpo3As8RTmDdIoq5CxZjytsZbGxOLlyQ=; b=Jtg/4h9Z6OhwxUnVSSQbA34dRwDVRNdjhBFW1JKcWxsq1mBY3+ECDrETAi1KQGcdya XYlwx07hRNMZhZPNtFMK2DcN/smK/CBfITiIRAw8PmLP5ENm35Qg3U79+A979NsStqf/ BV0WxwP8n06vH3ahMZu3BfjOuGqGoCHqaNbqvnfF4uTV0XsbhYcvdlUBrewqnGD6jMBr 0X2lBwV8WNl0FN2Mvc2VmjW2L8tuJOA1JjgMoTo6F3o2xaKz2umV+aZ8IkB9IlzY50m2 x18nlR9gh0dXcpfK3ZWQ/g3bIfUFvyZMAqh9bf09fuI2jbK+QK8v0cIWHxqjgSE8YWYV C0Cw== X-Gm-Message-State: AIkVDXJPJSj4BqePm/6A9E1wt5VHtI+sOyKzMItVG/pH5+PHCthUREt0hBbY14mcqdLlhGoPz4MPbFQbqY+Iog== X-Received: by 10.157.20.146 with SMTP id d18mr4913752ote.37.1485551131541; Fri, 27 Jan 2017 13:05:31 -0800 (PST) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.157.12.134 with HTTP; Fri, 27 Jan 2017 13:04:51 -0800 (PST) In-Reply-To: <69F287FE-2547-4F9B-9D47-66ACCA438D08@adamw.org> References: <201701261437.v0QEbwig041350@repo.freebsd.org> <69F287FE-2547-4F9B-9D47-66ACCA438D08@adamw.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 28 Jan 2017 05:04:51 +0800 X-Google-Sender-Auth: nYNiP8FE0pB7Mu6VorwCtLLmH8U Message-ID: Subject: Re: svn commit: r432501 - head/devel/p5-Hash-Merge-Simple To: Adam Weinberger Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 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, 27 Jan 2017 21:05:32 -0000 On Fri, Jan 27, 2017 at 11:16 PM, Adam Weinberger wrote: > > On 26 Jan, 2017, at 7:37, Sunpoet Po-Chuan Hsieh > wrote: > > > > Author: sunpoet > > Date: Thu Jan 26 14:37:58 2017 > > New Revision: 432501 > > URL: https://svnweb.freebsd.org/changeset/ports/432501 > > > > Log: > > Add missing BUILD_DEPENDS and RUN_DEPENDS > > > > - Add LICENSE > > - Use = instead of += for TEST_DEPENDS > > - Bump PORTREVISION for dependency change > > > > Modified: > > head/devel/p5-Hash-Merge-Simple/Makefile > > > > Modified: head/devel/p5-Hash-Merge-Simple/Makefile > > ============================================================ > ================== > > --- head/devel/p5-Hash-Merge-Simple/Makefile Thu Jan 26 14:37:53 2017 > (r432500) > > +++ head/devel/p5-Hash-Merge-Simple/Makefile Thu Jan 26 14:37:58 2017 > (r432501) > > @@ -3,7 +3,7 @@ > > > > PORTNAME= Hash-Merge-Simple > > PORTVERSION= 0.051 > > -PORTREVISION= 3 > > +PORTREVISION= 4 > > CATEGORIES= devel perl5 > > MASTER_SITES= CPAN > > PKGNAMEPREFIX= p5- > > @@ -11,7 +11,12 @@ PKGNAMEPREFIX= p5- > > MAINTAINER= perl@FreeBSD.org > > COMMENT= Recursively merge two or more hashes, simply > > > > -TEST_DEPENDS+= p5-Test-Deep>=0:devel/p5-Test-Deep \ > > +LICENSE= ART10 GPLv1 > > +LICENSE_COMB= dual > > + > > +BUILD_DEPENDS= p5-Clone>=0:devel/p5-Clone > > +RUN_DEPENDS:= ${BUILD_DEPENDS} > > +TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep \ > > p5-Test-Most>=0:devel/p5-Test-Most > > > > USES= perl5 > > > > Hi Sunpoet, > > That p5-Clone dependency was intentionally removed in r403626. > Hello Adam, I've reverted it and added a comment in r432591. Regards, sunpoet > > # Adam > > > -- > Adam Weinberger > adamw@adamw.org > https://www.adamw.org > > > _______________________________________________ > svn-ports-all@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/svn-ports-all > To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" >