Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jul 2020 07:25:57 +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: r543141 - head/mail/p5-Email-MIME-ContentType
Message-ID:  <202007240725.06O7PvxP069924@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Jul 24 07:25:57 2020
New Revision: 543141
URL: https://svnweb.freebsd.org/changeset/ports/543141

Log:
  Fix r542566: add missing dependency
  
  - Bump PORTREVISION for dependency change

Modified:
  head/mail/p5-Email-MIME-ContentType/Makefile

Modified: head/mail/p5-Email-MIME-ContentType/Makefile
==============================================================================
--- head/mail/p5-Email-MIME-ContentType/Makefile	Fri Jul 24 07:25:52 2020	(r543140)
+++ head/mail/p5-Email-MIME-ContentType/Makefile	Fri Jul 24 07:25:57 2020	(r543141)
@@ -2,6 +2,7 @@
 
 PORTNAME=	Email-MIME-ContentType
 PORTVERSION=	1.024
+PORTREVISION=	1
 CATEGORIES=	mail perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -12,6 +13,9 @@ COMMENT=	Parse a MIME Content-Type Header
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	${RUN_DEPENDS}
+RUN_DEPENDS=	p5-Text-Unidecode>=0:converters/p5-Text-Unidecode
 
 USES=		perl5
 USE_PERL5=	configure



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