svn commit: r439321 - head/mail/p5-Email-Folder-IMAP

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


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

Log:
  Update to 1.105
  
  - Use real PORTVERSION
  - Add LICENSE
  - Sort *_DEPENDS
  - Add NO_ARCH
  - Remove contiguous blank lines
  
  Changes:	http://search.cpan.org/dist/Email-Folder-IMAP/Changes

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

Modified: head/mail/p5-Email-Folder-IMAP/Makefile
==============================================================================
--- head/mail/p5-Email-Folder-IMAP/Makefile	Mon Apr 24 15:18:53 2017	(r439320)
+++ head/mail/p5-Email-Folder-IMAP/Makefile	Mon Apr 24 15:19:01 2017	(r439321)
@@ -2,24 +2,27 @@
 # $FreeBSD$
 
 PORTNAME=	Email-Folder-IMAP
-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 Folders
 
-RUN_DEPENDS=	p5-Email-FolderType-Net>=0:mail/p5-Email-FolderType-Net \
-		p5-Email-Folder>=0:mail/p5-Email-Folder \
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	p5-Email-Folder>=0:mail/p5-Email-Folder \
+		p5-Email-FolderType-Net>=0:mail/p5-Email-FolderType-Net \
 		p5-Net-IMAP-Simple>=0.95:mail/p5-Net-IMAP-Simple \
+		p5-URI>=0:net/p5-URI \
 		p5-URI-imap>=0:mail/p5-URI-imap
-BUILD_DEPENDS:=	${RUN_DEPENDS}
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 
-
 .include <bsd.port.mk>

Modified: head/mail/p5-Email-Folder-IMAP/distinfo
==============================================================================
--- head/mail/p5-Email-Folder-IMAP/distinfo	Mon Apr 24 15:18:53 2017	(r439320)
+++ head/mail/p5-Email-Folder-IMAP/distinfo	Mon Apr 24 15:19:01 2017	(r439321)
@@ -1,2 +1,3 @@
-SHA256 (Email-Folder-IMAP-1.102.tar.gz) = 3a15d125f5788d5e4e37a603775fa69dc08e548641b5618dccb8df8fd8a77273
-SIZE (Email-Folder-IMAP-1.102.tar.gz) = 9953
+TIMESTAMP = 1492964422
+SHA256 (Email-Folder-IMAP-1.105.tar.gz) = 42d227329323ac5fbdb509e4f6710880c415b576c911bc90c5f7cc44bd4080d6
+SIZE (Email-Folder-IMAP-1.105.tar.gz) = 14168


More information about the svn-ports-all mailing list