Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jun 2015 15:46:36 +0000 (UTC)
From:      Lars Thegler <lth@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r388725 - head/mail/p5-Email-FolderType
Message-ID:  <201506071546.t57FkaeB034013@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <fred@fperrin.net>

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 <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.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 <bsd.port.post.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506071546.t57FkaeB034013>