aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2001-05-28 00:02:48 +0800
committervanilla <vanilla@FreeBSD.org>2001-05-28 00:02:48 +0800
commit38683ce8338e8730bc8238fbffd1109b1dba4e8c (patch)
tree210abc289c8145b93f72a4989980e90510368950
parent6e87d282e5b0d543b94b0c97f0e0a7dc7218a598 (diff)
downloadfreebsd-ports-gnome-38683ce8338e8730bc8238fbffd1109b1dba4e8c.tar.gz
freebsd-ports-gnome-38683ce8338e8730bc8238fbffd1109b1dba4e8c.tar.zst
freebsd-ports-gnome-38683ce8338e8730bc8238fbffd1109b1dba4e8c.zip
Upgrade to 0.04
Approved by: maintainer
-rw-r--r--mail/p5-MIME-Types/Makefile6
-rw-r--r--mail/p5-MIME-Types/distinfo2
-rw-r--r--mail/p5-MIME-Types/pkg-plist5
3 files changed, 7 insertions, 6 deletions
diff --git a/mail/p5-MIME-Types/Makefile b/mail/p5-MIME-Types/Makefile
index 8b8ce29cf196..d295bb2aff6c 100644
--- a/mail/p5-MIME-Types/Makefile
+++ b/mail/p5-MIME-Types/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= MIME-Types
-PORTVERSION= 0.03
+PORTVERSION= 0.04
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= MIME
@@ -13,10 +13,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= killer@prosalg.no
+NO_WRKSUBDIR= YES
PERL_CONFIGURE= YES
-MAN3= MIME::Types.3
-
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3= MIME::Types.3
.include <bsd.port.mk>
diff --git a/mail/p5-MIME-Types/distinfo b/mail/p5-MIME-Types/distinfo
index 446bf5a3c2a3..7f2190901c34 100644
--- a/mail/p5-MIME-Types/distinfo
+++ b/mail/p5-MIME-Types/distinfo
@@ -1 +1 @@
-MD5 (MIME-Types-0.03.tar.gz) = 8218edf28c2be8b78e111be1e299acab
+MD5 (MIME-Types-0.04.tar.gz) = 812e9a997f5ed719340d06ead2f783f4
diff --git a/mail/p5-MIME-Types/pkg-plist b/mail/p5-MIME-Types/pkg-plist
index 65603ebc8d33..2c75e39780c1 100644
--- a/mail/p5-MIME-Types/pkg-plist
+++ b/mail/p5-MIME-Types/pkg-plist
@@ -1,4 +1,5 @@
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/MIME/Types/.packlist
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
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/MIME/Types.pm
+@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