View | Details | Raw Unified | Return to bug 209958 | Differences between
and this patch

Collapse All | Expand All

(-)./Makefile (+3 lines)
Lines 22-27 TEST_DEPENDS= p5-Capture-Tiny>=0.07:deve Link Here
22
22
23
USES=		perl5
23
USES=		perl5
24
USE_PERL5=	configure
24
USE_PERL5=	configure
25
NO_ARCH=	yes
26
27
PLIST_FILES=	%%SITE_PERL%%/POE/Quickie.pm %%PERL5_MAN3%%/POE::Quickie.3.gz
25
28
26
post-patch:
29
post-patch:
27
	@${RM} ${WRKSRC}/lib/POE/Quickie.pm.orig
30
	@${RM} ${WRKSRC}/lib/POE/Quickie.pm.orig
(-)./distinfo (+1 lines)
Lines 1-2 Link Here
1
TIMESTAMP = 1464853023
1
SHA256 (POE-Quickie-0.18.tar.gz) = 25b888a59c2c740dd780a8c58d1c3fdd62df63f176fe88366f624e34f18803ed
2
SHA256 (POE-Quickie-0.18.tar.gz) = 25b888a59c2c740dd780a8c58d1c3fdd62df63f176fe88366f624e34f18803ed
2
SIZE (POE-Quickie-0.18.tar.gz) = 19540
3
SIZE (POE-Quickie-0.18.tar.gz) = 19540
(-)./files/patch-lib_POE-Quickie.pm (-10 / +10 lines)
Lines 1-20 Link Here
1
--- lib/POE/Quickie.pm.orig	2011-05-25 14:44:40.000000000 +0900
1
--- lib/POE/Quickie.pm.orig	2011-12-15 21:57:12.000000000 +0000
2
+++ lib/POE/Quickie.pm	2011-06-14 12:00:27.000000000 +0900
2
+++ lib/POE/Quickie.pm	2016-06-02 07:39:58.000000000 +0000
3
@@ -604,6 +604,8 @@
3
@@ -605,6 +605,8 @@ to the options to L<C<run>|/run>.
4
4
 
5
 =item C<ARG2>: the context variable, if any
5
 =item C<ARG2>: the context variable, if any
6
6
 
7
+=back
7
+=back
8
+
8
+
9
 =head2 ResultEvent
9
 =head2 ResultEvent
10
10
 
11
 =over 4
11
 =over 4
12
@@ -620,6 +622,8 @@
12
@@ -621,6 +623,8 @@ to the options to L<C<run>|/run>.
13
13
 
14
 =item C<ARG5>: the context variable, if any
14
 =item C<ARG5>: the context variable, if any
15
15
 
16
+=over
16
+=over
17
+
17
+
18
 =back
18
 =back
19
19
 
20
 =back
20
 =back
(-)./pkg-plist (-2 lines)
Lines 1-2 Link Here
1
%%SITE_PERL%%/POE/Quickie.pm
2
%%PERL5_MAN3%%/POE::Quickie.3.gz

Return to bug 209958