svn commit: r543141 - head/mail/p5-Email-MIME-ContentType

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Jul 24 07:26:01 UTC 2020


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


More information about the svn-ports-all mailing list