diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2005-09-06 12:06:39 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2005-09-06 12:06:39 +0000 |
commit | 75bd01ebf602bfe7b7eb8f456b930e21534b2771 (patch) | |
tree | 7ef78b73e5a0de252a248b2d2e9a6c782f8d217a /devel/p5-OOTools | |
parent | 6025172b8eafe4629b3f89ef80e77e6c511a8306 (diff) | |
download | ports-75bd01ebf602bfe7b7eb8f456b930e21534b2771.tar.gz ports-75bd01ebf602bfe7b7eb8f456b930e21534b2771.zip |
Notes
Diffstat (limited to 'devel/p5-OOTools')
-rw-r--r-- | devel/p5-OOTools/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-OOTools/distinfo | 4 | ||||
-rw-r--r-- | devel/p5-OOTools/pkg-plist | 3 |
3 files changed, 9 insertions, 4 deletions
diff --git a/devel/p5-OOTools/Makefile b/devel/p5-OOTools/Makefile index cdde1dde64f8..2dc23b65bb12 100644 --- a/devel/p5-OOTools/Makefile +++ b/devel/p5-OOTools/Makefile @@ -6,7 +6,7 @@ # PORTNAME= OOTools -PORTVERSION= 2 +PORTVERSION= 2.21 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../../authors/id/D/DO/DOMIZIO @@ -23,7 +23,9 @@ MAN3= Class::constr.3 \ Class::Util.3 \ Class::Error.3 \ Object::groups.3 \ - Object::props.3 + Object::props.3 \ + Package::groups.3 \ + Package::props.3 .include <bsd.port.pre.mk> diff --git a/devel/p5-OOTools/distinfo b/devel/p5-OOTools/distinfo index 017d645afd6f..fba9959f5648 100644 --- a/devel/p5-OOTools/distinfo +++ b/devel/p5-OOTools/distinfo @@ -1,2 +1,2 @@ -MD5 (OOTools-2.tar.gz) = cc5f51cc51da840a6fc713f6f93538ec -SIZE (OOTools-2.tar.gz) = 17529 +MD5 (OOTools-2.21.tar.gz) = 41b50eeccc13f23bc7e91c0f5c333c88 +SIZE (OOTools-2.21.tar.gz) = 24021 diff --git a/devel/p5-OOTools/pkg-plist b/devel/p5-OOTools/pkg-plist index 1fa3c7a1d448..b35ae8f3131b 100644 --- a/devel/p5-OOTools/pkg-plist +++ b/devel/p5-OOTools/pkg-plist @@ -5,7 +5,10 @@ %%SITE_PERL%%/Class/Error.pm %%SITE_PERL%%/Object/groups.pm %%SITE_PERL%%/Object/props.pm +%%SITE_PERL%%/Package/groups.pm +%%SITE_PERL%%/Package/props.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/OOTools/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/OOTools @unexec rmdir %D/%%SITE_PERL%%/Class 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/Object 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Package 2>/dev/null || true |