diff options
author | tron <tron@pkgsrc.org> | 2003-09-22 11:27:58 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2003-09-22 11:27:58 +0000 |
commit | 7c041417c3279da20c586f7e90cff177ece7a228 (patch) | |
tree | dccfa2259303a5830a8dd928059518240d8af72a /net/cia/Makefile | |
parent | 6c2dc91d1715be99d09e56563306310f06f3dfa9 (diff) | |
download | pkgsrc-7c041417c3279da20c586f7e90cff177ece7a228.tar.gz |
Update "cia" package to version 20030922:
- "pcap2ipstat" now supports PPPoE dumps.
- Fixes build problems with GCC 3.3.1.
Diffstat (limited to 'net/cia/Makefile')
-rw-r--r-- | net/cia/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/cia/Makefile b/net/cia/Makefile index b97e4edd56b..c79bb2a7de1 100644 --- a/net/cia/Makefile +++ b/net/cia/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2003/07/21 17:10:27 martti Exp $ +# $NetBSD: Makefile,v 1.7 2003/09/22 11:27:58 tron Exp $ -DISTNAME= cia-20000716 +DISTNAME= cia-20030922 CATEGORIES= net -MASTER_SITES= http://core.de/~tron/ +MASTER_SITES= http://scheler.de/~matthias/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= tron@NetBSD.org |