git: 5d28e7e6ce53 - main - devel/p5-DateTime-Format-RFC3339: Update to 1.2.0

From: Nuno Teixeira <eduardo_at_FreeBSD.org>
Date: Wed, 19 Oct 2022 10:22:28 UTC
The branch main has been updated by eduardo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5d28e7e6ce538eb794e7bfa9adb5908f2a47b118

commit 5d28e7e6ce538eb794e7bfa9adb5908f2a47b118
Author:     Gian-Simon Purkert <gspurki@gmail.com>
AuthorDate: 2022-10-19 10:19:40 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-10-19 10:19:40 +0000

    devel/p5-DateTime-Format-RFC3339: Update to 1.2.0
    
     - add license
     - update description
    
    ChangeLog:      https://metacpan.org/dist/DateTime-Format-RFC3339/changes
    PR:             266780
    Approved by:    maintainer timeout, >2 weeks
---
 devel/p5-DateTime-Format-RFC3339/Makefile  | 6 ++++--
 devel/p5-DateTime-Format-RFC3339/distinfo  | 5 +++--
 devel/p5-DateTime-Format-RFC3339/pkg-descr | 3 ++-
 3 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/devel/p5-DateTime-Format-RFC3339/Makefile b/devel/p5-DateTime-Format-RFC3339/Makefile
index 831ea29c5e31..4923027e22fc 100644
--- a/devel/p5-DateTime-Format-RFC3339/Makefile
+++ b/devel/p5-DateTime-Format-RFC3339/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	DateTime-Format-RFC3339
-PORTVERSION=	1.0.5
-PORTREVISION=	1
+DISTVERSION=	1.2.0
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -10,6 +9,9 @@ MAINTAINER=	citric@cubicone.tmetic.com
 COMMENT=	Parse and format RFC3339 times
 WWW=		https://metacpan.org/release/DateTime-Format-RFC3339
 
+LICENSE=	CC0-1.0
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
 BUILD_DEPENDS=	p5-DateTime>=0:devel/p5-DateTime
 RUN_DEPENDS=	p5-DateTime>=0:devel/p5-DateTime
 
diff --git a/devel/p5-DateTime-Format-RFC3339/distinfo b/devel/p5-DateTime-Format-RFC3339/distinfo
index d1bb133decbc..d615375cc7b6 100644
--- a/devel/p5-DateTime-Format-RFC3339/distinfo
+++ b/devel/p5-DateTime-Format-RFC3339/distinfo
@@ -1,2 +1,3 @@
-SHA256 (DateTime-Format-RFC3339-v1.0.5.tar.gz) = f7f35242b7c857bb4007a69dcbb3baed8c01e50c8d18449c978e9443cdfaee12
-SIZE (DateTime-Format-RFC3339-v1.0.5.tar.gz) = 6697
+TIMESTAMP = 1664782050
+SHA256 (DateTime-Format-RFC3339-v1.2.0.tar.gz) = 136ee1224c31c6e017692a9f5e56fdb4f70a95f46aec3ad855d3783de35a0df7
+SIZE (DateTime-Format-RFC3339-v1.2.0.tar.gz) = 9165
diff --git a/devel/p5-DateTime-Format-RFC3339/pkg-descr b/devel/p5-DateTime-Format-RFC3339/pkg-descr
index 9c765d595f19..ce7bdb401671 100644
--- a/devel/p5-DateTime-Format-RFC3339/pkg-descr
+++ b/devel/p5-DateTime-Format-RFC3339/pkg-descr
@@ -1 +1,2 @@
-Parse and format RFC3339 datetime strings
+This module understands the RFC3339 date/time format.
+Can be used to parse these formats and create the appropriate objects.