svn commit: r388725 - head/mail/p5-Email-FolderType
Lars Thegler
lth at FreeBSD.org
Sun Jun 7 15:46:37 UTC 2015
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 at 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 at 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
More information about the svn-ports-all
mailing list