diff options
author | billf <billf@FreeBSD.org> | 2000-02-02 10:14:35 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 2000-02-02 10:14:35 +0800 |
commit | 03820db67669c3d2ed8043e8294939522067aa70 (patch) | |
tree | 66c7bae6b4c443502a9fb3b0ec43d55959fa3311 /net | |
parent | 53170a737482e4a236c34dd26715fdaaada33e2e (diff) | |
download | freebsd-ports-graphics-03820db67669c3d2ed8043e8294939522067aa70.tar.gz freebsd-ports-graphics-03820db67669c3d2ed8043e8294939522067aa70.tar.zst freebsd-ports-graphics-03820db67669c3d2ed8043e8294939522067aa70.zip |
Upgrade to 0.8.3 which obsoletes patches/patch-ab
Diffstat (limited to 'net')
-rw-r--r-- | net/ethereal/Makefile | 4 | ||||
-rw-r--r-- | net/ethereal/distinfo | 2 | ||||
-rw-r--r-- | net/ethereal/files/patch-ab | 21 | ||||
-rw-r--r-- | net/wireshark/Makefile | 4 | ||||
-rw-r--r-- | net/wireshark/distinfo | 2 | ||||
-rw-r--r-- | net/wireshark/files/patch-ab | 21 |
6 files changed, 6 insertions, 48 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile index aa2baa34b07..fbd20f39572 100644 --- a/net/ethereal/Makefile +++ b/net/ethereal/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: ethereal -# Version required: 0.8.2 +# Version required: 0.8.3 # Date created: 10 August 1998 # Whom: Bill Fumerola <billf@chc-chimes.com> # # $FreeBSD$ # -DISTNAME= ethereal-0.8.2 +DISTNAME= ethereal-0.8.3 CATEGORIES= net ipv6 MASTER_SITES= http://alpha1.linuxberg.com/files/x11/network/ \ http://www.linuxberg.com/files/x11/network/ \ diff --git a/net/ethereal/distinfo b/net/ethereal/distinfo index b50dc061ef2..7ceb46724c9 100644 --- a/net/ethereal/distinfo +++ b/net/ethereal/distinfo @@ -1 +1 @@ -MD5 (ethereal-0.8.2.tar.gz) = addb99fc390b76b2d66cf815bd921db2 +MD5 (ethereal-0.8.3.tar.gz) = b12065aa15293ca186530b614d802d1a diff --git a/net/ethereal/files/patch-ab b/net/ethereal/files/patch-ab deleted file mode 100644 index 30730d8f1db..00000000000 --- a/net/ethereal/files/patch-ab +++ /dev/null @@ -1,21 +0,0 @@ -Index: tethereal.c -=================================================================== -RCS file: /usr/local/cvsroot/ethereal/tethereal.c,v -retrieving revision 1.15 -diff -c -r1.15 tethereal.c -*** tethereal.c 2000/01/24 05:13:45 1.15 ---- tethereal.c 2000/01/26 05:26:50 -*************** -*** 458,463 **** ---- 458,469 ---- - int err, inpkts; - char errmsg[1024+1]; - -+ /* Initialize the table of conversations. */ -+ conversation_init(); -+ -+ /* Initialize protocol-specific variables */ -+ init_all_protocols(); -+ - ld.linktype = WTAP_ENCAP_UNKNOWN; - ld.pdh = NULL; diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index aa2baa34b07..fbd20f39572 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: ethereal -# Version required: 0.8.2 +# Version required: 0.8.3 # Date created: 10 August 1998 # Whom: Bill Fumerola <billf@chc-chimes.com> # # $FreeBSD$ # -DISTNAME= ethereal-0.8.2 +DISTNAME= ethereal-0.8.3 CATEGORIES= net ipv6 MASTER_SITES= http://alpha1.linuxberg.com/files/x11/network/ \ http://www.linuxberg.com/files/x11/network/ \ diff --git a/net/wireshark/distinfo b/net/wireshark/distinfo index b50dc061ef2..7ceb46724c9 100644 --- a/net/wireshark/distinfo +++ b/net/wireshark/distinfo @@ -1 +1 @@ -MD5 (ethereal-0.8.2.tar.gz) = addb99fc390b76b2d66cf815bd921db2 +MD5 (ethereal-0.8.3.tar.gz) = b12065aa15293ca186530b614d802d1a diff --git a/net/wireshark/files/patch-ab b/net/wireshark/files/patch-ab deleted file mode 100644 index 30730d8f1db..00000000000 --- a/net/wireshark/files/patch-ab +++ /dev/null @@ -1,21 +0,0 @@ -Index: tethereal.c -=================================================================== -RCS file: /usr/local/cvsroot/ethereal/tethereal.c,v -retrieving revision 1.15 -diff -c -r1.15 tethereal.c -*** tethereal.c 2000/01/24 05:13:45 1.15 ---- tethereal.c 2000/01/26 05:26:50 -*************** -*** 458,463 **** ---- 458,469 ---- - int err, inpkts; - char errmsg[1024+1]; - -+ /* Initialize the table of conversations. */ -+ conversation_init(); -+ -+ /* Initialize protocol-specific variables */ -+ init_all_protocols(); -+ - ld.linktype = WTAP_ENCAP_UNKNOWN; - ld.pdh = NULL; |