Date: Sun, 23 Sep 2018 17:24:46 +0800 From: Po-Chuan Hsieh <sunpoet@freebsd.org> To: amdmi3@freebsd.org Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r480462 - head/devel/p5-DateTime-Format-ICal Message-ID: <CAMHz58Q6ME1k7fPyrSmtmnM0zE6jJc==xE1JwUdpV7hOyzY%2BRw@mail.gmail.com> In-Reply-To: <201809230908.w8N98RkZ018259@repo.freebsd.org> References: <201809230908.w8N98RkZ018259@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Sep 23, 2018 at 5:08 PM Dmitry Marakasov <amdmi3@freebsd.org> 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 <bsd.port.mk> > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAMHz58Q6ME1k7fPyrSmtmnM0zE6jJc==xE1JwUdpV7hOyzY%2BRw>