diff options
author | netchild <netchild@FreeBSD.org> | 2002-07-01 17:16:50 +0000 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2002-07-01 17:16:50 +0000 |
commit | 02a8239c61421ff0bce692550aa64c1dc89e8198 (patch) | |
tree | 55f21cc5961aa05339a52abf6d065f7f28d26731 /textproc/htmldoc | |
parent | 4a05c08895239ee0df8be5b3b07f64442a27c53e (diff) | |
download | FreeBSD-ports-02a8239c61421ff0bce692550aa64c1dc89e8198.zip FreeBSD-ports-02a8239c61421ff0bce692550aa64c1dc89e8198.tar.gz |
Update to 1.8.20.
Approved by: maintainer
Diffstat (limited to 'textproc/htmldoc')
-rw-r--r-- | textproc/htmldoc/Makefile | 4 | ||||
-rw-r--r-- | textproc/htmldoc/distinfo | 2 | ||||
-rw-r--r-- | textproc/htmldoc/files/patch-fonts:Makefile | 13 | ||||
-rw-r--r-- | textproc/htmldoc/pkg-plist | 41 |
4 files changed, 43 insertions, 17 deletions
diff --git a/textproc/htmldoc/Makefile b/textproc/htmldoc/Makefile index fdb94c1..86d9595 100644 --- a/textproc/htmldoc/Makefile +++ b/textproc/htmldoc/Makefile @@ -6,11 +6,11 @@ # PORTNAME= htmldoc -PORTVERSION= 1.8.19 +PORTVERSION= 1.8.20 CATEGORIES= textproc MASTER_SITES= ftp://ftp.easysw.com/pub/htmldoc/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTVERSION} -DISTNAME= ${PORTNAME}-${PORTVERSION}-source +DISTNAME= ${PORTNAME}-${PORTVERSION}-1-source MAINTAINER= glenn@trewitt.org diff --git a/textproc/htmldoc/distinfo b/textproc/htmldoc/distinfo index aff89de..96498f2 100644 --- a/textproc/htmldoc/distinfo +++ b/textproc/htmldoc/distinfo @@ -1 +1 @@ -MD5 (htmldoc-1.8.19-source.tar.gz) = c13453d98e9ca23a64aaeb49e4540434 +MD5 (htmldoc-1.8.20-1-source.tar.gz) = 5a25bb72cc94c17160789fa86c763ceb diff --git a/textproc/htmldoc/files/patch-fonts:Makefile b/textproc/htmldoc/files/patch-fonts:Makefile new file mode 100644 index 0000000..1878c46 --- /dev/null +++ b/textproc/htmldoc/files/patch-fonts:Makefile @@ -0,0 +1,13 @@ +--- fonts/Makefile.orig Sat Jun 29 23:31:10 2002 ++++ fonts/Makefile Sat Jun 29 23:31:32 2002 +@@ -46,9 +46,7 @@ + Times-Bold \ + Times-BoldItalic \ + Times-Italic \ +- Times-Roman \ +- ZapfChancery \ +- ZapfDingbats ++ Times-Roman + + + # diff --git a/textproc/htmldoc/pkg-plist b/textproc/htmldoc/pkg-plist index 1978cd6..ec7eacd 100644 --- a/textproc/htmldoc/pkg-plist +++ b/textproc/htmldoc/pkg-plist @@ -1,19 +1,32 @@ bin/htmldoc share/doc/htmldoc/help.html share/doc/htmldoc/htmldoc.pdf -share/htmldoc/afm/Courier -share/htmldoc/afm/Courier-Bold -share/htmldoc/afm/Courier-BoldOblique -share/htmldoc/afm/Courier-Oblique -share/htmldoc/afm/Helvetica -share/htmldoc/afm/Helvetica-Bold -share/htmldoc/afm/Helvetica-BoldOblique -share/htmldoc/afm/Helvetica-Oblique -share/htmldoc/afm/Symbol -share/htmldoc/afm/Times-Bold -share/htmldoc/afm/Times-BoldItalic -share/htmldoc/afm/Times-Italic -share/htmldoc/afm/Times-Roman +share/htmldoc/fonts/Courier.afm +share/htmldoc/fonts/Courier.pfa +share/htmldoc/fonts/Courier-Bold.afm +share/htmldoc/fonts/Courier-Bold.pfa +share/htmldoc/fonts/Courier-BoldOblique.afm +share/htmldoc/fonts/Courier-BoldOblique.pfa +share/htmldoc/fonts/Courier-Oblique.afm +share/htmldoc/fonts/Courier-Oblique.pfa +share/htmldoc/fonts/Helvetica.afm +share/htmldoc/fonts/Helvetica.pfa +share/htmldoc/fonts/Helvetica-Bold.afm +share/htmldoc/fonts/Helvetica-Bold.pfa +share/htmldoc/fonts/Helvetica-BoldOblique.afm +share/htmldoc/fonts/Helvetica-BoldOblique.pfa +share/htmldoc/fonts/Helvetica-Oblique.afm +share/htmldoc/fonts/Helvetica-Oblique.pfa +share/htmldoc/fonts/Symbol.afm +share/htmldoc/fonts/Symbol.pfa +share/htmldoc/fonts/Times-Bold.afm +share/htmldoc/fonts/Times-Bold.pfa +share/htmldoc/fonts/Times-BoldItalic.afm +share/htmldoc/fonts/Times-BoldItalic.pfa +share/htmldoc/fonts/Times-Italic.afm +share/htmldoc/fonts/Times-Italic.pfa +share/htmldoc/fonts/Times-Roman.afm +share/htmldoc/fonts/Times-Roman.pfa share/htmldoc/data/iso-8859-1 share/htmldoc/data/iso-8859-2 share/htmldoc/data/iso-8859-3 @@ -29,6 +42,6 @@ share/htmldoc/data/koi8-r share/htmldoc/data/prolog.ps share/htmldoc/data/psglyphs @dirrm share/htmldoc/data -@dirrm share/htmldoc/afm +@dirrm share/htmldoc/fonts @dirrm share/htmldoc @dirrm share/doc/htmldoc |