diff options
author | skv <skv@FreeBSD.org> | 2003-02-27 22:07:18 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2003-02-27 22:07:18 +0800 |
commit | 18992c298f1f4ec49c662850ef593e43ebae0557 (patch) | |
tree | 45cbd2de86a199a00bcbfeb23e0d3a20fcefdc6e /mail | |
parent | ffe1830bd04267ac0483e17dca42f0ff2f7b5df8 (diff) | |
download | freebsd-ports-gnome-18992c298f1f4ec49c662850ef593e43ebae0557.tar.gz freebsd-ports-gnome-18992c298f1f4ec49c662850ef593e43ebae0557.tar.zst freebsd-ports-gnome-18992c298f1f4ec49c662850ef593e43ebae0557.zip |
Update to 1.005
Change maintainer because 2-week bouncing
(no such email as "killer@prosalg.no")
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-MIME-Types/Makefile | 7 | ||||
-rw-r--r-- | mail/p5-MIME-Types/distinfo | 2 | ||||
-rw-r--r-- | mail/p5-MIME-Types/pkg-descr | 7 | ||||
-rw-r--r-- | mail/p5-MIME-Types/pkg-plist | 11 |
4 files changed, 13 insertions, 14 deletions
diff --git a/mail/p5-MIME-Types/Makefile b/mail/p5-MIME-Types/Makefile index 16e228f5900e..95f724614785 100644 --- a/mail/p5-MIME-Types/Makefile +++ b/mail/p5-MIME-Types/Makefile @@ -5,19 +5,18 @@ # $FreeBSD$ PORTNAME= MIME-Types -PORTVERSION= 0.04 +PORTVERSION= 1.005 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= MIME PKGNAMEPREFIX= p5- -MAINTAINER= killer@prosalg.no +MAINTAINER= skv@FreeBSD.org COMMENT= MIME-Types is a Perl extension for determining MIME types -NO_WRKSUBDIR= YES PERL_CONFIGURE= YES MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -MAN3= MIME::Types.3 +MAN3= MIME::Type.3 MIME::Types.3 .include <bsd.port.mk> diff --git a/mail/p5-MIME-Types/distinfo b/mail/p5-MIME-Types/distinfo index 7f2190901c34..033cda3cb273 100644 --- a/mail/p5-MIME-Types/distinfo +++ b/mail/p5-MIME-Types/distinfo @@ -1 +1 @@ -MD5 (MIME-Types-0.04.tar.gz) = 812e9a997f5ed719340d06ead2f783f4 +MD5 (MIME-Types-1.005.tar.gz) = 3f9f1ffbb2ad4da64ac3c81dc4b99c2b diff --git a/mail/p5-MIME-Types/pkg-descr b/mail/p5-MIME-Types/pkg-descr index 6f8199067f26..d49587fa9c57 100644 --- a/mail/p5-MIME-Types/pkg-descr +++ b/mail/p5-MIME-Types/pkg-descr @@ -1,5 +1,4 @@ -This Perl module is built to conform to the MIME types standard -defined in RFC 1341 and updated by RFC's 1521 and 1522. +This Perl module is built to conform to the MIME types standard defined +in RFC 1341 and updated by RFC's 1521 and 1522. -NOTE: This is ALPHA code. There are no guarantees that any of the subroutines -described here will not have their names or return values changed. +WWW: http://search.cpan.org/dist/MIME-Types/ diff --git a/mail/p5-MIME-Types/pkg-plist b/mail/p5-MIME-Types/pkg-plist index 2c75e39780c1..3b7792d3e87b 100644 --- a/mail/p5-MIME-Types/pkg-plist +++ b/mail/p5-MIME-Types/pkg-plist @@ -1,5 +1,6 @@ -lib/perl5/site_perl/%%PERL_VER%%/MIME/Types.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/MIME/Types/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/MIME/Types -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/MIME 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/MIME 2>/dev/null || true +%%SITE_PERL%%/MIME/Type.pm +%%SITE_PERL%%/MIME/Types.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME/Types/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME/Types +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/MIME 2>/dev/null || true |