diff options
author | swills <swills@FreeBSD.org> | 2011-06-16 10:52:55 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2011-06-16 10:52:55 +0800 |
commit | f170abafc8b14ffe1326d0e05d124bcc0bd3fd45 (patch) | |
tree | 566a69422151460c10a52855e52b6407ea9fae7f | |
parent | 7468ee0d76f711956dfa7c688a3c601f147e33ad (diff) | |
download | freebsd-ports-gnome-f170abafc8b14ffe1326d0e05d124bcc0bd3fd45.tar.gz freebsd-ports-gnome-f170abafc8b14ffe1326d0e05d124bcc0bd3fd45.tar.zst freebsd-ports-gnome-f170abafc8b14ffe1326d0e05d124bcc0bd3fd45.zip |
- Update to 6.24 [1]
- Fix pod [1]
- Add missing depends
Changes: http://search.cpan.org/dist/POE-Quickie/Changes
PR: ports/157864 [1]
Submitted by: Takefu <takefu@airport.fm> (maintainer) [1]
-rw-r--r-- | devel/p5-POE-Quickie/Makefile | 7 | ||||
-rw-r--r-- | devel/p5-POE-Quickie/distinfo | 4 | ||||
-rw-r--r-- | devel/p5-POE-Quickie/files/patch-lib_POE-Quickie.pm | 20 |
3 files changed, 27 insertions, 4 deletions
diff --git a/devel/p5-POE-Quickie/Makefile b/devel/p5-POE-Quickie/Makefile index a1d3dd737fa4..2c3ad8c9117d 100644 --- a/devel/p5-POE-Quickie/Makefile +++ b/devel/p5-POE-Quickie/Makefile @@ -6,15 +6,17 @@ # PORTNAME= POE-Quickie -PORTVERSION= 0.14 +PORTVERSION= 0.17 CATEGORIES= devel perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= ../../authors/id/H/HI/HINRIK PKGNAMEPREFIX= p5- MAINTAINER= takefu@airport.fm COMMENT= A lazy way to wrap blocking code and programs +BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE +RUN_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE + LICENSE= GPLv1 ART10 LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE @@ -35,5 +37,6 @@ post-patch: .if !defined(WITH_Capture) ${REINPLACE_CMD} -e "s,^.*Capture::Tiny.*,," ${BUILD_WRKSRC}/Makefile.PL .endif + ${RM} ${WRKSRC}/lib/POE/Quickie.pm.orig .include <bsd.port.mk> diff --git a/devel/p5-POE-Quickie/distinfo b/devel/p5-POE-Quickie/distinfo index 8091635eafee..003f5be74f84 100644 --- a/devel/p5-POE-Quickie/distinfo +++ b/devel/p5-POE-Quickie/distinfo @@ -1,2 +1,2 @@ -SHA256 (POE-Quickie-0.14.tar.gz) = 5787d235ad68673300b1ec74ef63d893e6b655d12f8d9621be0844e05b8f89a5 -SIZE (POE-Quickie-0.14.tar.gz) = 18944 +SHA256 (POE-Quickie-0.17.tar.gz) = 4b5006206367d6403854fe8315ee685034fff834b99af252a3e99bad9ff0403b +SIZE (POE-Quickie-0.17.tar.gz) = 19361 diff --git a/devel/p5-POE-Quickie/files/patch-lib_POE-Quickie.pm b/devel/p5-POE-Quickie/files/patch-lib_POE-Quickie.pm new file mode 100644 index 000000000000..a5f0e6bf31f6 --- /dev/null +++ b/devel/p5-POE-Quickie/files/patch-lib_POE-Quickie.pm @@ -0,0 +1,20 @@ +--- lib/POE/Quickie.pm.orig 2011-05-25 14:44:40.000000000 +0900 ++++ lib/POE/Quickie.pm 2011-06-14 12:00:27.000000000 +0900 +@@ -604,6 +604,8 @@ + + =item C<ARG2>: the context variable, if any + ++=back ++ + =head2 ResultEvent + + =over 4 +@@ -620,6 +622,8 @@ + + =item C<ARG5>: the context variable, if any + ++=over ++ + =back + + =back |