update to 0.8.19, add SNMP hooks
PR: ports/27503 Submitted by: Scott Renfro <scott@renfro.org>
This commit is contained in:
parent
ebc29a4584
commit
7231b8fbbc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45462
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= ethereal
|
||||
PORTVERSION= 0.8.16
|
||||
PORTVERSION= 0.8.19
|
||||
CATEGORIES= net ipv6
|
||||
MASTER_SITES= ftp://ftp.ethereal.com/pub/ethereal/ \
|
||||
ftp://gd.tuwien.ac.at/infosys/security/ethereal/ \
|
||||
@ -15,13 +15,26 @@ MASTER_SITES= ftp://ftp.ethereal.com/pub/ethereal/ \
|
||||
|
||||
MAINTAINER= billf@FreeBSD.org
|
||||
|
||||
.if defined(WITH_SNMP)
|
||||
LIB_DEPENDS= snmp.4:${PORTSDIR}/net/net-snmp
|
||||
.endif
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_GTK= yes
|
||||
USE_LIBTOOL= yes
|
||||
LIBTOOLFILES= configure epan/configure wiretap/configure
|
||||
.if defined(WITH_SNMP)
|
||||
CONFIGURE_ARGS+= --enable-snmp=yes
|
||||
.if exists(/usr/include/openssl/crypto.h)
|
||||
CONFIGURE_ARGS+= --with-ssl=/usr
|
||||
.endif
|
||||
.else
|
||||
CONFIGURE_ARGS+= --enable-snmp=no
|
||||
.endif
|
||||
PLIST_SUB= PORTVERSION=${PORTVERSION}
|
||||
|
||||
USE_GMAKE= yes
|
||||
|
||||
MAN1= ethereal.1 tethereal.1 editcap.1
|
||||
|
||||
pre-install:
|
||||
|
@ -1 +1 @@
|
||||
MD5 (ethereal-0.8.16.tar.gz) = b5779e57d0cb325e98ccad56be91b1db
|
||||
MD5 (ethereal-0.8.19.tar.gz) = dd9041866f61b7d172c43dce0187181c
|
||||
|
@ -1,6 +1,8 @@
|
||||
bin/editcap
|
||||
bin/ethereal
|
||||
bin/mergecap
|
||||
bin/tethereal
|
||||
bin/text2pcap
|
||||
etc/manuf
|
||||
lib/ethereal/plugins/%%PORTVERSION%%/gryphon.so
|
||||
lib/ethereal/plugins/%%PORTVERSION%%/mgcp.so
|
||||
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= ethereal
|
||||
PORTVERSION= 0.8.16
|
||||
PORTVERSION= 0.8.19
|
||||
CATEGORIES= net ipv6
|
||||
MASTER_SITES= ftp://ftp.ethereal.com/pub/ethereal/ \
|
||||
ftp://gd.tuwien.ac.at/infosys/security/ethereal/ \
|
||||
@ -15,13 +15,26 @@ MASTER_SITES= ftp://ftp.ethereal.com/pub/ethereal/ \
|
||||
|
||||
MAINTAINER= billf@FreeBSD.org
|
||||
|
||||
.if defined(WITH_SNMP)
|
||||
LIB_DEPENDS= snmp.4:${PORTSDIR}/net/net-snmp
|
||||
.endif
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_GTK= yes
|
||||
USE_LIBTOOL= yes
|
||||
LIBTOOLFILES= configure epan/configure wiretap/configure
|
||||
.if defined(WITH_SNMP)
|
||||
CONFIGURE_ARGS+= --enable-snmp=yes
|
||||
.if exists(/usr/include/openssl/crypto.h)
|
||||
CONFIGURE_ARGS+= --with-ssl=/usr
|
||||
.endif
|
||||
.else
|
||||
CONFIGURE_ARGS+= --enable-snmp=no
|
||||
.endif
|
||||
PLIST_SUB= PORTVERSION=${PORTVERSION}
|
||||
|
||||
USE_GMAKE= yes
|
||||
|
||||
MAN1= ethereal.1 tethereal.1 editcap.1
|
||||
|
||||
pre-install:
|
||||
|
@ -1 +1 @@
|
||||
MD5 (ethereal-0.8.16.tar.gz) = b5779e57d0cb325e98ccad56be91b1db
|
||||
MD5 (ethereal-0.8.19.tar.gz) = dd9041866f61b7d172c43dce0187181c
|
||||
|
@ -1,6 +1,8 @@
|
||||
bin/editcap
|
||||
bin/ethereal
|
||||
bin/mergecap
|
||||
bin/tethereal
|
||||
bin/text2pcap
|
||||
etc/manuf
|
||||
lib/ethereal/plugins/%%PORTVERSION%%/gryphon.so
|
||||
lib/ethereal/plugins/%%PORTVERSION%%/mgcp.so
|
||||
|
Loading…
Reference in New Issue
Block a user