diff options
author | roam <roam@FreeBSD.org> | 2005-07-04 19:18:30 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2005-07-04 19:18:30 +0800 |
commit | a5cfa3a82f88eda6aebc0354c9fe8408756b2e4b (patch) | |
tree | e3b5383a56c26188f9126492f8f49c75cabfba92 /dns/nsping/Makefile | |
parent | cb90241490a31ddf80a1b394cd2922cda149a26f (diff) | |
download | freebsd-ports-gnome-a5cfa3a82f88eda6aebc0354c9fe8408756b2e4b.tar.gz freebsd-ports-gnome-a5cfa3a82f88eda6aebc0354c9fe8408756b2e4b.tar.zst freebsd-ports-gnome-a5cfa3a82f88eda6aebc0354c9fe8408756b2e4b.zip |
Fix the generation of DNS packet id's when nsping's pid is over 64K.
While I'm here, fix a compiler warning.
PR: 76702
Submitted by: Vladimir Kotal <vlada@devnull.cz>
Diffstat (limited to 'dns/nsping/Makefile')
-rw-r--r-- | dns/nsping/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/nsping/Makefile b/dns/nsping/Makefile index 5e938399537e..52a9cc91c3aa 100644 --- a/dns/nsping/Makefile +++ b/dns/nsping/Makefile @@ -7,6 +7,7 @@ PORTNAME= nsping PORTVERSION= 0.8 +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= roam |