Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Jan 2018 18:12:37 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r458986 - head/devel/p5-UUID
Message-ID:  <201801141812.w0EICbh9077904@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Sun Jan 14 18:12:37 2018
New Revision: 458986
URL: https://svnweb.freebsd.org/changeset/ports/458986

Log:
  devel/p5-UUID: update to 0.27

Modified:
  head/devel/p5-UUID/Makefile   (contents, props changed)
  head/devel/p5-UUID/distinfo   (contents, props changed)

Modified: head/devel/p5-UUID/Makefile
==============================================================================
--- head/devel/p5-UUID/Makefile	Sun Jan 14 17:47:12 2018	(r458985)
+++ head/devel/p5-UUID/Makefile	Sun Jan 14 18:12:37 2018	(r458986)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	UUID
-PORTVERSION=	0.04
-PORTREVISION=	1
+PORTVERSION=	0.27
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:JNH
@@ -12,10 +11,17 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	swills@FreeBSD.org
 COMMENT=	Perl extension for using UUID interfaces as defined in e2fsprogs
 
+LICENSE=	ART20
+LICENSE_FILE=	${WRKSRC}/License
+
+BUILD_DEPENDS=	p5-Devel-CheckLib>=0:devel/p5-Devel-CheckLib
 LIB_DEPENDS=	libuuid.so:misc/e2fsprogs-libuuid
 
 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
 
 .include <bsd.port.mk>

Modified: head/devel/p5-UUID/distinfo
==============================================================================
--- head/devel/p5-UUID/distinfo	Sun Jan 14 17:47:12 2018	(r458985)
+++ head/devel/p5-UUID/distinfo	Sun Jan 14 18:12:37 2018	(r458986)
@@ -1,2 +1,3 @@
-SHA256 (UUID-0.04.tar.gz) = 84827e8c62e02cc98669f05ec395d6837feb07af477fe1910045c8bba9c8835b
-SIZE (UUID-0.04.tar.gz) = 4982
+TIMESTAMP = 1515952274
+SHA256 (UUID-0.27.tar.gz) = ff1df2d0b0d790231166bac75b8f0c09596913fd34b765cbf0c163118353d1ef
+SIZE (UUID-0.27.tar.gz) = 14690



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