diff options
author | nork <nork@FreeBSD.org> | 2002-11-23 04:17:54 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2002-11-23 04:17:54 +0800 |
commit | c0dd2d2afd383f60dc81c4f98dc193e81f3b2578 (patch) | |
tree | fd4472ab14a9319f75e376a085a6bc9b4a1da45b /devel/p5-Locale-Maketext | |
parent | a7d19a87bfc58267957fdaa42abb6d3ecd159218 (diff) | |
download | freebsd-ports-gnome-c0dd2d2afd383f60dc81c4f98dc193e81f3b2578.tar.gz freebsd-ports-gnome-c0dd2d2afd383f60dc81c4f98dc193e81f3b2578.tar.zst freebsd-ports-gnome-c0dd2d2afd383f60dc81c4f98dc193e81f3b2578.zip |
Update to 1.03. And MAINTAINER updated.
PR: ports/44878
Submitted by: Mark Shepard <mns@shepard.org>
Approved by: Frank Mayhar <frank@exit.com>
Diffstat (limited to 'devel/p5-Locale-Maketext')
-rw-r--r-- | devel/p5-Locale-Maketext/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Locale-Maketext/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-Locale-Maketext/pkg-descr | 2 | ||||
-rw-r--r-- | devel/p5-Locale-Maketext/pkg-plist | 4 |
4 files changed, 8 insertions, 6 deletions
diff --git a/devel/p5-Locale-Maketext/Makefile b/devel/p5-Locale-Maketext/Makefile index 7a1626a90baa..3403156c46ab 100644 --- a/devel/p5-Locale-Maketext/Makefile +++ b/devel/p5-Locale-Maketext/Makefile @@ -6,20 +6,20 @@ # PORTNAME= Locale-Maketext -PORTVERSION= 0.18 +PORTVERSION= 1.03 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Locale PKGNAMEPREFIX= p5- -MAINTAINER= frank@exit.com +MAINTAINER= mns@shepard.org BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/I18N/LangTags.pm:${PORTSDIR}/misc/p5-I18N-LangTags RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= YES -MAN3= Locale::Maketext.3 +MAN3= Locale::Maketext.3 Locale::Maketext::TPJ13.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} .include <bsd.port.mk> diff --git a/devel/p5-Locale-Maketext/distinfo b/devel/p5-Locale-Maketext/distinfo index bb63e0a6c8ee..9f4f91b62201 100644 --- a/devel/p5-Locale-Maketext/distinfo +++ b/devel/p5-Locale-Maketext/distinfo @@ -1 +1 @@ -MD5 (Locale-Maketext-0.18.tar.gz) = 3faeb1df2c9a2b9b7cd74d8a8b0560a4 +MD5 (Locale-Maketext-1.03.tar.gz) = 7f861143f97cf76b4c8032747f4b4fc9 diff --git a/devel/p5-Locale-Maketext/pkg-descr b/devel/p5-Locale-Maketext/pkg-descr index 36102c7c6e4c..d2ca072e64a8 100644 --- a/devel/p5-Locale-Maketext/pkg-descr +++ b/devel/p5-Locale-Maketext/pkg-descr @@ -2,7 +2,7 @@ Locale::Maketext is a base class providing a framework for software localization and inheritance-based lexicons, as described in my article in The Perl Journal #13 (which is on the way to your mailbox and/or newsstand). - + Copyright 1999, Sean M. Burke <sburke@netadventure.net>, all rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff --git a/devel/p5-Locale-Maketext/pkg-plist b/devel/p5-Locale-Maketext/pkg-plist index 0a2c74143911..06a86f781128 100644 --- a/devel/p5-Locale-Maketext/pkg-plist +++ b/devel/p5-Locale-Maketext/pkg-plist @@ -1,4 +1,6 @@ lib/perl5/site_perl/%%PERL_VER%%/Locale/Maketext.pm +lib/perl5/site_perl/%%PERL_VER%%/Locale/Maketext.pod +lib/perl5/site_perl/%%PERL_VER%%/Locale/Maketext/TPJ13.pod lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Locale-Maketext/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Locale-Maketext -@dirrm lib/perl5/site_perl/%%PERL_VER%%/Locale +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Locale 2> /dev/null || true |