summaryrefslogtreecommitdiff
path: root/devel/noweb
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2013-10-30 02:58:19 +0000
committerminskim <minskim@pkgsrc.org>2013-10-30 02:58:19 +0000
commit28997e02f5fa85847c46e339f4fa9537aee1c861 (patch)
tree1d6cb331021f1db964a20a0d27b1327c42c91465 /devel/noweb
parent66a1347edbf289921c7b0189b7f20a37ca599aa1 (diff)
downloadpkgsrc-28997e02f5fa85847c46e339f4fa9537aee1c861.tar.gz
Install TeX files into share/texmf-dist, not share/texmf.
The latter has been deprecated in TeX Live 2013.
Diffstat (limited to 'devel/noweb')
-rw-r--r--devel/noweb/Makefile3
-rw-r--r--devel/noweb/PLIST6
-rw-r--r--devel/noweb/distinfo4
-rw-r--r--devel/noweb/patches/patch-aa4
4 files changed, 9 insertions, 8 deletions
diff --git a/devel/noweb/Makefile b/devel/noweb/Makefile
index 810db81e50e..34ea3ee652a 100644
--- a/devel/noweb/Makefile
+++ b/devel/noweb/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.40 2012/10/31 11:17:32 asau Exp $
+# $NetBSD: Makefile,v 1.41 2013/10/30 02:58:19 minskim Exp $
DISTNAME= noweb-2.11b
+PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ftp://www.eecs.harvard.edu/pub/nr/
EXTRACT_SUFX= .tgz
diff --git a/devel/noweb/PLIST b/devel/noweb/PLIST
index 0b009131384..adc7ec1e608 100644
--- a/devel/noweb/PLIST
+++ b/devel/noweb/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2009/06/14 17:49:00 joerg Exp $
+@comment $NetBSD: PLIST,v 1.5 2013/10/30 02:58:19 minskim Exp $
bin/cpif
bin/htmltoc
bin/nodefs
@@ -78,5 +78,5 @@ share/noweb/toroff
share/noweb/totex
share/noweb/unmarkup
share/noweb/xchunks
-share/texmf/tex/noweb/noweb.sty
-share/texmf/tex/noweb/nwmac.tex
+share/texmf-dist/tex/noweb/noweb.sty
+share/texmf-dist/tex/noweb/nwmac.tex
diff --git a/devel/noweb/distinfo b/devel/noweb/distinfo
index ae9b43bcfd0..9d5dc4217e9 100644
--- a/devel/noweb/distinfo
+++ b/devel/noweb/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.9 2009/12/11 00:17:55 asau Exp $
+$NetBSD: distinfo,v 1.10 2013/10/30 02:58:19 minskim Exp $
SHA1 (noweb-2.11b.tgz) = 3b391c42f46dcb8a002b863fb2e483560a7da51d
RMD160 (noweb-2.11b.tgz) = 01e4fbb636dfd0f6d117caa045cf105e49d25fca
Size (noweb-2.11b.tgz) = 738870 bytes
-SHA1 (patch-aa) = 62382e59f6fc22078e96484c42a28ba812d9f83a
+SHA1 (patch-aa) = 23dc54db5c96accd196cda14fb0c249f1fc117aa
SHA1 (patch-ab) = 8b07b126d9b49c410ad7338ebef1991f631dde29
SHA1 (patch-ac) = b953b18dfcb70f959b3fef4fff365e793c298563
SHA1 (patch-ad) = 3dbadb8b512da3aee92330f15f1d66d8dc757b53
diff --git a/devel/noweb/patches/patch-aa b/devel/noweb/patches/patch-aa
index ffeaee6df67..28f46a08992 100644
--- a/devel/noweb/patches/patch-aa
+++ b/devel/noweb/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.5 2009/12/11 00:17:55 asau Exp $
+$NetBSD: patch-aa,v 1.6 2013/10/30 02:58:19 minskim Exp $
--- src/Makefile.orig 2006-06-13 00:14:20.000000000 +0400
+++ src/Makefile 2009-12-11 02:55:13.000000000 +0300
@@ -34,7 +34,7 @@ $NetBSD: patch-aa,v 1.5 2009/12/11 00:17:55 asau Exp $
MAN7EXT=7
-TEXINPUTS=/usr/local/tex/inputs
-ELISP=/dev/null
-+TEXINPUTS=${PREFIX}/share/texmf/tex/noweb
++TEXINPUTS=${PREFIX}/share/texmf-dist/tex/noweb
+ELISP=${PREFIX}/share/emacs/site-lisp
# change WEAVE if you want a different version of noweave to be installed