Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Apr 2017 07:38:09 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r437694 - head/devel/p5-Reflex
Message-ID:  <201704040738.v347c9UG041787@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Apr  4 07:38:08 2017
New Revision: 437694
URL: https://svnweb.freebsd.org/changeset/ports/437694

Log:
  Update to 0.100
  
  - Add LICENSE_FILE
  - Sort *_DEPENDS
  - Add NO_ARCH
  - Use PORTDOCS and PORTEXAMPLES
  
  Changes:	http://search.cpan.org/dist/Reflex/CHANGES

Modified:
  head/devel/p5-Reflex/Makefile
  head/devel/p5-Reflex/distinfo
  head/devel/p5-Reflex/pkg-plist

Modified: head/devel/p5-Reflex/Makefile
==============================================================================
--- head/devel/p5-Reflex/Makefile	Tue Apr  4 07:38:03 2017	(r437693)
+++ head/devel/p5-Reflex/Makefile	Tue Apr  4 07:38:08 2017	(r437694)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Reflex
-PORTVERSION=	0.099
-PORTREVISION=	2
+PORTVERSION=	0.100
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:RCAPUTO
@@ -14,20 +13,25 @@ COMMENT=	Class library for flexible, rea
 
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	p5-POE>=1.294:devel/p5-POE \
-		p5-Moose>=2.0203:devel/p5-Moose \
-		p5-MooseX-Role-Parameterized>=0.23:devel/p5-MooseX-Role-Parameterized
+BUILD_DEPENDS=	p5-Moose>=2.0203:devel/p5-Moose \
+		p5-MooseX-Role-Parameterized>=0.23:devel/p5-MooseX-Role-Parameterized \
+		p5-POE>=1.294:devel/p5-POE
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+NO_ARCH=	yes
 USES=		perl5 shebangfix
 USE_PERL5=	configure
 
 OPTIONS_DEFINE=	DOCS EXAMPLES
 
+PORTDOCS=	*
+PORTEXAMPLES=	*
+
 SHEBANG_FILES=	eg/*.pl
 
-post-extract:
+post-patch:
 	@${RM} ${WRKSRC}/bench.pl
 	@${REINPLACE_CMD} -e '/^bench.pl$$/d' ${WRKSRC}/MANIFEST
 

Modified: head/devel/p5-Reflex/distinfo
==============================================================================
--- head/devel/p5-Reflex/distinfo	Tue Apr  4 07:38:03 2017	(r437693)
+++ head/devel/p5-Reflex/distinfo	Tue Apr  4 07:38:08 2017	(r437694)
@@ -1,2 +1,3 @@
-SHA256 (Reflex-0.099.tar.gz) = ab32ca7743165c1d59c0024bfd52388c8a8bbf08bef41c6ee9c302269ed815b2
-SIZE (Reflex-0.099.tar.gz) = 163862
+TIMESTAMP = 1491250349
+SHA256 (Reflex-0.100.tar.gz) = 4a50c67edd424713ddae19fb4957e2c7b8ce13e0b88a52c8db5c94ba0718e1f0
+SIZE (Reflex-0.100.tar.gz) = 162249

Modified: head/devel/p5-Reflex/pkg-plist
==============================================================================
--- head/devel/p5-Reflex/pkg-plist	Tue Apr  4 07:38:03 2017	(r437693)
+++ head/devel/p5-Reflex/pkg-plist	Tue Apr  4 07:38:08 2017	(r437694)
@@ -74,110 +74,6 @@
 %%SITE_PERL%%/Reflex/Trait/Watched.pm
 %%SITE_PERL%%/Reflex/UdpPeer.pm
 %%SITE_PERL%%/Reflex/Wakeup.pm
-%%PORTDOCS%%%%DOCSDIR%%/TODO.otl
-%%PORTDOCS%%%%DOCSDIR%%/continuation-passing.otl
-%%PORTDOCS%%%%DOCSDIR%%/intro/AfterAwhileClass.pm
-%%PORTDOCS%%%%DOCSDIR%%/intro/AfterAwhileRole.pm
-%%PORTDOCS%%%%DOCSDIR%%/intro/AfterAwhileSubclass.pm
-%%PORTDOCS%%%%DOCSDIR%%/intro/AsyncAwhileClass.pm
-%%PORTDOCS%%%%DOCSDIR%%/intro/AsyncAwhileRole.pm
-%%PORTDOCS%%%%DOCSDIR%%/intro/after-awhile-method.pl
-%%PORTDOCS%%%%DOCSDIR%%/intro/after-awhile-promise.pl
-%%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
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ReflexPromise.pm
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Runner.pm
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/RunnerRole.pm
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ZmqMessage.pm
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ZmqSocket.pm
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bench-event.pl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bench-re-emit.pl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-02-encoding.pl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-04-inheritance.pl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-05-composition.pl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-06-moose-roles.pl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-07-wheel-run.pl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-08-watched-trait.pl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-11-poco-postback.pl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-12-poco-event.pl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-13-irc-bot.pl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-14-synopsis.pl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-15-ipc-run.pl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-16-timer-inheritance.pl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-17-inheritance-no-moose.pl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-18-synopsis-no-moose.pl
-%%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
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-33-all-callbacks.pl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-34-tcp-server-echo.pl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-35-tcp-client.pl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-36-tiny-coderefs.pl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-37-ping-pong.pl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-38-promise-client.pl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-39-signals.pl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-40-proxy.pl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-41-signal-twice.pl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-42-reflex-in-poe.pl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-43-promise-and-session.pl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-45-sigdie.pl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-50-timeout.pl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-51-wakeup.pl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-60-collection-promise.pl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/proto/Sidecar.pm
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/proto/eg-52-subclassed-timeout.pl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/proto/eg-61-run-collection.pl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/proto/leonerd-resolver-poe.pl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/proto/role-injection/BaseClass.pm
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/proto/role-injection/BaseUseWith.pm
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/proto/role-injection/EventyRole.pm
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/proto/role-injection/EventySubSystem.pm
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/proto/role-injection/role-injects-itself.pl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/proto/role-injection/use-with.pl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/proto/sidecar.pl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/proto/test-observer.pl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ttl/Ttl/Adder.pm
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ttl/Ttl/And.pm
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ttl/Ttl/Bin.pm
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ttl/Ttl/FlipFlop/D.pm
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ttl/Ttl/FlipFlop/JK.pm
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ttl/Ttl/FlipFlop/MasterSlave.pm
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ttl/Ttl/FlipFlop/T.pm
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ttl/Ttl/HexDecoder.pm
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ttl/Ttl/Latch/ClockedNandRS.pm
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ttl/Ttl/Latch/NandRS.pm
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ttl/Ttl/Latch/NorRS.pm
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ttl/Ttl/Nand.pm
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ttl/Ttl/Nor.pm
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ttl/Ttl/Not.pm
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ttl/Ttl/Or.pm
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ttl/Ttl/TriAnd.pm
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ttl/Ttl/TriNand.pm
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ttl/Ttl/Un.pm
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ttl/Ttl/Xor.pm
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ttl/fail-ttl-counter.pl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ttl/fail-ttl-simple.pl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/zmq-publish.pl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/zmq-subscriber.pl
 %%PERL5_MAN3%%/MooseX::Role::Reactive.3.gz
 %%PERL5_MAN3%%/Reflex.3.gz
 %%PERL5_MAN3%%/Reflex::Acceptor.3.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704040738.v347c9UG041787>