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

Joseph Mingrone jrm at FreeBSD.org
Wed Jan 17 18:49:28 UTC 2018


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 at 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 \


More information about the svn-ports-all mailing list