diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-01-02 00:21:24 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-01-02 00:21:24 +0800 |
commit | 2ab9773f3fdde9b041aa96391f558da77dbb773a (patch) | |
tree | 04613e1c683d80f98bc73bcccac7955a39eef545 | |
parent | 63ec1582fced0032ac193b0b9a957bb231ce19a0 (diff) | |
download | freebsd-ports-gnome-2ab9773f3fdde9b041aa96391f558da77dbb773a.tar.gz freebsd-ports-gnome-2ab9773f3fdde9b041aa96391f558da77dbb773a.tar.zst freebsd-ports-gnome-2ab9773f3fdde9b041aa96391f558da77dbb773a.zip |
- Update to 6.41
- Use PORTDOCS and PORTEXAMPLES
- Cleanup Makefile
Changes: http://search.cpan.org/dist/Coro/Changes
-rw-r--r-- | devel/p5-Coro/Makefile | 12 | ||||
-rw-r--r-- | devel/p5-Coro/distinfo | 4 | ||||
-rw-r--r-- | devel/p5-Coro/pkg-plist | 11 |
3 files changed, 7 insertions, 20 deletions
diff --git a/devel/p5-Coro/Makefile b/devel/p5-Coro/Makefile index 0d681fe0e906..fef055b5bb52 100644 --- a/devel/p5-Coro/Makefile +++ b/devel/p5-Coro/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= Coro -PORTVERSION= 6.37 -PORTREVISION= 1 +PORTVERSION= 6.41 PORTEPOCH= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN @@ -28,16 +27,15 @@ OPTIONS_DEFINE= DOCS EXAMPLES USES= perl5 shebangfix USE_PERL5= configure +PORTDOCS= * +PORTEXAMPLES= * + SHEBANG_FILES= Coro/*.pl eg/* -#SHEBANG_LANG= perl2 -#perl2_OLD_CMD= /opt/bin/perl -#perl2_CMD= ${perl_CMD} perl_OLD_CMD= /.*/bin/perl post-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR}/ + @${MKDIR} ${STAGEDIR}${DOCSDIR}/ ${STAGEDIR}${EXAMPLESDIR}/ ${INSTALL_DATA} ${WRKSRC}/doc/cede-vs-schedule ${STAGEDIR}${DOCSDIR}/ - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ ${INSTALL_SCRIPT} ${WRKSRC}/eg/* ${STAGEDIR}${EXAMPLESDIR}/ .include <bsd.port.mk> diff --git a/devel/p5-Coro/distinfo b/devel/p5-Coro/distinfo index 5578121f842b..5989e69320da 100644 --- a/devel/p5-Coro/distinfo +++ b/devel/p5-Coro/distinfo @@ -1,2 +1,2 @@ -SHA256 (Coro-6.37.tar.gz) = a61095b0ce2f08f65fd0a2a53ea53e0230eaa6929921112efb67f99bcfe61323 -SIZE (Coro-6.37.tar.gz) = 188115 +SHA256 (Coro-6.41.tar.gz) = aaffe8d389c11f36c2bb14fb3c1a5525873d86dc6b66a41e42dc50ef49552fe4 +SIZE (Coro-6.41.tar.gz) = 189177 diff --git a/devel/p5-Coro/pkg-plist b/devel/p5-Coro/pkg-plist index b845db33dba1..954543867862 100644 --- a/devel/p5-Coro/pkg-plist +++ b/devel/p5-Coro/pkg-plist @@ -50,14 +50,3 @@ %%SITE_ARCH%%/auto/Coro/EV/EV.so %%SITE_ARCH%%/auto/Coro/Event/Event.so %%SITE_ARCH%%/auto/Coro/State/State.so -%%PORTDOCS%%%%DOCSDIR%%/cede-vs-schedule -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/attributes -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bench -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dns -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/event -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lwp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/myhttpd -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/prodcons1 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/prodcons2 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/prodcons3 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/readline |