diff options
author | marcus <marcus@FreeBSD.org> | 2005-07-03 14:24:36 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-07-03 14:24:36 +0800 |
commit | 68152d21bcfa9cb9c496afed504ccdfe8774e4f6 (patch) | |
tree | 923faeb6e7049b0787bb55c7bd823b2efa758f21 /net | |
parent | d742008602a1f1c21a1f65a09bdf1f19d10766e3 (diff) | |
download | freebsd-ports-gnome-68152d21bcfa9cb9c496afed504ccdfe8774e4f6.tar.gz freebsd-ports-gnome-68152d21bcfa9cb9c496afed504ccdfe8774e4f6.tar.zst freebsd-ports-gnome-68152d21bcfa9cb9c496afed504ccdfe8774e4f6.zip |
Update to 1.0.0, and change references of Rendezvous to Bonjour.
Diffstat (limited to 'net')
-rw-r--r-- | net/howl/Makefile | 4 | ||||
-rw-r--r-- | net/howl/distinfo | 4 | ||||
-rw-r--r-- | net/howl/files/mdnsresponder.sh | 2 | ||||
-rw-r--r-- | net/howl/pkg-descr | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/net/howl/Makefile b/net/howl/Makefile index 1f61b91eb741..88e52052c321 100644 --- a/net/howl/Makefile +++ b/net/howl/Makefile @@ -5,12 +5,12 @@ # PORTNAME= howl -PORTVERSION= 0.9.10 +PORTVERSION= 1.0.0 CATEGORIES?= net devel MASTER_SITES= http://www.porchdogsoft.com/download/ MAINTAINER= marcus@FreeBSD.org -COMMENT= Zeroconf/Rendezvous implementation +COMMENT= Zeroconf/Bonjour(tm) implementation USE_GMAKE= yes USE_GNOME= gnometarget pkgconfig diff --git a/net/howl/distinfo b/net/howl/distinfo index ce415027dd1b..37448a6f3211 100644 --- a/net/howl/distinfo +++ b/net/howl/distinfo @@ -1,2 +1,2 @@ -MD5 (howl-0.9.10.tar.gz) = 444f2c1fe8eaf16d6822c01bfafba99b -SIZE (howl-0.9.10.tar.gz) = 541004 +MD5 (howl-1.0.0.tar.gz) = c389d3ffba0e69a179de2ec650f1fdcc +SIZE (howl-1.0.0.tar.gz) = 542782 diff --git a/net/howl/files/mdnsresponder.sh b/net/howl/files/mdnsresponder.sh index 1b94c1e60b5a..6b12a93e7786 100644 --- a/net/howl/files/mdnsresponder.sh +++ b/net/howl/files/mdnsresponder.sh @@ -6,7 +6,7 @@ # REQUIRE: DAEMON # KEYWORD: FreeBSD # -# Howl's mDNSResponder, a Zeroconf (Rendezvous) service advertisement daemon. +# Howl's mDNSResponder, a Zeroconf (Bonjour) service advertisement daemon. # mdnsresponder_enable=${mdnsresponder_enable-"NO"} diff --git a/net/howl/pkg-descr b/net/howl/pkg-descr index e0157007e19b..452ea94c2e6b 100644 --- a/net/howl/pkg-descr +++ b/net/howl/pkg-descr @@ -2,7 +2,7 @@ Howl is a cross-platform implementation of the Zeroconf networking standard. Zeroconf brings a new ease of use to IP networking. Howl allows software developers to easily embed -Zeroconf/Rendezvous(tm)-like functionality in their applications, making +Zeroconf/Bonjour(tm)-like functionality in their applications, making cumbersome and error-prone network configuration tasks seem so five minutes ago. |