diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2002-07-01 17:16:50 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2002-07-01 17:16:50 +0000 |
commit | 10d33c058a343115c05e5cba7b8d4583236618ba (patch) | |
tree | 39996f86f5269e77cba3443f719424214c9682e6 /textproc/htmldoc | |
parent | 205d77321d163f8eae64bf88a95754baef66ab9e (diff) | |
download | ports-10d33c058a343115c05e5cba7b8d4583236618ba.tar.gz ports-10d33c058a343115c05e5cba7b8d4583236618ba.zip |
Update to 1.8.20.
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=62286
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 fdb94c155b72..86d959563287 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 aff89de3f632..96498f2ca600 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 000000000000..1878c4635956 --- /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 1978cd66c6d6..ec7eacd0c724 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 |