Date: Sun, 8 May 2005 14:00:13 +0200 (CEST) From: Lars Thegler <lth@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: rafan@infor.org Subject: ports/80758: [PATCH] devel/p5-File-MimeInfo: update to 0.11 Message-ID: <20050508120013.5007B3EE9@dask.thegler.dk> Resent-Message-ID: <200505081200.j48C0NAb090924@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 80758 >Category: ports >Synopsis: [PATCH] devel/p5-File-MimeInfo: update to 0.11 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun May 08 12:00:23 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Lars Thegler >Release: FreeBSD 4.11-STABLE i386 >Organization: >Environment: System: FreeBSD dask.thegler.dk 4.11-STABLE FreeBSD 4.11-STABLE #6: Thu Dec 30 14:06:09 CET 2004 >Description: - Update to 0.11 - Make portlint happy Port maintainer (rafan@infor.org) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- p5-File-MimeInfo-0.11.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-File-MimeInfo/Makefile,v retrieving revision 1.3 diff -u -u -r1.3 Makefile --- Makefile 12 Mar 2005 10:52:54 -0000 1.3 +++ Makefile 8 May 2005 11:59:18 -0000 @@ -6,8 +6,7 @@ # PORTNAME= File-MimeInfo -PORTVERSION= 0.10 -PORTREVISION= 2 +PORTVERSION= 0.11 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../../authors/id/P/PA/PARDUS/${PORTNAME} @@ -23,14 +22,15 @@ PERL_CONFIGURE= yes MAN1= mimetype.1 -MAN3= File::MimeInfo::Magic.3 \ +MAN3= File::MimeInfo::Cookbook.3 \ + File::MimeInfo::Magic.3 \ File::MimeInfo::Rox.3 \ File::MimeInfo.3 .include <bsd.port.pre.mk> .if ${PERL_LEVEL} <= 500503 -IGNORE= "Perl 5.6 or newer required. Install lang/perl5 or lang/perl5.8 and try again." +IGNORE= Perl 5.6 or newer required. Install lang/perl5 or lang/perl5.8 and try again .endif .include <bsd.port.post.mk> Index: distinfo =================================================================== RCS file: /home/pcvs/ports/devel/p5-File-MimeInfo/distinfo,v retrieving revision 1.1 diff -u -u -r1.1 distinfo --- distinfo 22 Aug 2004 12:35:31 -0000 1.1 +++ distinfo 8 May 2005 11:59:18 -0000 @@ -1,2 +1,2 @@ -MD5 (File-MimeInfo-0.10.tar.gz) = 79c8d21705ce9d86a415275b8b2e6c52 -SIZE (File-MimeInfo-0.10.tar.gz) = 16498 +MD5 (File-MimeInfo-0.11.tar.gz) = 7e87be2dc62865591557fdddca67925b +SIZE (File-MimeInfo-0.11.tar.gz) = 18550 Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/devel/p5-File-MimeInfo/pkg-plist,v retrieving revision 1.1 diff -u -u -r1.1 pkg-plist --- pkg-plist 22 Aug 2004 12:35:31 -0000 1.1 +++ pkg-plist 8 May 2005 11:59:18 -0000 @@ -1,7 +1,8 @@ bin/mimetype %%SITE_PERL%%/File/MimeInfo.pm -%%SITE_PERL%%/File/MimeInfo/Rox.pm +%%SITE_PERL%%/File/MimeInfo/Cookbook.pod %%SITE_PERL%%/File/MimeInfo/Magic.pm +%%SITE_PERL%%/File/MimeInfo/Rox.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/MimeInfo/.packlist @unexec rmdir %D/%%SITE_PERL%%/File/MimeInfo 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/File 2>/dev/null || true --- p5-File-MimeInfo-0.11.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050508120013.5007B3EE9>