diff options
author | krion <krion@FreeBSD.org> | 2003-10-21 06:32:13 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-10-21 06:32:13 +0800 |
commit | dc1b43f30c0d125b3f53bc880b453950617cad47 (patch) | |
tree | 39eeae37816959f78608fa454e803612a01570ec | |
parent | 689468144e8f26d693751505ca5a24edfa15b3c6 (diff) | |
download | freebsd-ports-gnome-dc1b43f30c0d125b3f53bc880b453950617cad47.tar.gz freebsd-ports-gnome-dc1b43f30c0d125b3f53bc880b453950617cad47.tar.zst freebsd-ports-gnome-dc1b43f30c0d125b3f53bc880b453950617cad47.zip |
- Update to 0.9.6
PR: 58308
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
-rw-r--r-- | textproc/info_to_html/Makefile | 4 | ||||
-rw-r--r-- | textproc/info_to_html/distinfo | 2 | ||||
-rw-r--r-- | textproc/info_to_html/pkg-descr | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/textproc/info_to_html/Makefile b/textproc/info_to_html/Makefile index 6d37e04b7ed6..a7494471d2f2 100644 --- a/textproc/info_to_html/Makefile +++ b/textproc/info_to_html/Makefile @@ -7,14 +7,14 @@ # PORTNAME= info_to_html -PORTVERSION= 0.9.5 +PORTVERSION= 0.9.6 CATEGORIES= textproc perl5 MASTER_SITES= http://www.mons.net/software/ MAINTAINER= ports@FreeBSD.org COMMENT= Translate GNU info files into HTML pages -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib USE_PERL5= yes NO_BUILD= yes diff --git a/textproc/info_to_html/distinfo b/textproc/info_to_html/distinfo index 49a5ac51508e..62fe30b2bf9e 100644 --- a/textproc/info_to_html/distinfo +++ b/textproc/info_to_html/distinfo @@ -1 +1 @@ -MD5 (info_to_html-0.9.5.tar.gz) = f7db7d5970046b7d736b57615809ea45 +MD5 (info_to_html-0.9.6.tar.gz) = cb0c2b6da62b49a0510622530d1f7255 diff --git a/textproc/info_to_html/pkg-descr b/textproc/info_to_html/pkg-descr index 62c95e4470b4..b0ba4deb3835 100644 --- a/textproc/info_to_html/pkg-descr +++ b/textproc/info_to_html/pkg-descr @@ -1,3 +1,3 @@ Translate GNU info files into HTML pages -http://www.mons.net/info_to_html +WWW: http://www.mons.net/info_to_html |