diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-01-07 20:12:54 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-01-07 20:12:54 +0800 |
commit | d6c71b97e7f2bb33842935c0435dece0c4ad04d9 (patch) | |
tree | 9ad5360303d9f35cf9c22932b27f9b87006a5d52 /mail | |
parent | dfaf7b2d536541eb4975b8099507bb194956b51b (diff) | |
download | freebsd-ports-gnome-d6c71b97e7f2bb33842935c0435dece0c4ad04d9.tar.gz freebsd-ports-gnome-d6c71b97e7f2bb33842935c0435dece0c4ad04d9.tar.zst freebsd-ports-gnome-d6c71b97e7f2bb33842935c0435dece0c4ad04d9.zip |
Use real PORTVERSION and update dependent ports
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-Email-Folder/Makefile | 2 | ||||
-rw-r--r-- | mail/p5-Email-FolderType-Net/Makefile | 2 | ||||
-rw-r--r-- | mail/p5-Email-FolderType/Makefile | 3 |
3 files changed, 3 insertions, 4 deletions
diff --git a/mail/p5-Email-Folder/Makefile b/mail/p5-Email-Folder/Makefile index 3d10d3436e2d..bee1297ee64e 100644 --- a/mail/p5-Email-Folder/Makefile +++ b/mail/p5-Email-Folder/Makefile @@ -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} diff --git a/mail/p5-Email-FolderType-Net/Makefile b/mail/p5-Email-FolderType-Net/Makefile index 2e3a7536933c..21e962b78688 100644 --- a/mail/p5-Email-FolderType-Net/Makefile +++ b/mail/p5-Email-FolderType-Net/Makefile @@ -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} diff --git a/mail/p5-Email-FolderType/Makefile b/mail/p5-Email-FolderType/Makefile index c56b1af95481..28fb776b06c7 100644 --- a/mail/p5-Email-FolderType/Makefile +++ b/mail/p5-Email-FolderType/Makefile @@ -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 |