diff options
Diffstat (limited to 'net/libpcap/Makefile')
-rw-r--r-- | net/libpcap/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/libpcap/Makefile b/net/libpcap/Makefile index ee7da5e..a754364 100644 --- a/net/libpcap/Makefile +++ b/net/libpcap/Makefile @@ -6,11 +6,11 @@ # PORTNAME= libpcap -PORTVERSION= 0.8.1 -PORTREVISION= 352 +PORTVERSION= 0.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 capture library |