- Update to 6.32
- Convert to new options framework - Use USES=shebangfix Changes: http://search.cpan.org/dist/Coro/Changes
This commit is contained in:
parent
91dd3944b6
commit
a65b30cfea
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=332899
2 changed files with 11 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Coro
|
||||
PORTVERSION= 6.31
|
||||
PORTVERSION= 6.32
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
|
@ -22,17 +22,20 @@ BUILD_DEPENDS= p5-AnyEvent>=7:${PORTSDIR}/devel/p5-AnyEvent \
|
|||
p5-common-sense>=0:${PORTSDIR}/devel/p5-common-sense
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||
|
||||
USES= perl5 shebangfix
|
||||
USE_PERL5= configure
|
||||
|
||||
SHEBANG_FILES= Coro/*.pl eg/*
|
||||
SHEBANG_LANG= perl2
|
||||
perl2_OLD_CMD= /opt/bin/perl
|
||||
perl2_CMD= ${LOCALBASE}/bin/perl
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}/
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/cede-vs-schedule ${STAGEDIR}${DOCSDIR}/
|
||||
.endif
|
||||
.if !defined(NOPORTEXAMPLES)
|
||||
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/eg/* ${STAGEDIR}${EXAMPLESDIR}/
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (Coro-6.31.tar.gz) = a73ace48d940b28e3dfb32d2f3507205d3ddfdc6610075ecc72e19476bb6de44
|
||||
SIZE (Coro-6.31.tar.gz) = 185263
|
||||
SHA256 (Coro-6.32.tar.gz) = 00ca58cb6137866e4f266463eb0e46a566c117f6f4ea0db6121fc26f0fa1dc08
|
||||
SIZE (Coro-6.32.tar.gz) = 187170
|
||||
|
|
Loading…
Reference in a new issue