diff options
author | vanilla <vanilla@FreeBSD.org> | 1999-01-05 21:50:00 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1999-01-05 21:50:00 +0800 |
commit | 831cf2c774b2f5630e5075c90cb17d87ca27fdd5 (patch) | |
tree | d35af84ee62c7901925b623dcc5268e02765a422 /net | |
parent | a83ed316f407561294670fcbe378abd38bcc348b (diff) | |
download | freebsd-ports-gnome-831cf2c774b2f5630e5075c90cb17d87ca27fdd5.tar.gz freebsd-ports-gnome-831cf2c774b2f5630e5075c90cb17d87ca27fdd5.tar.zst freebsd-ports-gnome-831cf2c774b2f5630e5075c90cb17d87ca27fdd5.zip |
Upgrade to 0.5.1, and change LIBDEPEND to glib11-devel.
Diffstat (limited to 'net')
-rw-r--r-- | net/ethereal/Makefile | 10 | ||||
-rw-r--r-- | net/ethereal/distinfo | 2 | ||||
-rw-r--r-- | net/wireshark/Makefile | 10 | ||||
-rw-r--r-- | net/wireshark/distinfo | 2 |
4 files changed, 14 insertions, 10 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile index fa80745cd98e..29fe4394c256 100644 --- a/net/ethereal/Makefile +++ b/net/ethereal/Makefile @@ -1,22 +1,24 @@ # New ports collection makefile for: ethereal -# Version required: 0.5.0 +# Version required: 0.5.1 # Date created: 10 August 1998 # Whom: Bill Fumerola <billf@chc-chimes.com> # -# $Id: Makefile,v 1.6 1998/11/11 21:47:04 billf Exp $ +# $Id: Makefile,v 1.7 1998/11/23 18:22:53 vanilla Exp $ # -DISTNAME= ethereal-0.5.0 +DISTNAME= ethereal-0.5.1 CATEGORIES= net MASTER_SITES= http://ethereal.zing.org/distribution/ \ http://ethereal.boehm.org/distribution/ MAINTAINER= billf@FreeBSD.ORG -LIB_DEPENDS= gtk.1:${PORTSDIR}/x11-toolkits/gtk +LIB_DEPENDS= gtk11d.1:${PORTSDIR}/x11-toolkits/gtk11-devel USE_X_PREFIX= yes GNU_CONFIGURE= yes +CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk11d-config" \ + GLIB_CONFIG="${LOCALBASE}/bin/glib11d-config" MAN1= ethereal.1 diff --git a/net/ethereal/distinfo b/net/ethereal/distinfo index 7edb039449ab..5f8522d9818e 100644 --- a/net/ethereal/distinfo +++ b/net/ethereal/distinfo @@ -1 +1 @@ -MD5 (ethereal-0.5.0.tar.gz) = 46a7aa699e38ce852b50f79629ef6a1f +MD5 (ethereal-0.5.1.tar.gz) = 0cb4499458fb7d20950e704486921c63 diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index fa80745cd98e..29fe4394c256 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -1,22 +1,24 @@ # New ports collection makefile for: ethereal -# Version required: 0.5.0 +# Version required: 0.5.1 # Date created: 10 August 1998 # Whom: Bill Fumerola <billf@chc-chimes.com> # -# $Id: Makefile,v 1.6 1998/11/11 21:47:04 billf Exp $ +# $Id: Makefile,v 1.7 1998/11/23 18:22:53 vanilla Exp $ # -DISTNAME= ethereal-0.5.0 +DISTNAME= ethereal-0.5.1 CATEGORIES= net MASTER_SITES= http://ethereal.zing.org/distribution/ \ http://ethereal.boehm.org/distribution/ MAINTAINER= billf@FreeBSD.ORG -LIB_DEPENDS= gtk.1:${PORTSDIR}/x11-toolkits/gtk +LIB_DEPENDS= gtk11d.1:${PORTSDIR}/x11-toolkits/gtk11-devel USE_X_PREFIX= yes GNU_CONFIGURE= yes +CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk11d-config" \ + GLIB_CONFIG="${LOCALBASE}/bin/glib11d-config" MAN1= ethereal.1 diff --git a/net/wireshark/distinfo b/net/wireshark/distinfo index 7edb039449ab..5f8522d9818e 100644 --- a/net/wireshark/distinfo +++ b/net/wireshark/distinfo @@ -1 +1 @@ -MD5 (ethereal-0.5.0.tar.gz) = 46a7aa699e38ce852b50f79629ef6a1f +MD5 (ethereal-0.5.1.tar.gz) = 0cb4499458fb7d20950e704486921c63 |