diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-02-21 01:36:34 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-02-21 01:36:34 +0000 |
commit | 01631af128afd6fa177d985b3377fc08819ebc52 (patch) | |
tree | 1cd235656cdf50f5bcf538d8a4b13beb0990d7ab | |
parent | add an option to use the UTF-8 code in pcre (diff) |
N-MAINTAINER UPDATE] net/poink 1.5 -> 1.6
o Changed the MASTER_SITES since the NetBSD mirrors didn't appear to be
carring the latest version.
o Added USE_ZIP since the latest distfile is in the format.
PR: 48467
Submitted by: Joseph Scott <joseph@randomnetworks.com>
Notes
Notes:
svn path=/head/; revision=76001
-rw-r--r-- | net/poink/Makefile | 7 | ||||
-rw-r--r-- | net/poink/distinfo | 2 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net/poink/Makefile b/net/poink/Makefile index 8ba062a253f3..7ea522c668c6 100644 --- a/net/poink/Makefile +++ b/net/poink/Makefile @@ -6,13 +6,16 @@ # PORTNAME= poink -PORTVERSION= 1.5 +PORTVERSION= 1.6 CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_NETBSD} +MASTER_SITES= http://coredump.cx/~lcamtuf/soft/ +DISTNAME= ${PORTNAME} MAINTAINER= ports@freebsd.org COMMENT= Nosuid, secure ping like utility +USE_ZIP= yes + .if ${MACHINE_ARCH} == "sparc64" BROKEN= "Hostname resolution broken on ${MACHINE_ARCH}" .endif diff --git a/net/poink/distinfo b/net/poink/distinfo index aa6f120877db..85e90a343e46 100644 --- a/net/poink/distinfo +++ b/net/poink/distinfo @@ -1 +1 @@ -MD5 (poink-1.5.tar.gz) = 691f6efeea758afa83645f5c78e424bb +MD5 (poink.zip) = 881ab7d4e0303849da3676d13e875ed3 |