- Update to 4.33
- Strip shared library Changes: http://search.cpan.org/dist/IO-AIO/Changes
This commit is contained in:
parent
b4d7a7191f
commit
994e180ca1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=410306
2 changed files with 11 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= IO-AIO
|
||||
PORTVERSION= 4.32
|
||||
PORTVERSION= 4.33
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -13,10 +13,17 @@ COMMENT= Asynchronous Input/Output
|
|||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-common-sense>=0:${PORTSDIR}/devel/p5-common-sense
|
||||
BUILD_DEPENDS= p5-Canary-Stability>=2001:${PORTSDIR}/devel/p5-Canary-Stability \
|
||||
p5-common-sense>=0:${PORTSDIR}/devel/p5-common-sense
|
||||
RUN_DEPENDS= p5-common-sense>=0:${PORTSDIR}/devel/p5-common-sense
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
pre-build:
|
||||
cd ${WRKSRC}/ && ${PERL} gendef0
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/IO/AIO/AIO.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (IO-AIO-4.32.tar.gz) = 1cee61f494a6390c43e5768818d80e3aee65151df4a1fdda16ca52e6260e2f75
|
||||
SIZE (IO-AIO-4.32.tar.gz) = 150475
|
||||
SHA256 (IO-AIO-4.33.tar.gz) = 7590320a1c47bcf0b7daf37a756c61501de71f001e50cf74338610d418f66bb0
|
||||
SIZE (IO-AIO-4.33.tar.gz) = 154120
|
||||
|
|
Loading…
Reference in a new issue