update to 0.10.3
This commit is contained in:
parent
e4acceadac
commit
0371f8343e
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.85 2004/03/06 23:45:54 jakob Exp $
|
||||
# $OpenBSD: Makefile,v 1.86 2004/03/31 09:49:38 jakob Exp $
|
||||
|
||||
COMMENT= "network protocol analyzer"
|
||||
COMMENT-x11= "network protocol analyzer (X11 GUI)"
|
||||
|
||||
VERSION= 0.10.2
|
||||
VERSION= 0.10.3
|
||||
DISTNAME= ethereal-${VERSION}
|
||||
CATEGORIES= net x11
|
||||
|
||||
@ -85,4 +85,10 @@ pre-configure:
|
||||
rm -f ${WRKBUILD}/libtool
|
||||
ln -s ${LIBTOOL} ${WRKBUILD}/libtool
|
||||
|
||||
post-configure:
|
||||
rm -f ${WRKBUILD}/epan/libtool
|
||||
rm -f ${WRKBUILD}/wiretap/libtool
|
||||
ln -s ${LIBTOOL} ${WRKBUILD}/epan/libtool
|
||||
ln -s ${LIBTOOL} ${WRKBUILD}/wiretap/libtool
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (ethereal-0.10.2.tar.gz) = 844395956c79813771dddc0ee1d6bbae
|
||||
RMD160 (ethereal-0.10.2.tar.gz) = ab38b81f783386b753aa6f1506edc75e5606455d
|
||||
SHA1 (ethereal-0.10.2.tar.gz) = 092b5485db1cb5ec013a9b37db24e38b191d99c9
|
||||
MD5 (ethereal-0.10.3.tar.gz) = ada0b5bf826107127cd8612bc211ebc6
|
||||
RMD160 (ethereal-0.10.3.tar.gz) = a9732ae14974eda8c1146ab03645579af8cc13a4
|
||||
SHA1 (ethereal-0.10.3.tar.gz) = e789eb578a437ff8efdb35ffef5bc37c08038c71
|
||||
|
@ -1,10 +1,16 @@
|
||||
@comment $OpenBSD: PFRAG.no-shared,v 1.20 2004/02/24 15:52:17 jakob Exp $
|
||||
@comment $OpenBSD: PFRAG.no-shared,v 1.21 2004/03/31 09:49:38 jakob Exp $
|
||||
lib/libethereal.a
|
||||
lib/libethereal.la
|
||||
lib/libwiretap.a
|
||||
lib/libwiretap.la
|
||||
lib/ethereal/plugins/${VERSION}/acn.a
|
||||
lib/ethereal/plugins/${VERSION}/acn.la
|
||||
lib/ethereal/plugins/${VERSION}/asn1.a
|
||||
lib/ethereal/plugins/${VERSION}/asn1.la
|
||||
lib/ethereal/plugins/${VERSION}/artnet.a
|
||||
lib/ethereal/plugins/${VERSION}/artnet.la
|
||||
lib/ethereal/plugins/${VERSION}/ciscosm.a
|
||||
lib/ethereal/plugins/${VERSION}/ciscosm.la
|
||||
lib/ethereal/plugins/${VERSION}/coseventcomm.a
|
||||
lib/ethereal/plugins/${VERSION}/coseventcomm.la
|
||||
lib/ethereal/plugins/${VERSION}/cosnaming.a
|
||||
@ -27,7 +33,11 @@ lib/ethereal/plugins/${VERSION}/pcli.a
|
||||
lib/ethereal/plugins/${VERSION}/pcli.la
|
||||
lib/ethereal/plugins/${VERSION}/rdm.a
|
||||
lib/ethereal/plugins/${VERSION}/rdm.la
|
||||
lib/ethereal/plugins/${VERSION}/rlm.a
|
||||
lib/ethereal/plugins/${VERSION}/rlm.la
|
||||
lib/ethereal/plugins/${VERSION}/rtnet.a
|
||||
lib/ethereal/plugins/${VERSION}/rtnet.la
|
||||
lib/ethereal/plugins/${VERSION}/rudp.a
|
||||
lib/ethereal/plugins/${VERSION}/rudp.la
|
||||
lib/ethereal/plugins/${VERSION}/v5ua.a
|
||||
lib/ethereal/plugins/${VERSION}/v5ua.la
|
||||
|
@ -1,4 +1,10 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.23 2004/02/24 15:52:17 jakob Exp $
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.24 2004/03/31 09:49:38 jakob Exp $
|
||||
lib/libethereal.a
|
||||
lib/libethereal.la
|
||||
lib/libethereal.so.0.1
|
||||
lib/libwiretap.a
|
||||
lib/libwiretap.la
|
||||
lib/libwiretap.so.0.1
|
||||
lib/ethereal/plugins/${VERSION}/acn.a
|
||||
lib/ethereal/plugins/${VERSION}/acn.la
|
||||
lib/ethereal/plugins/${VERSION}/acn.so
|
||||
@ -8,6 +14,9 @@ lib/ethereal/plugins/${VERSION}/artnet.so
|
||||
lib/ethereal/plugins/${VERSION}/asn1.a
|
||||
lib/ethereal/plugins/${VERSION}/asn1.la
|
||||
lib/ethereal/plugins/${VERSION}/asn1.so
|
||||
lib/ethereal/plugins/${VERSION}/ciscosm.a
|
||||
lib/ethereal/plugins/${VERSION}/ciscosm.la
|
||||
lib/ethereal/plugins/${VERSION}/ciscosm.so
|
||||
lib/ethereal/plugins/${VERSION}/coseventcomm.a
|
||||
lib/ethereal/plugins/${VERSION}/coseventcomm.la
|
||||
lib/ethereal/plugins/${VERSION}/coseventcomm.so
|
||||
@ -44,6 +53,9 @@ lib/ethereal/plugins/${VERSION}/rdm.so
|
||||
lib/ethereal/plugins/${VERSION}/rtnet.a
|
||||
lib/ethereal/plugins/${VERSION}/rtnet.la
|
||||
lib/ethereal/plugins/${VERSION}/rtnet.so
|
||||
lib/ethereal/plugins/${VERSION}/rudp.a
|
||||
lib/ethereal/plugins/${VERSION}/rudp.la
|
||||
lib/ethereal/plugins/${VERSION}/rudp.so
|
||||
lib/ethereal/plugins/${VERSION}/v5ua.a
|
||||
lib/ethereal/plugins/${VERSION}/v5ua.la
|
||||
lib/ethereal/plugins/${VERSION}/v5ua.so
|
||||
|
@ -1,12 +1,11 @@
|
||||
@comment $OpenBSD: PLIST-x11,v 1.2 2004/02/24 15:52:17 jakob Exp $
|
||||
@comment $OpenBSD: PLIST-x11,v 1.3 2004/03/31 09:49:38 jakob Exp $
|
||||
bin/ethereal
|
||||
man/man1/ethereal.1
|
||||
share/ethereal/help/toc
|
||||
share/ethereal/help/getting_started.txt
|
||||
share/ethereal/help/capturing.txt
|
||||
share/ethereal/help/capture_filters.txt
|
||||
share/ethereal/help/display_filters.txt
|
||||
share/ethereal/help/faq.txt
|
||||
share/ethereal/help/getting_started.txt
|
||||
share/ethereal/help/overview.txt
|
||||
share/ethereal/help/toc
|
||||
share/ethereal/help/well_known.txt
|
||||
@dirrm share/ethereal/help
|
||||
|
Loading…
Reference in New Issue
Block a user