From owner-svn-ports-head@freebsd.org Wed Sep 4 17:22:07 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 62A07F7C9B; Wed, 4 Sep 2019 17:22:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46NrGl1lJkz4d8x; Wed, 4 Sep 2019 17:22:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 161771EF12; Wed, 4 Sep 2019 17:22:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x84HM6wK051914; Wed, 4 Sep 2019 17:22:06 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x84HM6GG051883; Wed, 4 Sep 2019 17:22:06 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201909041722.x84HM6GG051883@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 4 Sep 2019 17:22:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r511141 - head/devel/p5-DateTime-Event-Easter X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-DateTime-Event-Easter X-SVN-Commit-Revision: 511141 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Wed, 04 Sep 2019 17:22:07 -0000 Author: sunpoet Date: Wed Sep 4 17:22:06 2019 New Revision: 511141 URL: https://svnweb.freebsd.org/changeset/ports/511141 Log: Update to 1.06 - Update version requirement of *_DEPENDS - Add NO_ARCH - Sort PLIST Changes: https://metacpan.org/changes/distribution/DateTime-Event-Easter Modified: head/devel/p5-DateTime-Event-Easter/Makefile head/devel/p5-DateTime-Event-Easter/distinfo head/devel/p5-DateTime-Event-Easter/pkg-plist Modified: head/devel/p5-DateTime-Event-Easter/Makefile ============================================================================== --- head/devel/p5-DateTime-Event-Easter/Makefile Wed Sep 4 17:22:00 2019 (r511140) +++ head/devel/p5-DateTime-Event-Easter/Makefile Wed Sep 4 17:22:06 2019 (r511141) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= DateTime-Event-Easter -PORTVERSION= 1.05 +PORTVERSION= 1.06 PORTEPOCH= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN @@ -11,13 +11,19 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Returns Easter events for DateTime objects +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE_ART10= ${WRKSRC}/LICENSE + BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= p5-DateTime>=0:devel/p5-DateTime \ +RUN_DEPENDS= p5-DateTime>=0.16:devel/p5-DateTime \ p5-DateTime-Calendar-Julian>=0:devel/p5-DateTime-Calendar-Julian \ - p5-DateTime-Set>=0:devel/p5-DateTime-Set \ + p5-DateTime-Set>=0.08:devel/p5-DateTime-Set \ p5-Params-Validate>=0:devel/p5-Params-Validate USES= perl5 USE_PERL5= configure + +NO_ARCH= yes .include Modified: head/devel/p5-DateTime-Event-Easter/distinfo ============================================================================== --- head/devel/p5-DateTime-Event-Easter/distinfo Wed Sep 4 17:22:00 2019 (r511140) +++ head/devel/p5-DateTime-Event-Easter/distinfo Wed Sep 4 17:22:06 2019 (r511141) @@ -1,2 +1,3 @@ -SHA256 (DateTime-Event-Easter-1.05.tar.gz) = 9b6a7ed7f4f181664be023f576b30125ceb5cacae8fa6c605852d627d03c65c6 -SIZE (DateTime-Event-Easter-1.05.tar.gz) = 23888 +TIMESTAMP = 1567611090 +SHA256 (DateTime-Event-Easter-1.06.tar.gz) = 7f86701ab422b7a222f18c2247ffb38594c40166ccebff6a63dd6e88dde4871f +SIZE (DateTime-Event-Easter-1.06.tar.gz) = 28990 Modified: head/devel/p5-DateTime-Event-Easter/pkg-plist ============================================================================== --- head/devel/p5-DateTime-Event-Easter/pkg-plist Wed Sep 4 17:22:00 2019 (r511140) +++ head/devel/p5-DateTime-Event-Easter/pkg-plist Wed Sep 4 17:22:06 2019 (r511141) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/DateTime::Event::Easter.3.gz %%SITE_PERL%%/DateTime/Event/Easter.pm +%%PERL5_MAN3%%/DateTime::Event::Easter.3.gz