Index: Makefile =================================================================== RCS file: /home/ncvs/ports/misc/p5-I18N-LangTags/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- Makefile 22 Feb 2003 18:11:42 -0000 1.8 +++ Makefile 21 Jul 2003 12:24:07 -0000 @@ -6,8 +6,7 @@ # PORTNAME= I18N-LangTags -PORTVERSION= 0.27 -PORTREVISION= 1 +PORTVERSION= 0.28 CATEGORIES= misc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= I18N @@ -18,7 +17,6 @@ PERL_CONFIGURE= YES -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= I18N::LangTags.3 I18N::LangTags::List.3 .include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/misc/p5-I18N-LangTags/distinfo,v retrieving revision 1.4 diff -u -r1.4 distinfo --- distinfo 5 May 2002 16:37:46 -0000 1.4 +++ distinfo 21 Jul 2003 12:24:07 -0000 @@ -1 +1 @@ -MD5 (I18N-LangTags-0.27.tar.gz) = deae6aa54d162afb374aedf72ee8162d +MD5 (I18N-LangTags-0.28.tar.gz) = c07caa7a2bd39ff31f98a747ac48b031 Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/misc/p5-I18N-LangTags/pkg-descr,v retrieving revision 1.1 diff -u -r1.1 pkg-descr --- pkg-descr 29 Jan 2000 03:03:52 -0000 1.1 +++ pkg-descr 21 Jul 2003 12:24:07 -0000 @@ -7,5 +7,7 @@ formal validity of them) as is needed in a variety of protocols and applications. +WWW: http://search.cpan.org/dist/I18N-LangTags/ + --dima dima@Chg.RU Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/misc/p5-I18N-LangTags/pkg-plist,v retrieving revision 1.4 diff -u -r1.4 pkg-plist --- pkg-plist 22 Feb 2003 18:11:42 -0000 1.4 +++ pkg-plist 21 Jul 2003 12:24:07 -0000 @@ -1,7 +1,7 @@ -lib/perl5/site_perl/%%PERL_VER%%/I18N/LangTags.pm -lib/perl5/site_perl/%%PERL_VER%%/I18N/LangTags/List.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/I18N/LangTags/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/I18N/LangTags -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/I18N -@dirrm lib/perl5/site_perl/%%PERL_VER%%/I18N/LangTags -@dirrm lib/perl5/site_perl/%%PERL_VER%%/I18N +%%SITE_PERL%%/I18N/LangTags.pm +%%SITE_PERL%%/I18N/LangTags/List.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/I18N/LangTags/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/I18N/LangTags +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/I18N 2>/dev/null || true +@dirrm %%SITE_PERL%%/I18N/LangTags +@unexec rmdir %D/%%SITE_PERL%%/I18N 2>/dev/null || true