diff options
author | bmah <bmah@FreeBSD.org> | 2001-02-06 17:47:14 +0000 |
---|---|---|
committer | bmah <bmah@FreeBSD.org> | 2001-02-06 17:47:14 +0000 |
commit | 87c841cbe2359d68ab0c77ccc2544a148cfdd44c (patch) | |
tree | e261e3322022485f9cb23b25edcb2f1d37052490 /net/pchar/Makefile | |
parent | 8e4b6ad54d7c69bbde4aab6155d91ef2615e2aa9 (diff) | |
download | FreeBSD-ports-87c841cbe2359d68ab0c77ccc2544a148cfdd44c.zip FreeBSD-ports-87c841cbe2359d68ab0c77ccc2544a148cfdd44c.tar.gz |
Update net/pchar port.
pchar changes: Update to 1.3.1, adding new analysis algorithms and
network probe types, an option to set the outgoing interface of probe
packets, and a new "tiny traceroute" mode.
Port-related changes: patch-pchar.8 folded into distribution, thus
no longer required. Take over the port since I'm the developer of
the original software.
Approved by: obrien (original maintainer)
Diffstat (limited to 'net/pchar/Makefile')
-rw-r--r-- | net/pchar/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/pchar/Makefile b/net/pchar/Makefile index 40b646b..6b18062 100644 --- a/net/pchar/Makefile +++ b/net/pchar/Makefile @@ -7,11 +7,11 @@ # PORTNAME= pchar -PORTVERSION= 1.2 +PORTVERSION= 1.3.1 CATEGORIES= net ipv6 MASTER_SITES= http://www.employees.org/~bmah/Software/pchar/ -MAINTAINER= obrien@FreeBSD.org +MAINTAINER= bmah@FreeBSD.org GNU_CONFIGURE= yes MAN8= pchar.8 |