svn commit: r492569 - head/sysutils/logwatch

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


Author: sunpoet
Date: Sun Feb 10 00:08:11 2019
New Revision: 492569
URL: https://svnweb.freebsd.org/changeset/ports/492569

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

Modified:
  head/sysutils/logwatch/Makefile

Modified: head/sysutils/logwatch/Makefile
==============================================================================
--- head/sysutils/logwatch/Makefile	Sun Feb 10 00:08:06 2019	(r492568)
+++ head/sysutils/logwatch/Makefile	Sun Feb 10 00:08:11 2019	(r492569)
@@ -3,6 +3,7 @@
 
 PORTNAME=	logwatch
 PORTVERSION=	7.4.3
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
@@ -11,8 +12,6 @@ COMMENT=	Log file analysis program
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
-
-RUN_DEPENDS=	p5-MIME-Base64>=0:converters/p5-MIME-Base64
 
 USES=		perl5 shebangfix
 USE_PERL5=	run


More information about the svn-ports-all mailing list