svn commit: r458325 - in head/mail: p5-Email-Folder p5-Email-FolderType p5-Email-FolderType-Net

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 7 12:12:58 UTC 2018


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 at FreeBSD.org
 COMMENT=	Determine the type of a mail folder


More information about the svn-ports-head mailing list