diff options
author | Bruce M Simpson <bms@FreeBSD.org> | 2004-03-31 00:14:06 +0000 |
---|---|---|
committer | Bruce M Simpson <bms@FreeBSD.org> | 2004-03-31 00:14:06 +0000 |
commit | 4c753cd394dd7a7d4da71cdd6a048e48bdde3e7f (patch) | |
tree | d4c411ad8a525640975223965690c9e20dd2e053 /net/tcpdump/Makefile | |
parent | 70635e88ab712424e96d70efab8a8e4fe2fd0900 (diff) | |
download | ports-4c753cd394dd7a7d4da71cdd6a048e48bdde3e7f.tar.gz ports-4c753cd394dd7a7d4da71cdd6a048e48bdde3e7f.zip |
Notes
Diffstat (limited to 'net/tcpdump/Makefile')
-rw-r--r-- | net/tcpdump/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/tcpdump/Makefile b/net/tcpdump/Makefile index e5adf275c924..b80741ff18c3 100644 --- a/net/tcpdump/Makefile +++ b/net/tcpdump/Makefile @@ -6,11 +6,11 @@ # PORTNAME= tcpdump -PORTVERSION= 3.8.1 -PORTREVISION= 351 +PORTVERSION= 3.8.3 +PORTREVISION= 0 CATEGORIES= net -MASTER_SITES= http://www.tcpdump.org/beta/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-351 +MASTER_SITES= http://www.tcpdump.org/release/ +DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= bms@FreeBSD.org COMMENT= Ubiquitous network traffic analysis tool |