Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Nov 2020 10:16:52 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r554704 - head/print/texlive-base
Message-ID:  <202011091016.0A9AGqJU037938@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: 0mp
Date: Mon Nov  9 10:16:52 2020
New Revision: 554704
URL: https://svnweb.freebsd.org/changeset/ports/554704

Log:
  Add two runtime dependencies for the latexindent script
  
  Perhaps it would be better if we created a new port option
  (e.g., LINKED_SCRIPTS) and used LINKED_SCRIPTS_RUN_DEPENDS
  instead.
  
  PR:		250320
  Approved by:	maintainer timeout

Modified:
  head/print/texlive-base/Makefile

Modified: head/print/texlive-base/Makefile
==============================================================================
--- head/print/texlive-base/Makefile	Mon Nov  9 10:04:18 2020	(r554703)
+++ head/print/texlive-base/Makefile	Mon Nov  9 10:16:52 2020	(r554704)
@@ -2,7 +2,7 @@
 
 PORTNAME=	texlive
 PORTVERSION=	20150521
-PORTREVISION=	58
+PORTREVISION=	59
 CATEGORIES=	print
 MASTER_SITES=	TEX_CTAN/systems/texlive/Source/
 PKGNAMESUFFIX=	-base
@@ -24,7 +24,9 @@ LIB_DEPENDS=	libicuio.so:devel/icu \
 		libzzip.so:devel/zziplib \
 		libpoppler.so:graphics/poppler \
 		libpotrace.so:graphics/libpotrace
-RUN_DEPENDS=	psbook:print/psutils
+RUN_DEPENDS=	p5-File-HomeDir>=0:devel/p5-File-HomeDir \
+		p5-YAML-Tiny>=0:textproc/p5-YAML-Tiny \
+		psbook:print/psutils
 
 USES=		compiler:c++11-lib ghostscript localbase pkgconfig perl5 \
 		python:run shebangfix tar:xz



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