diff options
author | arved <arved@FreeBSD.org> | 2003-04-28 22:36:16 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-04-28 22:36:16 +0800 |
commit | 79b945cd57babfa597a5c5d75d5bf8746dfb4a08 (patch) | |
tree | c0c3afafc618e6ea0c1ccedfa911224b02a02b6e /devel | |
parent | cd0141444722e48dc2a8d60ff6c5cd704d4aa262 (diff) | |
download | freebsd-ports-gnome-79b945cd57babfa597a5c5d75d5bf8746dfb4a08.tar.gz freebsd-ports-gnome-79b945cd57babfa597a5c5d75d5bf8746dfb4a08.tar.zst freebsd-ports-gnome-79b945cd57babfa597a5c5d75d5bf8746dfb4a08.zip |
Update to 0.20
PR: 51462
Submitted by: maintainer
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Locale-Maketext-Lexicon/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-Locale-Maketext-Lexicon/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-Locale-Maketext-Lexicon/pkg-plist | 2 |
3 files changed, 5 insertions, 4 deletions
diff --git a/devel/p5-Locale-Maketext-Lexicon/Makefile b/devel/p5-Locale-Maketext-Lexicon/Makefile index 93e1883ea91a..b5b9a3219696 100644 --- a/devel/p5-Locale-Maketext-Lexicon/Makefile +++ b/devel/p5-Locale-Maketext-Lexicon/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Locale-Maketext-Lexicon -PORTVERSION= 0.16 +PORTVERSION= 0.20 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Locale @@ -35,4 +35,7 @@ MAN3= Locale::Maketext::Lexicon::Auto.3 \ MAN1= xgettext.pl.1 +pre-configure: + @${FIND} ${WRKSRC} -name \*.orig -delete + .include <bsd.port.mk> diff --git a/devel/p5-Locale-Maketext-Lexicon/distinfo b/devel/p5-Locale-Maketext-Lexicon/distinfo index 51430cec928c..7d01f9e30863 100644 --- a/devel/p5-Locale-Maketext-Lexicon/distinfo +++ b/devel/p5-Locale-Maketext-Lexicon/distinfo @@ -1 +1 @@ -MD5 (Locale-Maketext-Lexicon-0.16.tar.gz) = f38b230a7cc91349d06d1a2e3ed20830 +MD5 (Locale-Maketext-Lexicon-0.20.tar.gz) = b88be28db22a1518d715f38d3578ea92 diff --git a/devel/p5-Locale-Maketext-Lexicon/pkg-plist b/devel/p5-Locale-Maketext-Lexicon/pkg-plist index aad520138686..44d907e43fa7 100644 --- a/devel/p5-Locale-Maketext-Lexicon/pkg-plist +++ b/devel/p5-Locale-Maketext-Lexicon/pkg-plist @@ -2,9 +2,7 @@ bin/xgettext.pl lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Locale/Maketext/Lexicon/.packlist lib/perl5/site_perl/%%PERL_VER%%/Locale/Maketext/Lexicon.pm lib/perl5/site_perl/%%PERL_VER%%/Locale/Maketext/Lexicon/Gettext.pm -lib/perl5/site_perl/%%PERL_VER%%/Locale/Maketext/Lexicon/Gettext.pm.orig lib/perl5/site_perl/%%PERL_VER%%/Locale/Maketext/Lexicon/Auto.pm lib/perl5/site_perl/%%PERL_VER%%/Locale/Maketext/Lexicon/Msgcat.pm lib/perl5/site_perl/%%PERL_VER%%/Locale/Maketext/Lexicon/Tie.pm @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Locale/Maketext/Lexicon -@dirrm lib/perl5/site_perl/%%PERL_VER%%/Locale/Maketext/Lexicon |