ports/59424: [PATCH] net/howl: update to 0.8.1
Paul Dlug
paul at aps.org
Tue Nov 18 16:50:12 UTC 2003
>Number: 59424
>Category: ports
>Synopsis: [PATCH] net/howl: update to 0.8.1
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Tue Nov 18 08:50:08 PST 2003
>Closed-Date:
>Last-Modified:
>Originator: Paul Dlug
>Release: FreeBSD 5.1-RELEASE-p10 i386
>Organization:
>Environment:
System: FreeBSD lugnut.aps.org 5.1-RELEASE-p10 FreeBSD 5.1-RELEASE-p10 #8: Sat Oct 4 17:42:40 EDT
>Description:
- Update to 0.8.1 which adds some bug fixes, minor new features and more documentation
Port maintainer (paul at aps.org) is cc'd.
Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:
--- howl-0.8.1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net/howl/Makefile /usr/home/paul/myports/net/howl/Makefile
--- /usr/ports/net/howl/Makefile Sun Oct 26 11:35:07 2003
+++ /usr/home/paul/myports/net/howl/Makefile Tue Nov 18 11:39:05 2003
@@ -5,14 +5,14 @@
#
PORTNAME= howl
-PORTVERSION= 0.6.1
+PORTVERSION= 0.8.1
CATEGORIES?= net devel
MASTER_SITES= ftp://ftp.swampwolf.com/pub/
MAINTAINER= paul at aps.org
COMMENT= Zeroconf/Rendezvous implementation
-ONLY_FOR_ARCHS= i386
+ONLY_FOR_ARCHS= i386
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
diff -ruN --exclude=CVS /usr/ports/net/howl/distinfo /usr/home/paul/myports/net/howl/distinfo
--- /usr/ports/net/howl/distinfo Tue Aug 5 11:57:36 2003
+++ /usr/home/paul/myports/net/howl/distinfo Tue Nov 18 11:34:06 2003
@@ -1 +1 @@
-MD5 (howl-0.6.1.tar.gz) = db593676a7d29ae907fb781b953a4ff8
+MD5 (howl-0.8.1.tar.gz) = 1df2f28f48b37bcfebec8a6e918e1884
diff -ruN --exclude=CVS /usr/ports/net/howl/pkg-plist /usr/home/paul/myports/net/howl/pkg-plist
--- /usr/ports/net/howl/pkg-plist Sun Aug 10 18:29:22 2003
+++ /usr/home/paul/myports/net/howl/pkg-plist Tue Nov 18 11:38:52 2003
@@ -1,26 +1,28 @@
-bin/browse
+bin/mDNSBrowse
+bin/mDNSPublish
bin/mDNSResponder
-bin/publish
-include/howl-0.6.1/corby/buffer.h
-include/howl-0.6.1/corby/channel.h
-include/howl-0.6.1/corby/corby.h
-include/howl-0.6.1/corby/dll.h
-include/howl-0.6.1/corby/message.h
-include/howl-0.6.1/corby/object.h
-include/howl-0.6.1/corby/orb.h
-include/howl-0.6.1/rendezvous/dll.h
-include/howl-0.6.1/rendezvous/rendezvous.h
-include/howl-0.6.1/salt/address.h
-include/howl-0.6.1/salt/assert.h
-include/howl-0.6.1/salt/dll.h
-include/howl-0.6.1/salt/log.h
-include/howl-0.6.1/salt/salt.h
-include/howl-0.6.1/salt/socket.h
-include/howl-0.6.1/salt/verrno.h
-include/howl-0.6.1/salt/vstdlib.h
-include/howl-0.6.1/salt/vstring.h
-include/howl-0.6.1/salt/vtime.h
-include/howl-0.6.1/salt/vtypes.h
+include/howl-0.8.1/corby/buffer.h
+include/howl-0.8.1/corby/channel.h
+include/howl-0.8.1/corby/corby.h
+include/howl-0.8.1/corby/dll.h
+include/howl-0.8.1/corby/message.h
+include/howl-0.8.1/corby/object.h
+include/howl-0.8.1/corby/orb.h
+include/howl-0.8.1/rendezvous/dll.h
+include/howl-0.8.1/rendezvous/rendezvous.h
+include/howl-0.8.1/salt/address.h
+include/howl-0.8.1/salt/assert.h
+include/howl-0.8.1/salt/dll.h
+include/howl-0.8.1/salt/interface.h
+include/howl-0.8.1/salt/log.h
+include/howl-0.8.1/salt/salt.h
+include/howl-0.8.1/salt/signal.h
+include/howl-0.8.1/salt/socket.h
+include/howl-0.8.1/salt/time.h
+include/howl-0.8.1/salt/verrno.h
+include/howl-0.8.1/salt/vstdlib.h
+include/howl-0.8.1/salt/vstring.h
+include/howl-0.8.1/salt/vtypes.h
lib/libcorby.a
lib/libcorby.la
lib/libcorby.so
@@ -43,7 +45,7 @@
share/howl/help/salt.html
@dirrm share/howl/help
@dirrm share/howl
- at dirrm include/howl-0.6.1/salt
- at dirrm include/howl-0.6.1/rendezvous
- at dirrm include/howl-0.6.1/corby
- at dirrm include/howl-0.6.1
+ at dirrm include/howl-0.8.1/salt
+ at dirrm include/howl-0.8.1/rendezvous
+ at dirrm include/howl-0.8.1/corby
+ at dirrm include/howl-0.8.1
--- howl-0.8.1.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list