diff options
author | skv <skv@FreeBSD.org> | 2005-04-02 15:04:36 +0000 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2005-04-02 15:04:36 +0000 |
commit | 8f5f921ef6172f8c134a071a043ae7f5e0f5d54f (patch) | |
tree | 29cf3c14b27b6c4c367fba8682f41206a3202b01 | |
parent | a476feb0a05b376b3c6bd4b4d4aa0b9b85d8b0a0 (diff) | |
download | FreeBSD-ports-8f5f921ef6172f8c134a071a043ae7f5e0f5d54f.zip FreeBSD-ports-8f5f921ef6172f8c134a071a043ae7f5e0f5d54f.tar.gz |
Update to 0.02
-rw-r--r-- | devel/p5-POE-Component-DirWatch/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-POE-Component-DirWatch/distinfo | 4 | ||||
-rw-r--r-- | devel/p5-POE-Component-DirWatch/pkg-descr | 5 |
3 files changed, 4 insertions, 9 deletions
diff --git a/devel/p5-POE-Component-DirWatch/Makefile b/devel/p5-POE-Component-DirWatch/Makefile index a07f742..ca7ad1c 100644 --- a/devel/p5-POE-Component-DirWatch/Makefile +++ b/devel/p5-POE-Component-DirWatch/Makefile @@ -6,7 +6,7 @@ # PORTNAME= POE-Component-DirWatch -PORTVERSION= 0.01 +PORTVERSION= 0.02 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= POE @@ -19,9 +19,7 @@ BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}" -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= POE::Component::DirWatch.3 post-install: diff --git a/devel/p5-POE-Component-DirWatch/distinfo b/devel/p5-POE-Component-DirWatch/distinfo index bf57aaf..686b893 100644 --- a/devel/p5-POE-Component-DirWatch/distinfo +++ b/devel/p5-POE-Component-DirWatch/distinfo @@ -1,2 +1,2 @@ -MD5 (POE-Component-DirWatch-0.01.tar.gz) = 50e50973105af9e179fb33db12a8273b -SIZE (POE-Component-DirWatch-0.01.tar.gz) = 3835 +MD5 (POE-Component-DirWatch-0.02.tar.gz) = d41814d4a100c10f270c09638f193ccc +SIZE (POE-Component-DirWatch-0.02.tar.gz) = 4375 diff --git a/devel/p5-POE-Component-DirWatch/pkg-descr b/devel/p5-POE-Component-DirWatch/pkg-descr index 05a962b..f732735 100644 --- a/devel/p5-POE-Component-DirWatch/pkg-descr +++ b/devel/p5-POE-Component-DirWatch/pkg-descr @@ -5,7 +5,4 @@ finds a file in the directory. Its primary intended use is processing a "drop-box" style directory, such as an FTP upload directory. -WWW: http://search.cpan.org/search?dist=POE-Component-DirWatch - --- Sergey Skvortsov -skv@FreeBSD.org +WWW: http://search.cpan.org/dist/POE-Component-DirWatch/ |