From owner-svn-ports-all@freebsd.org Sun Sep 23 09:25:24 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 28BDF10B1954 for ; Sun, 23 Sep 2018 09:25:24 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CE15296599 for ; Sun, 23 Sep 2018 09:25:23 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: from mail-it1-f172.google.com (mail-it1-f172.google.com [209.85.166.172]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) (Authenticated sender: sunpoet) by smtp.freebsd.org (Postfix) with ESMTPSA id A9F5916FB4 for ; Sun, 23 Sep 2018 09:25:23 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: by mail-it1-f172.google.com with SMTP id h20-v6so7024630itf.2 for ; Sun, 23 Sep 2018 02:25:23 -0700 (PDT) X-Gm-Message-State: APzg51A8mt6VMVvfu61zUjsrL3Oow0ZO4GJQXPxE5uh2RA1Hshp+z18p Nf7YLEaCBXTTuohynqn8JRlJOpbf/nH+ZR8mPIFlxA== X-Google-Smtp-Source: ANB0VdY3pAVmxCYq7gakYA0SPRpgmQpr5FvH6gvB4cixpSMfnXwTGZWeM3/Hh9KXiQ+FuSWnQWEt0ciJ5bgf7a/9yIc= X-Received: by 2002:a02:4cc3:: with SMTP id q64-v6mr4838515jad.52.1537694723061; Sun, 23 Sep 2018 02:25:23 -0700 (PDT) MIME-Version: 1.0 References: <201809230908.w8N98RkZ018259@repo.freebsd.org> In-Reply-To: <201809230908.w8N98RkZ018259@repo.freebsd.org> From: Po-Chuan Hsieh Date: Sun, 23 Sep 2018 17:24:46 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r480462 - head/devel/p5-DateTime-Format-ICal To: amdmi3@freebsd.org Cc: 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.27 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 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: Sun, 23 Sep 2018 09:25:24 -0000 On Sun, Sep 23, 2018 at 5:08 PM Dmitry Marakasov wrote: > Author: amdmi3 > Date: Sun Sep 23 09:08:27 2018 > New Revision: 480462 > URL: https://svnweb.freebsd.org/changeset/ports/480462 > > Log: > - Add LICENSE > - Fix depends > I did not see any dependency change in this commit. According to mat's commit (r474242), the original one is preferred. > - Add NO_ARCH > > Approved by: portmgr blanket > > Modified: > head/devel/p5-DateTime-Format-ICal/Makefile > > Modified: head/devel/p5-DateTime-Format-ICal/Makefile > > ============================================================================== > --- head/devel/p5-DateTime-Format-ICal/Makefile Sun Sep 23 08:43:32 2018 > (r480461) > +++ head/devel/p5-DateTime-Format-ICal/Makefile Sun Sep 23 09:08:27 2018 > (r480462) > @@ -11,14 +11,19 @@ PKGNAMEPREFIX= p5- > MAINTAINER= perl@FreeBSD.org > COMMENT= Parse and format ICal datetime and duration strings > > -BUILD_DEPENDS= ${RUN_DEPENDS} > -RUN_DEPENDS= p5-DateTime>=0:devel/p5-DateTime \ > +LICENSE= ART10 GPLv1+ > +LICENSE_COMB= dual > +LICENSE_FILE= ${WRKSRC}/LICENSE > + > +BUILD_DEPENDS= p5-DateTime>=0:devel/p5-DateTime \ > p5-DateTime-TimeZone>=0:devel/p5-DateTime-TimeZone \ > p5-DateTime-Event-ICal>=0:devel/p5-DateTime-Event-ICal \ > p5-DateTime-Set>=0:devel/p5-DateTime-Set \ > p5-Params-Validate>=0:devel/p5-Params-Validate > +RUN_DEPENDS:= ${BUILD_DEPENDS} > > USES= perl5 > USE_PERL5= modbuild > +NO_ARCH= yes > > .include > >