diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2006-04-21 18:39:19 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2006-04-21 18:39:19 +0000 |
commit | 2201ea060728156976b0e1b780148e35c73632db (patch) | |
tree | edffbbfffa6384672226bec39c6fa1a71e26e147 /net | |
parent | 254b91789e523c1441e55817f55f9c1ff8c81f79 (diff) | |
download | freebsd-ports-2201ea060728156976b0e1b780148e35c73632db.zip |
- Bump adns library version and PORTREVISION after last dns/adns update
for all affected ports.
Reproached by: kris
Diffstat (limited to 'net')
-rw-r--r-- | net/ethereal/Makefile | 4 | ||||
-rw-r--r-- | net/nepenthes/Makefile | 3 | ||||
-rw-r--r-- | net/wireshark/Makefile | 4 |
3 files changed, 6 insertions, 5 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile index 1cc0e2d38e47..7ce493f1563c 100644 --- a/net/ethereal/Makefile +++ b/net/ethereal/Makefile @@ -7,7 +7,7 @@ PORTNAME= ethereal PORTVERSION= 0.10.14 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://ftp.ethereal.com/pub/ethereal/all-versions/ @@ -108,7 +108,7 @@ CONFIGURE_ARGS+= --enable-snmp=no --with-ucd-snmp=no --with-net-snmp=no .endif .if !defined(WITHOUT_ADNS) && !defined(LITE) -LIB_DEPENDS+= adns.1:${PORTSDIR}/dns/adns +LIB_DEPENDS+= adns.12:${PORTSDIR}/dns/adns CONFIGURE_ARGS+= --with-adns=${LOCALBASE}/lib .else CONFIGURE_ARGS+= --with-adns=no diff --git a/net/nepenthes/Makefile b/net/nepenthes/Makefile index 84cd01e708f7..0baaee9ea2ba 100644 --- a/net/nepenthes/Makefile +++ b/net/nepenthes/Makefile @@ -7,6 +7,7 @@ PORTNAME= nepenthes PORTVERSION= 0.1.5 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= nepenthes @@ -17,7 +18,7 @@ COMMENT= Determine the malware activity on a network LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl \ magic.1:${PORTSDIR}/sysutils/file \ pcre.0:${PORTSDIR}/devel/pcre \ - adns.1:${PORTSDIR}/dns/adns + adns.12:${PORTSDIR}/dns/adns USE_PERL5= yes GNU_CONFIGURE= yes diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index 1cc0e2d38e47..7ce493f1563c 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -7,7 +7,7 @@ PORTNAME= ethereal PORTVERSION= 0.10.14 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://ftp.ethereal.com/pub/ethereal/all-versions/ @@ -108,7 +108,7 @@ CONFIGURE_ARGS+= --enable-snmp=no --with-ucd-snmp=no --with-net-snmp=no .endif .if !defined(WITHOUT_ADNS) && !defined(LITE) -LIB_DEPENDS+= adns.1:${PORTSDIR}/dns/adns +LIB_DEPENDS+= adns.12:${PORTSDIR}/dns/adns CONFIGURE_ARGS+= --with-adns=${LOCALBASE}/lib .else CONFIGURE_ARGS+= --with-adns=no |