Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Feb 2019 13:50:31 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r492919 - head/mail/p5-Sisimai
Message-ID:  <201902141350.x1EDoVL0070991@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Thu Feb 14 13:50:31 2019
New Revision: 492919
URL: https://svnweb.freebsd.org/changeset/ports/492919

Log:
  This is actually required at run-time.
  
  PR:		235669
  Reported by:	vvv kiev ua

Modified:
  head/mail/p5-Sisimai/Makefile   (contents, props changed)

Modified: head/mail/p5-Sisimai/Makefile
==============================================================================
--- head/mail/p5-Sisimai/Makefile	Thu Feb 14 13:23:51 2019	(r492918)
+++ head/mail/p5-Sisimai/Makefile	Thu Feb 14 13:50:31 2019	(r492919)
@@ -3,6 +3,7 @@
 PORTNAME=	Sisimai
 PORTVERSION=	4.24.1
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	mail perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:AKXLIX
@@ -14,7 +15,7 @@ COMMENT=	Mail Analyzing Interface for bounce mails
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-TEST_DEPENDS=	p5-Class-Accessor-Lite>0:devel/p5-Class-Accessor-Lite
+RUN_DEPENDS=	p5-Class-Accessor-Lite>0:devel/p5-Class-Accessor-Lite
 
 USES=		perl5
 USE_PERL5=	modbuildtiny



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