Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jan 2018 18:49:27 +0000 (UTC)
From:      Joseph Mingrone <jrm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r459279 - head/print/texlive-base
Message-ID:  <201801171849.w0HInRWF022079@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jrm
Date: Wed Jan 17 18:49:27 2018
New Revision: 459279
URL: https://svnweb.freebsd.org/changeset/ports/459279

Log:
  print/texlive-base: Fix build by adding missing entry to SHEBANG_FILES
  
  PR:		224654
  Submitted by:	prj@rootwyrm.com
  Approved by:	hrs (maintainer timeout)

Modified:
  head/print/texlive-base/Makefile   (contents, props changed)

Modified: head/print/texlive-base/Makefile
==============================================================================
--- head/print/texlive-base/Makefile	Wed Jan 17 18:39:38 2018	(r459278)
+++ head/print/texlive-base/Makefile	Wed Jan 17 18:49:27 2018	(r459279)
@@ -2,7 +2,7 @@
 
 PORTNAME=	texlive
 PORTVERSION=	20150521
-PORTREVISION=	23
+PORTREVISION=	24
 CATEGORIES=	print
 MASTER_SITES=	TEX_CTAN/systems/texlive/Source/
 PKGNAMESUFFIX=	-base
@@ -103,6 +103,7 @@ SHEBANG_FILES=	texk/texlive/linked_scripts/accfonts/mk
 	texk/texlive/linked_scripts/mathspic/mathspic.pl \
 	texk/texlive/linked_scripts/mf2pt1/mf2pt1.pl \
 	texk/texlive/linked_scripts/multibibliography/multibibliography.pl \
+	texk/texlive/linked_scripts/pygmentex/*.py \
 	texk/texlive/linked_scripts/pythontex/*.py \
 	texk/texlive/linked_scripts/rubik/rubikrotation.pl \
 	texk/texlive/linked_scripts/splitindex/splitindex.pl \



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