Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jan 2018 12:12:54 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r458325 - in head/mail: p5-Email-Folder p5-Email-FolderType p5-Email-FolderType-Net
Message-ID:  <201801071212.w07CCspM035704@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Jan  7 12:12:54 2018
New Revision: 458325
URL: https://svnweb.freebsd.org/changeset/ports/458325

Log:
  Use real PORTVERSION and update dependent ports

Modified:
  head/mail/p5-Email-Folder/Makefile
  head/mail/p5-Email-FolderType-Net/Makefile
  head/mail/p5-Email-FolderType/Makefile

Modified: head/mail/p5-Email-Folder/Makefile
==============================================================================
--- head/mail/p5-Email-Folder/Makefile	Sun Jan  7 12:12:49 2018	(r458324)
+++ head/mail/p5-Email-Folder/Makefile	Sun Jan  7 12:12:54 2018	(r458325)
@@ -14,7 +14,7 @@ LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	p5-Email-FolderType>=0.6:mail/p5-Email-FolderType \
+BUILD_DEPENDS=	p5-Email-FolderType>=0.600:mail/p5-Email-FolderType \
 		p5-Email-Simple>=0:mail/p5-Email-Simple
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 

Modified: head/mail/p5-Email-FolderType-Net/Makefile
==============================================================================
--- head/mail/p5-Email-FolderType-Net/Makefile	Sun Jan  7 12:12:49 2018	(r458324)
+++ head/mail/p5-Email-FolderType-Net/Makefile	Sun Jan  7 12:12:54 2018	(r458325)
@@ -14,7 +14,7 @@ LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	p5-Email-FolderType>=0.8:mail/p5-Email-FolderType \
+BUILD_DEPENDS=	p5-Email-FolderType>=0.800:mail/p5-Email-FolderType \
 		p5-URI>=1.35:net/p5-URI
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 

Modified: head/mail/p5-Email-FolderType/Makefile
==============================================================================
--- head/mail/p5-Email-FolderType/Makefile	Sun Jan  7 12:12:49 2018	(r458324)
+++ head/mail/p5-Email-FolderType/Makefile	Sun Jan  7 12:12:54 2018	(r458325)
@@ -2,11 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	Email-FolderType
-PORTVERSION=	0.8.14
+PORTVERSION=	0.814
 CATEGORIES=	mail perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
-DISTNAME=	${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
 
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Determine the type of a mail folder



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