diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-07-03 06:24:36 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-07-03 06:24:36 +0000 |
commit | 866d4c7f47c136e0f5c437d0263f2bd1b995b57a (patch) | |
tree | 3c5a566735099d85d972319f3640241af69ce331 /net | |
parent | f513c549e6e0b259e176013649828ca5764c1d80 (diff) |
Update to 1.0.0, and change references of Rendezvous to Bonjour.
Notes
Notes:
svn path=/head/; revision=138374
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. |