diff options
author | dougb <dougb@FreeBSD.org> | 2001-10-16 07:31:32 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2001-10-16 07:31:32 +0800 |
commit | 54ccd79d5b34b963d7900af00d3f367ba727aed9 (patch) | |
tree | 7f83ac59b30eff27608162cd638284796b4950f9 /net/rwhois/Makefile | |
parent | 18c7a305c0e53a6574a8d680042697540689d9cc (diff) | |
download | freebsd-ports-graphics-54ccd79d5b34b963d7900af00d3f367ba727aed9.tar.gz freebsd-ports-graphics-54ccd79d5b34b963d7900af00d3f367ba727aed9.tar.zst freebsd-ports-graphics-54ccd79d5b34b963d7900af00d3f367ba727aed9.zip |
Update to version 1.5.7.1, which removes the pgp code, uses
autoconf 2.5.2d to hopefully prevent segfaults on FreeBSD,
and changes the samples and documentation slightly.
Submitted by: Jeff Chan <rwhois@jeffchan.com> (the author)
Diffstat (limited to 'net/rwhois/Makefile')
-rw-r--r-- | net/rwhois/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rwhois/Makefile b/net/rwhois/Makefile index a9f2c3501c9..b4c690e4e87 100644 --- a/net/rwhois/Makefile +++ b/net/rwhois/Makefile @@ -6,7 +6,7 @@ # PORTNAME= rwhois -PORTVERSION= 1.5.7 +PORTVERSION= 1.5.7.1 CATEGORIES= net ipv6 MASTER_SITES= http://www.rwhois.net/ftp/ DISTNAME= ${PORTNAME}d-${PORTVERSION} |