svn commit: r444794 - head/mail/gotmail

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Jun 30 22:14:01 UTC 2017


Author: sunpoet
Date: Fri Jun 30 22:14:00 2017
New Revision: 444794
URL: https://svnweb.freebsd.org/changeset/ports/444794

Log:
  Remove Perl core modules
  
  - Bump PORTREVISION for dependency change

Modified:
  head/mail/gotmail/Makefile

Modified: head/mail/gotmail/Makefile
==============================================================================
--- head/mail/gotmail/Makefile	Fri Jun 30 22:13:55 2017	(r444793)
+++ head/mail/gotmail/Makefile	Fri Jun 30 22:14:00 2017	(r444794)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gotmail
 PORTVERSION=	0.9.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	mail perl5
 MASTER_SITES=	SF
 
@@ -14,8 +14,7 @@ LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 RUN_DEPENDS=	curl:ftp/curl \
-		p5-URI>=0:net/p5-URI \
-		p5-Net>=0:net/p5-Net
+		p5-URI>=0:net/p5-URI
 
 USES=		perl5 shebangfix
 SHEBANG_FILES=	gotmail


More information about the svn-ports-all mailing list