diff options
author | jase <jase@FreeBSD.org> | 2013-05-12 00:57:07 +0800 |
---|---|---|
committer | jase <jase@FreeBSD.org> | 2013-05-12 00:57:07 +0800 |
commit | 75293f1950a0614695bb38a1fe99d05cefb39e51 (patch) | |
tree | 3b2a790c23c2ff46921899b09f54c48bd79d1b6e | |
parent | f51306c7c9d4287b6c6b23b217191c525170a8ef (diff) | |
download | freebsd-ports-gnome-75293f1950a0614695bb38a1fe99d05cefb39e51.tar.gz freebsd-ports-gnome-75293f1950a0614695bb38a1fe99d05cefb39e51.tar.zst freebsd-ports-gnome-75293f1950a0614695bb38a1fe99d05cefb39e51.zip |
- Update to 0.099
Changes: https://metacpan.org/source/RCAPUTO/Reflex-0.099/CHANGES
-rw-r--r-- | devel/p5-Reflex/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Reflex/distinfo | 4 | ||||
-rw-r--r-- | devel/p5-Reflex/pkg-plist | 6 |
3 files changed, 13 insertions, 3 deletions
diff --git a/devel/p5-Reflex/Makefile b/devel/p5-Reflex/Makefile index a3f9c4e645de..d548b971f9f0 100644 --- a/devel/p5-Reflex/Makefile +++ b/devel/p5-Reflex/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Reflex -PORTVERSION= 0.098 +PORTVERSION= 0.099 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:RCAPUTO @@ -106,6 +106,10 @@ MAN3= MooseX::Role::Reactive.3 \ .include <bsd.port.pre.mk> +post-extract: + @${RM} ${WRKSRC}/bench.pl + @${REINPLACE_CMD} -e '/^bench.pl$$/d' ${WRKSRC}/MANIFEST + post-install: .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR}/ diff --git a/devel/p5-Reflex/distinfo b/devel/p5-Reflex/distinfo index 9f1406cb6d0e..45f5a4c0ad4f 100644 --- a/devel/p5-Reflex/distinfo +++ b/devel/p5-Reflex/distinfo @@ -1,2 +1,2 @@ -SHA256 (Reflex-0.098.tar.gz) = 960c71d2a3af1ed9763a3b1f3095587ff42b3de1ccf674cfb5adfc3debce0662 -SIZE (Reflex-0.098.tar.gz) = 164508 +SHA256 (Reflex-0.099.tar.gz) = ab32ca7743165c1d59c0024bfd52388c8a8bbf08bef41c6ee9c302269ed815b2 +SIZE (Reflex-0.099.tar.gz) = 163862 diff --git a/devel/p5-Reflex/pkg-plist b/devel/p5-Reflex/pkg-plist index e0652bf64359..790f7b954f5d 100644 --- a/devel/p5-Reflex/pkg-plist +++ b/devel/p5-Reflex/pkg-plist @@ -87,12 +87,15 @@ %%PORTDOCS%%%%DOCSDIR%%/intro/after-awhile-subclass-use.pl %%PORTDOCS%%%%DOCSDIR%%/intro/after-awhile-use.pl %%PORTDOCS%%%%DOCSDIR%%/intro/intro.pod +%%PORTDOCS%%%%DOCSDIR%%/intro.otl %%PORTDOCS%%%%DOCSDIR%%/manual.otl %%PORTDOCS%%%%DOCSDIR%%/new-names.otl %%PORTDOCS%%%%DOCSDIR%%/patterns.otl %%PORTDOCS%%%%DOCSDIR%%/syntax.pm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/EchoStream.pm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ExampleHelpers.pm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/HttpClient.pm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/HttpResponseEvent.pm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/PoCoEvent.pm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/PoCoPostback.pm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Proxy.pm @@ -120,6 +123,9 @@ %%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-19-net-ssh.pl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-20-mysql.pl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-21-poco-client-http.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-22-multiple-http-requests.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-23-multiple-http-subclass.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-24-client-http-callbacks.pl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-30-promise-timer.pl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-31-promise-object.pl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-32-promise-tiny.pl |