svn commit: r554704 - head/print/texlive-base

Mateusz Piotrowski 0mp at FreeBSD.org
Mon Nov 9 10:16:52 UTC 2020


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


More information about the svn-ports-all mailing list