svn commit: r492919 - head/mail/p5-Sisimai

Mathieu Arnold mat at FreeBSD.org
Thu Feb 14 13:50:32 UTC 2019


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


More information about the svn-ports-all mailing list