Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Sep 2024 06:20:19 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 78aa14e6dce5 - main - devel/p5-UUID: Update to 0.36
Message-ID:  <202409050620.4856KJLn002053@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=78aa14e6dce5d832ec8fc37a17f301a1c3c10019

commit 78aa14e6dce5d832ec8fc37a17f301a1c3c10019
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-09-05 05:25:41 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-09-05 06:17:51 +0000

    devel/p5-UUID: Update to 0.36
    
    - Remove MASTER_SITE_SUBDIR
    - Update COMMENT
    - Update LICENSE_FILE
    - Add TEST_DEPENDS
    - Strip shared library
    - Update pkg-descr
    - Take maintainership
    
    Changes:        https://metacpan.org/dist/UUID/changes
---
 devel/p5-UUID/Makefile  | 22 ++++++++++++----------
 devel/p5-UUID/distinfo  |  6 +++---
 devel/p5-UUID/pkg-descr | 16 +++++++++++++++-
 3 files changed, 30 insertions(+), 14 deletions(-)

diff --git a/devel/p5-UUID/Makefile b/devel/p5-UUID/Makefile
index 9c7dfded7d25..bd02d0e37475 100644
--- a/devel/p5-UUID/Makefile
+++ b/devel/p5-UUID/Makefile
@@ -1,25 +1,27 @@
 PORTNAME=	UUID
-PORTVERSION=	0.28
+PORTVERSION=	0.36
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
-MASTER_SITE_SUBDIR=	CPAN:JNH
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	perl@FreeBSD.org
-COMMENT=	Perl extension for using UUID interfaces as defined in e2fsprogs
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Universally Unique Identifier library for Perl
 WWW=		https://metacpan.org/release/UUID
 
 LICENSE=	ART20
-LICENSE_FILE=	${WRKSRC}/License
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	p5-Devel-CheckLib>=0:devel/p5-Devel-CheckLib
-LIB_DEPENDS=	libuuid.so:misc/e2fsprogs-libuuid
+BUILD_DEPENDS=	p5-Devel-CheckLib>=1.14:devel/p5-Devel-CheckLib
+TEST_DEPENDS=	p5-Data-UUID>=0:devel/p5-Data-UUID \
+		p5-Digest-SHA1>=0:security/p5-Digest-SHA1 \
+		p5-Try-Tiny>=0:lang/p5-Try-Tiny
 
 USES=		perl5
 USE_PERL5=	configure
-CFLAGS+=	-I${LOCALBASE}/include
 
-post-build:
-	@${RM} /var/run/libuuid/clock.txt /var/run/libuuid/request /var/run/libuuid/uuidd.pid
+TEST_ENV=	TEST_VERBOSE=1
+
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/UUID/UUID.so
 
 .include <bsd.port.mk>
diff --git a/devel/p5-UUID/distinfo b/devel/p5-UUID/distinfo
index 16f7fde10de0..6c10f7718562 100644
--- a/devel/p5-UUID/distinfo
+++ b/devel/p5-UUID/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1556894068
-SHA256 (UUID-0.28.tar.gz) = a5c173fada973df095bd05959a3963bf24afd7fef0fd1884eff589ca8c17bb7e
-SIZE (UUID-0.28.tar.gz) = 15828
+TIMESTAMP = 1724084556
+SHA256 (UUID-0.36.tar.gz) = c182e9ad854981a90803ae25380d2197ca6f923519e1d524bc85205eaf49bf06
+SIZE (UUID-0.36.tar.gz) = 72570
diff --git a/devel/p5-UUID/pkg-descr b/devel/p5-UUID/pkg-descr
index 801b87de5251..5165b96762f8 100644
--- a/devel/p5-UUID/pkg-descr
+++ b/devel/p5-UUID/pkg-descr
@@ -1 +1,15 @@
-UUID - Perl extension for using UUID interfaces as defined in e2fsprogs.
+The UUID library is used to generate unique identifiers for objects that may be
+accessible beyond the local system. For instance, they could be used to generate
+unique HTTP cookies across multiple web servers without communication between
+the servers, and without fear of a name clash.
+
+The generated UUIDs can be reasonably expected to be unique within a system, and
+unique across all systems, and are compatible with those created by the Open
+Software Foundation (OSF) Distributed Computing Environment (DCE).
+
+All generated UUIDs are either version 1, 3, 4, 5, 6, or version 7. And all are
+variant 1, meaning compliant with the OSF DCE standard as described in RFC4122.
+
+Versions 6 and 7 are not standardized. They are presented here as proposed in
+RFC4122bis, version 14, and may change in the future. RFC4122bis is noted to
+replace RFC4122, if approved.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409050620.4856KJLn002053>