diff options
author | minskim <minskim@pkgsrc.org> | 2011-10-27 19:39:34 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2011-10-27 19:39:34 +0000 |
commit | 4d9cc0a1851465b0ca4d3e4729c661ccbd5481bc (patch) | |
tree | cf2ea4777023125c498788bb42cad6e8d8554575 /print | |
parent | 55445c593127b76b890dc99b41b7fe7718618877 (diff) | |
download | pkgsrc-4d9cc0a1851465b0ca4d3e4729c661ccbd5481bc.tar.gz |
Let teTeX-bin not install pdfcrop; a newer version is in tex-pdfcrop.
Diffstat (limited to 'print')
-rw-r--r-- | print/teTeX3-bin/Makefile | 4 | ||||
-rw-r--r-- | print/teTeX3-bin/PLIST | 3 | ||||
-rw-r--r-- | print/teTeX3-bin/distinfo | 4 | ||||
-rw-r--r-- | print/teTeX3-bin/patches/patch-as | 5 |
4 files changed, 8 insertions, 8 deletions
diff --git a/print/teTeX3-bin/Makefile b/print/teTeX3-bin/Makefile index e0ba3b1fd41..64c60c408fc 100644 --- a/print/teTeX3-bin/Makefile +++ b/print/teTeX3-bin/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.65 2011/10/19 01:29:59 sbd Exp $ +# $NetBSD: Makefile,v 1.66 2011/10/27 19:39:34 minskim Exp $ DISTNAME= tetex-src-3.0 PKGNAME= ${DISTNAME:C/tetex/teTeX/:C/src/bin/} -PKGREVISION= 48 +PKGREVISION= 49 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=obsolete/systems/unix/teTeX/3.0/distrib/} diff --git a/print/teTeX3-bin/PLIST b/print/teTeX3-bin/PLIST index 144bb7c1908..f57e4163df4 100644 --- a/print/teTeX3-bin/PLIST +++ b/print/teTeX3-bin/PLIST @@ -1,9 +1,8 @@ -@comment $NetBSD: PLIST,v 1.23 2010/06/17 00:44:01 minskim Exp $ +@comment $NetBSD: PLIST,v 1.24 2011/10/27 19:39:34 minskim Exp $ bin/fdf2tan bin/fdf2tex bin/lamed bin/makempy -bin/pdfcrop bin/texdoc bin/texdoctk bin/texexec diff --git a/print/teTeX3-bin/distinfo b/print/teTeX3-bin/distinfo index cfb07d7ed35..58a1c5f55f6 100644 --- a/print/teTeX3-bin/distinfo +++ b/print/teTeX3-bin/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.23 2010/06/17 00:44:01 minskim Exp $ +$NetBSD: distinfo,v 1.24 2011/10/27 19:39:34 minskim Exp $ SHA1 (teTeX/tetex-src-3.0.tar.gz) = 7637789f7f4929694aed1b89820f5bad4753e8fc RMD160 (teTeX/tetex-src-3.0.tar.gz) = 15a139f5f36993e4ed3583260e175cfb13ce7bcc @@ -17,7 +17,7 @@ SHA1 (patch-am) = 54d86197eee3d4e15a6c9bad6ae16ef1e0299667 SHA1 (patch-an) = a02db18a49f61f965e0277fbc5a3fa72a5060b47 SHA1 (patch-aq) = d7a4dd4864e43cd27b1ca803f8ebfe82e65f84a7 SHA1 (patch-ar) = 92f465143d278d7b081d70c3053194b70585571b -SHA1 (patch-as) = f68cbd77b2308c0cdfb9fc45bcc264bc04072b83 +SHA1 (patch-as) = c641dd437386abdd923ba5baeb3f18e3545a01e6 SHA1 (patch-at) = aaeddf2240f1b0e394ab78122352c111f3aa9718 SHA1 (patch-au) = e8f556ac27ba9a22731b8e7c37356a64eb115860 SHA1 (patch-av) = 53c963ac1b5f1963f707228badeaf0d57b159344 diff --git a/print/teTeX3-bin/patches/patch-as b/print/teTeX3-bin/patches/patch-as index daed7a2a949..c6789020596 100644 --- a/print/teTeX3-bin/patches/patch-as +++ b/print/teTeX3-bin/patches/patch-as @@ -1,4 +1,4 @@ -$NetBSD: patch-as,v 1.9 2010/06/17 00:44:01 minskim Exp $ +$NetBSD: patch-as,v 1.10 2011/10/27 19:39:34 minskim Exp $ --- texk/tetex/Makefile.in.orig 2005-02-04 22:20:54.000000000 +0000 +++ texk/tetex/Makefile.in @@ -16,7 +16,8 @@ $NetBSD: patch-as,v 1.9 2010/06/17 00:44:01 minskim Exp $ +PDFSCRIPTS = "" PERLWRAPPED = fdf2tan fdf2tex makempy texfind texfont texshow texutil \ - thumbpdf pdfcrop uniqleaf +- thumbpdf pdfcrop uniqleaf ++ thumbpdf uniqleaf manpgs = \ - allcm allec allneeded dvi2fax dvired e2pall epstopdf fdf2tex fontinst \ |