[90141] trunk/dports/tex/texlive-generic-extra

dports at macports.org dports at macports.org
Thu Feb 23 12:53:41 PST 2012


Revision: 90141
          http://trac.macports.org/changeset/90141
Author:   dports at macports.org
Date:     2012-02-23 12:53:41 -0800 (Thu, 23 Feb 2012)
Log Message:
-----------
texlive-generic-extra: fix load path in the lecturer package (#33329)

Modified Paths:
--------------
    trunk/dports/tex/texlive-generic-extra/Portfile

Added Paths:
-----------
    trunk/dports/tex/texlive-generic-extra/files/
    trunk/dports/tex/texlive-generic-extra/files/patch-lecturer-path.diff

Modified: trunk/dports/tex/texlive-generic-extra/Portfile
===================================================================
--- trunk/dports/tex/texlive-generic-extra/Portfile	2012-02-23 20:17:37 UTC (rev 90140)
+++ trunk/dports/tex/texlive-generic-extra/Portfile	2012-02-23 20:53:41 UTC (rev 90141)
@@ -6,7 +6,7 @@
 
 name                texlive-generic-extra
 version             22511
-revision            0
+revision            1
 
 categories          tex
 maintainers         dports
@@ -26,5 +26,7 @@
 
 depends_lib         port:texlive-basic
 
+# fix load path in lecturer package (#33329); already fixed upstream
+patchfiles          patch-lecturer-path.diff
 
 texlive.texmfport

Added: trunk/dports/tex/texlive-generic-extra/files/patch-lecturer-path.diff
===================================================================
--- trunk/dports/tex/texlive-generic-extra/files/patch-lecturer-path.diff	                        (rev 0)
+++ trunk/dports/tex/texlive-generic-extra/files/patch-lecturer-path.diff	2012-02-23 20:53:41 UTC (rev 90141)
@@ -0,0 +1,11 @@
+--- runfiles/texmf-dist/tex/generic/lecturer/lecturer.tex.orig	2012-02-23 15:45:32.000000000 -0500
++++ runfiles/texmf-dist/tex/generic/lecturer/lecturer.tex	2012-02-23 15:46:12.000000000 -0500
+@@ -110,7 +110,7 @@
+ %
+ % Here we go.
+ %
+-\def\ltr at input#1 {\priminput ltr/ltr-#1.tex }
++\def\ltr at input#1 {\priminput ltr-#1.tex }
+ \ltr at input job
+ \ltr at input slides
+ \ltr at input steps
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120223/6930a4d6/attachment.html>


More information about the macports-changes mailing list