From owner-svn-ports-all@FreeBSD.ORG Tue Feb 24 17:02:46 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 45FC95AF; Tue, 24 Feb 2015 17:02:46 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 294E280B; Tue, 24 Feb 2015 17:02:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1OH2kHK019212; Tue, 24 Feb 2015 17:02:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1OH2joY019209; Tue, 24 Feb 2015 17:02:45 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502241702.t1OH2joY019209@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 24 Feb 2015 17:02:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379830 - head/devel/p5-File-MimeInfo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Feb 2015 17:02:46 -0000 Author: sunpoet Date: Tue Feb 24 17:02:44 2015 New Revision: 379830 URL: https://svnweb.freebsd.org/changeset/ports/379830 QAT: https://qat.redports.org/buildarchive/r379830/ Log: - Update to 0.27 - Add LICENSE - Remove regression-test: - Sort PLIST - Take maintainership Changes: http://search.cpan.org/dist/File-MimeInfo/Changes Modified: head/devel/p5-File-MimeInfo/Makefile head/devel/p5-File-MimeInfo/distinfo head/devel/p5-File-MimeInfo/pkg-plist Modified: head/devel/p5-File-MimeInfo/Makefile ============================================================================== --- head/devel/p5-File-MimeInfo/Makefile Tue Feb 24 17:02:38 2015 (r379829) +++ head/devel/p5-File-MimeInfo/Makefile Tue Feb 24 17:02:44 2015 (r379830) @@ -2,25 +2,24 @@ # $FreeBSD$ PORTNAME= File-MimeInfo -PORTVERSION= 0.26 -PORTREVISION= 1 +PORTVERSION= 0.27 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Determine file type +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-File-BaseDir>=0.03:${PORTSDIR}/devel/p5-File-BaseDir \ p5-File-DesktopEntry>=0.04:${PORTSDIR}/devel/p5-File-DesktopEntry -RUN_DEPENDS:= p5-File-BaseDir>=0.03:${PORTSDIR}/devel/p5-File-BaseDir \ +RUN_DEPENDS= p5-File-BaseDir>=0.03:${PORTSDIR}/devel/p5-File-BaseDir \ p5-File-DesktopEntry>=0.04:${PORTSDIR}/devel/p5-File-DesktopEntry \ update-mime-database:${PORTSDIR}/misc/shared-mime-info -USES= perl5 USE_PERL5= configure - -regression-test: - cd ${WRKSRC} && ${MAKE} test +USES= perl5 .include Modified: head/devel/p5-File-MimeInfo/distinfo ============================================================================== --- head/devel/p5-File-MimeInfo/distinfo Tue Feb 24 17:02:38 2015 (r379829) +++ head/devel/p5-File-MimeInfo/distinfo Tue Feb 24 17:02:44 2015 (r379830) @@ -1,2 +1,2 @@ -SHA256 (File-MimeInfo-0.26.tar.gz) = 544f58631a383460754a233a1cb00572c57caa04cc3c11fa7c242caf5f89ceb3 -SIZE (File-MimeInfo-0.26.tar.gz) = 32492 +SHA256 (File-MimeInfo-0.27.tar.gz) = 579cf826fed7fe276636531a53291550c9ac36781dcd9e07e52ee7e784667234 +SIZE (File-MimeInfo-0.27.tar.gz) = 30814 Modified: head/devel/p5-File-MimeInfo/pkg-plist ============================================================================== --- head/devel/p5-File-MimeInfo/pkg-plist Tue Feb 24 17:02:38 2015 (r379829) +++ head/devel/p5-File-MimeInfo/pkg-plist Tue Feb 24 17:02:44 2015 (r379830) @@ -1,7 +1,5 @@ bin/mimeopen bin/mimetype -man/man1/mimeopen.1.gz -man/man1/mimetype.1.gz %%SITE_PERL%%/File/MimeInfo.pm %%SITE_PERL%%/File/MimeInfo/Applications.pm %%SITE_PERL%%/File/MimeInfo/Cookbook.pod @@ -12,3 +10,5 @@ man/man1/mimetype.1.gz %%PERL5_MAN3%%/File::MimeInfo::Cookbook.3.gz %%PERL5_MAN3%%/File::MimeInfo::Magic.3.gz %%PERL5_MAN3%%/File::MimeInfo::Rox.3.gz +man/man1/mimeopen.1.gz +man/man1/mimetype.1.gz