From owner-svn-ports-head@FreeBSD.ORG Sun Jun 7 15:46:37 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1877EF66; Sun, 7 Jun 2015 15:46:37 +0000 (UTC) (envelope-from lth@FreeBSD.org) 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 E0DB61988; Sun, 7 Jun 2015 15:46:36 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t57FkaFg034015; Sun, 7 Jun 2015 15:46:36 GMT (envelope-from lth@FreeBSD.org) Received: (from lth@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t57FkaeB034013; Sun, 7 Jun 2015 15:46:36 GMT (envelope-from lth@FreeBSD.org) Message-Id: <201506071546.t57FkaeB034013@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: lth set sender to lth@FreeBSD.org using -f From: Lars Thegler Date: Sun, 7 Jun 2015 15:46:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388725 - head/mail/p5-Email-FolderType X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Jun 2015 15:46:37 -0000 Author: lth Date: Sun Jun 7 15:46:35 2015 New Revision: 388725 URL: https://svnweb.freebsd.org/changeset/ports/388725 Log: - Update to 0.8.14 - Add LICENSE - Add NO_ARCH - Add TEST_DEPENDS - Depends on Module::Pluggable for perl >= 5.20 [1] PR: 197929 [1] Submitted by: Frédéric Perrin Modified: head/mail/p5-Email-FolderType/Makefile head/mail/p5-Email-FolderType/distinfo Modified: head/mail/p5-Email-FolderType/Makefile ============================================================================== --- head/mail/p5-Email-FolderType/Makefile Sun Jun 7 15:39:07 2015 (r388724) +++ head/mail/p5-Email-FolderType/Makefile Sun Jun 7 15:46:35 2015 (r388725) @@ -2,17 +2,29 @@ # $FreeBSD$ PORTNAME= Email-FolderType -PORTVERSION= 0.8.13 -PORTREVISION= 2 +PORTVERSION= 0.8.14 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-0.813 +DISTNAME= ${PORTNAME}-0.814 MAINTAINER= lth@FreeBSD.org COMMENT= Determine the type of a mail folder +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +TEST_DEPENDS= p5-Capture-Tiny>0:${PORTSDIR}/devel/p5-Capture-Tiny + +NO_ARCH= yes USES= perl5 USE_PERL5= configure -.include +.include + +.if ${PERL_LEVEL} >= 502000 +BUILD_DEPENDS+= p5-Module-Pluggable>0:${PORTSDIR}/devel/p5-Module-Pluggable +RUN_DEPENDS+= p5-Module-Pluggable>0:${PORTSDIR}/devel/p5-Module-Pluggable +.endif + +.include Modified: head/mail/p5-Email-FolderType/distinfo ============================================================================== --- head/mail/p5-Email-FolderType/distinfo Sun Jun 7 15:39:07 2015 (r388724) +++ head/mail/p5-Email-FolderType/distinfo Sun Jun 7 15:46:35 2015 (r388725) @@ -1,2 +1,2 @@ -SHA256 (Email-FolderType-0.813.tar.gz) = 0ed8c9eee0c858f32653cd66a95818ef99d9a4b25416c317ff6dffa7706ec108 -SIZE (Email-FolderType-0.813.tar.gz) = 19419 +SHA256 (Email-FolderType-0.814.tar.gz) = a0648cfa85689f76e239f47314457f2901c22bfe504f5481e7dd833a275fe3ef +SIZE (Email-FolderType-0.814.tar.gz) = 22454