Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Feb 2019 00:08:11 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r492569 - head/sysutils/logwatch
Message-ID:  <201902100008.x1A08B4a085115@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902100008.x1A08B4a085115>