mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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
This commit is contained in:
parent
e10d38d1e2
commit
44e9423927
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=552635
2 changed files with 12 additions and 4 deletions
|
@ -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,11 +12,19 @@ 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}
|
||||
${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue