Update to 1.005

Change maintainer because 2-week bouncing
(no such email as "killer@prosalg.no")
This commit is contained in:
Sergey Skvortsov 2003-02-27 14:07:18 +00:00
parent 4ffa625a92
commit abc33dbdfc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=76572
4 changed files with 13 additions and 14 deletions

View file

@ -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>

View file

@ -1 +1 @@
MD5 (MIME-Types-0.04.tar.gz) = 812e9a997f5ed719340d06ead2f783f4
MD5 (MIME-Types-1.005.tar.gz) = 3f9f1ffbb2ad4da64ac3c81dc4b99c2b

View file

@ -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/

View file

@ -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