Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Oct 2020 15:12:49 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r552635 - head/devel/p5-IO-KQueue
Message-ID:  <202010181512.09IFCnPm089427@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: 0mp
Date: Sun Oct 18 15:12:48 2020
New Revision: 552635
URL: https://svnweb.freebsd.org/changeset/ports/552635

Log:
  Update to 0.39
  
  Changes since the currently packaged 0.34:
  
  0.39 2020-07-10
      - Fix no-lib packaging error (arc)
  
  0.38 2020-07-10
      - Fix POD error (manwar)
      - Fix undef detection in XS code (Alexander Bluhm)
      - Move library file to lib/ (arc)
  
  0.37 2020-07-04
      - Fix building on older FreeBSD versions (BinGOs)
  
  0.36 2020-07-04
      - Release trial version with no other changes
  
  PR:		249303
  Submitted by:	Martin Waschbüsch <martin waschbuesch de>
  Approved by:	maintainer timeout

Modified:
  head/devel/p5-IO-KQueue/Makefile
  head/devel/p5-IO-KQueue/distinfo

Modified: head/devel/p5-IO-KQueue/Makefile
==============================================================================
--- head/devel/p5-IO-KQueue/Makefile	Sun Oct 18 14:28:38 2020	(r552634)
+++ head/devel/p5-IO-KQueue/Makefile	Sun Oct 18 15:12:48 2020	(r552635)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	IO-KQueue
-PORTVERSION=	0.34
-PORTREVISION=	1
+PORTVERSION=	0.39
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -13,10 +12,18 @@ COMMENT=	Perl interface to the BSD kqueue system call
 LICENSE=	ART10 GPLv2
 LICENSE_COMB=	dual
 
+BUILD_DEPENDS=	${_BUILD_RUN_DEPENDS}
+RUN_DEPENDS=	${_BUILD_RUN_DEPENDS}
+
 USES=		perl5
 USE_PERL5=	configure
 
 OPTIONS_DEFINE=	EXAMPLES
+
+_BUILD_RUN_DEPENDS=	p5-Devel-CheckLib>=0:devel/p5-Devel-CheckLib
+
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${SITE_ARCH}/auto/IO/KQueue/KQueue.so
 
 post-install-EXAMPLES-on:
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}

Modified: head/devel/p5-IO-KQueue/distinfo
==============================================================================
--- head/devel/p5-IO-KQueue/distinfo	Sun Oct 18 14:28:38 2020	(r552634)
+++ head/devel/p5-IO-KQueue/distinfo	Sun Oct 18 15:12:48 2020	(r552635)
@@ -1,2 +1,3 @@
-SHA256 (IO-KQueue-0.34.tar.gz) = 444f8e859a0f82afecb368762f7d868fc37144f70d1cae2910e8cb22a19c6274
-SIZE (IO-KQueue-0.34.tar.gz) = 8532
+TIMESTAMP = 1600064648
+SHA256 (IO-KQueue-0.39.tar.gz) = a41ea2b6a0b0308c0e993e328468c5c930c36160e71c4a5c278bf26a86eef890
+SIZE (IO-KQueue-0.39.tar.gz) = 9496



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