diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2005-04-02 15:04:36 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2005-04-02 15:04:36 +0000 |
commit | 3b43ab09ded0e65ae1112b264d81affa36092e08 (patch) | |
tree | 735e475c4f6c94379a28f3ad6c0807eb4fa5e09e /devel | |
parent | fead4407f1f09d0a5c7ae8dfc97f7da8086a24df (diff) | |
download | ports-3b43ab09ded0e65ae1112b264d81affa36092e08.tar.gz ports-3b43ab09ded0e65ae1112b264d81affa36092e08.zip |
Notes
Diffstat (limited to 'devel')
-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 a07f742cc8b9..ca7ad1c4776d 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 bf57aafec9c0..686b893c78bd 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 05a962b6149e..f732735f9381 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/ |