svn commit: r492555 - head/mail/delatt

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Feb 10 00:07:08 UTC 2019


Author: sunpoet
Date: Sun Feb 10 00:07:03 2019
New Revision: 492555
URL: https://svnweb.freebsd.org/changeset/ports/492555

Log:
  Remove Perl core module
  
  - Bump PORTREVISION for dependency change
  
  With hat:	perl

Modified:
  head/mail/delatt/Makefile

Modified: head/mail/delatt/Makefile
==============================================================================
--- head/mail/delatt/Makefile	Sun Feb 10 00:06:58 2019	(r492554)
+++ head/mail/delatt/Makefile	Sun Feb 10 00:07:03 2019	(r492555)
@@ -3,6 +3,7 @@
 
 PORTNAME=	delatt
 DISTVERSION=	1.1.3
+PORTREVISION=	1
 CATEGORIES=	mail
 MASTER_SITES=	LOCAL/ehaupt
 
@@ -10,8 +11,6 @@ MAINTAINER=	ehaupt at FreeBSD.org
 COMMENT=	Strip attachments from email
 
 LICENSE=	GPLv2
-
-RUN_DEPENDS=	p5-MIME-Base64>=0:converters/p5-MIME-Base64
 
 USES=		shebangfix perl5
 USE_PERL5=	run


More information about the svn-ports-head mailing list