diff options
author | wiz <wiz@pkgsrc.org> | 2003-08-30 15:59:40 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-08-30 15:59:40 +0000 |
commit | ef4824beaa2d128fd09d66547e10d58441bad19a (patch) | |
tree | 7d757fac25e9c652b3b789a555f9cfec09f00a85 /print/dvipng | |
parent | dc06ca0737dea9456bba296fe30bd7f8bba533bd (diff) | |
download | pkgsrc-ef4824beaa2d128fd09d66547e10d58441bad19a.tar.gz |
Update to 0.6:
This release is a bugfix release. It fixes the documentation
installation and speeds up PostScript inclusion considerably.
Diffstat (limited to 'print/dvipng')
-rw-r--r-- | print/dvipng/Makefile | 4 | ||||
-rw-r--r-- | print/dvipng/distinfo | 7 | ||||
-rw-r--r-- | print/dvipng/patches/patch-aa | 17 |
3 files changed, 5 insertions, 23 deletions
diff --git a/print/dvipng/Makefile b/print/dvipng/Makefile index 4e68453619d..098684a0d89 100644 --- a/print/dvipng/Makefile +++ b/print/dvipng/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2003/08/09 11:20:39 seb Exp $ +# $NetBSD: Makefile,v 1.3 2003/08/30 15:59:40 wiz Exp $ # -DISTNAME= dvipng-0.5 +DISTNAME= dvipng-0.6 CATEGORIES= textproc converters MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=preview-latex/} diff --git a/print/dvipng/distinfo b/print/dvipng/distinfo index c1a026d1faa..c3c540f3945 100644 --- a/print/dvipng/distinfo +++ b/print/dvipng/distinfo @@ -1,5 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2003/08/05 07:21:56 wiz Exp $ +$NetBSD: distinfo,v 1.2 2003/08/30 15:59:40 wiz Exp $ -SHA1 (dvipng-0.5.tar.gz) = 1e86ecfe3625a77694b3a8af3f15b249f33b38bb -Size (dvipng-0.5.tar.gz) = 107122 bytes -SHA1 (patch-aa) = 6442856f6a91b5e7afeb7a731bbf9dd391e0e3ee +SHA1 (dvipng-0.6.tar.gz) = db5e0f94a0decf70f3cb36751c7963670acbdf92 +Size (dvipng-0.6.tar.gz) = 107221 bytes diff --git a/print/dvipng/patches/patch-aa b/print/dvipng/patches/patch-aa deleted file mode 100644 index 69441e3bb5c..00000000000 --- a/print/dvipng/patches/patch-aa +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 2003/08/05 07:21:56 wiz Exp $ - ---- Makefile.in.orig Tue Aug 5 08:58:36 2003 -+++ Makefile.in -@@ -70,10 +70,10 @@ README: readme.texi - - install-docs: - -$(MKINSTALLDIRS) $(infodir) -- for x in preview-latex.info* ; do \ -+ for x in dvipng.info* ; do \ - $(INSTALL_DATA) $$x $(infodir) ; \ - done -- -$(INSTALL_INFO) --info-dir=$(infodir) preview-latex.info -+ -$(INSTALL_INFO) --info-dir=$(infodir) dvipng.info - - - ####################################### The test |