svn commit: r439322 - head/mail/p5-Email-Folder-IMAPS

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Apr 24 15:19:09 UTC 2017


Author: sunpoet
Date: Mon Apr 24 15:19:07 2017
New Revision: 439322
URL: https://svnweb.freebsd.org/changeset/ports/439322

Log:
  Update to 1.105
  
  - Use real PORTVERSION
  - Add LICENSE
  - Add NO_ARCH
  
  Changes:	http://search.cpan.org/dist/Email-Folder-IMAP/Changes

Modified:
  head/mail/p5-Email-Folder-IMAPS/Makefile
  head/mail/p5-Email-Folder-IMAPS/distinfo

Modified: head/mail/p5-Email-Folder-IMAPS/Makefile
==============================================================================
--- head/mail/p5-Email-Folder-IMAPS/Makefile	Mon Apr 24 15:19:01 2017	(r439321)
+++ head/mail/p5-Email-Folder-IMAPS/Makefile	Mon Apr 24 15:19:07 2017	(r439322)
@@ -2,22 +2,25 @@
 # $FreeBSD$
 
 PORTNAME=	Email-Folder-IMAPS
-PORTVERSION=	1.10.2
-PORTREVISION=	1
+PORTVERSION=	1.105
 CATEGORIES=	mail perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
-DISTNAME=	${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
 
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Email::Folder access to IMAP over SSL folders
 
-RUN_DEPENDS=	p5-Email-FolderType-Net>=0:mail/p5-Email-FolderType-Net \
-		p5-Email-Folder-IMAP>=1.10.2:mail/p5-Email-Folder-IMAP \
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	p5-Email-Folder-IMAP>=1.102:mail/p5-Email-Folder-IMAP \
 		p5-Net-IMAP-Simple-SSL>=1.3:mail/p5-Net-IMAP-Simple-SSL \
+		p5-URI-imap>=0:mail/p5-URI-imap \
 		p5-URI-imaps>=0:mail/p5-URI-imaps
-BUILD_DEPENDS:=	${RUN_DEPENDS}
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 

Modified: head/mail/p5-Email-Folder-IMAPS/distinfo
==============================================================================
--- head/mail/p5-Email-Folder-IMAPS/distinfo	Mon Apr 24 15:19:01 2017	(r439321)
+++ head/mail/p5-Email-Folder-IMAPS/distinfo	Mon Apr 24 15:19:07 2017	(r439322)
@@ -1,2 +1,3 @@
-SHA256 (Email-Folder-IMAPS-1.102.tar.gz) = 9802d55143090a5928dc2efb34e6e2f600120260810097754873197024c88d68
-SIZE (Email-Folder-IMAPS-1.102.tar.gz) = 9725
+TIMESTAMP = 1492964730
+SHA256 (Email-Folder-IMAPS-1.105.tar.gz) = 83798f7c9d9d354539bc049f0d5ba5a705cef7aba08d9e6bebb84548ef32bc0e
+SIZE (Email-Folder-IMAPS-1.105.tar.gz) = 14018


More information about the svn-ports-head mailing list