diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2006-07-10 11:09:24 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2006-07-10 11:09:24 +0000 |
commit | 3c50f7884389be4c024f46dc51a2d06ceff93344 (patch) | |
tree | 24299f385a421fcd6558e8268b33f03b45769559 /print/latex-mk | |
parent | 34f3d4412b304cb5f6917425cbde8db34c93afc1 (diff) | |
download | pkgsrc-3c50f7884389be4c024f46dc51a2d06ceff93344.tar.gz |
update to latex-mk-1.8
------------------------------
Release Notes for LaTeX-Mk-1.8
------------------------------
- Fix a syntax error in the latex-mk script which showed up with some shells.
- Fix a bug in the latex-mk script where some of the ".old" files that are used
for determining when to re-run various tools were not being cleaned up properly.
- Add a few more files which latex and makeindex may generate to the list of files
removed by the 'clean' target.
- Add a testsuite entry for the clean target.
- Improve the makefile testsuite robustness. In particular it now deals with
the bmake program having different names (make, bmake, bsdmake, etc).
- Improve and expand the testsuite for the latex-mk script.
Diffstat (limited to 'print/latex-mk')
-rw-r--r-- | print/latex-mk/Makefile | 4 | ||||
-rw-r--r-- | print/latex-mk/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/print/latex-mk/Makefile b/print/latex-mk/Makefile index b0a1ffe0803..dd0d71d9a1e 100644 --- a/print/latex-mk/Makefile +++ b/print/latex-mk/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2006/06/09 23:43:02 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.18 2006/07/10 11:09:24 dmcmahill Exp $ # -DISTNAME= latex-mk-1.7 +DISTNAME= latex-mk-1.8 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=latex-mk/} diff --git a/print/latex-mk/distinfo b/print/latex-mk/distinfo index 34c5d33d35a..f6622443035 100644 --- a/print/latex-mk/distinfo +++ b/print/latex-mk/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2006/06/09 23:43:02 dmcmahill Exp $ +$NetBSD: distinfo,v 1.13 2006/07/10 11:09:24 dmcmahill Exp $ -SHA1 (latex-mk-1.7.tar.gz) = 2720bfdd63b25b13f714265d89b5f14fa37a26c3 -RMD160 (latex-mk-1.7.tar.gz) = 1271ea9204014fa6b3bf274b807f604feefcf134 -Size (latex-mk-1.7.tar.gz) = 550734 bytes +SHA1 (latex-mk-1.8.tar.gz) = 402265cd9d8ab58d194146990e70f8c8299be6b9 +RMD160 (latex-mk-1.8.tar.gz) = 3b01d20ed2ac48d80e36f4b4adf84265bfd37d98 +Size (latex-mk-1.8.tar.gz) = 560753 bytes |