1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Update to 0.9.5.

Approved by:	maintainer
This commit is contained in:
Joe Marcus Clarke 2004-06-24 00:08:35 +00:00
parent d7c30af315
commit bba6442507
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=112092
3 changed files with 40 additions and 43 deletions

View File

@ -5,8 +5,7 @@
#
PORTNAME= howl
PORTVERSION= 0.9.4
PORTREVISION= 1
PORTVERSION= 0.9.5
CATEGORIES?= net devel
MASTER_SITES= http://www.porchdogsoft.com/download/
@ -16,7 +15,7 @@ COMMENT= Zeroconf/Rendezvous implementation
ONLY_FOR_ARCHS= i386
USE_GMAKE= yes
USE_GNOME= gnometarget
USE_GNOME= lthack gnometarget pkgconfig
USE_LIBTOOL_VER=13
CONFIGURE_ENV+= CFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}"
USE_REINPLACE= yes

View File

@ -1,2 +1,2 @@
MD5 (howl-0.9.4.tar.gz) = 5136bf1b223f9a6dbe7114f22cdab216
SIZE (howl-0.9.4.tar.gz) = 551985
MD5 (howl-0.9.5.tar.gz) = 28dc9e00de626ea14070bb42c6736ace
SIZE (howl-0.9.5.tar.gz) = 552178

View File

@ -1,49 +1,42 @@
bin/mDNSResponder
bin/mDNSPublish
bin/mDNSBrowse
include/howl-%%VERSION%%/salt/address.h
include/howl-%%VERSION%%/salt/assert.h
include/howl-%%VERSION%%/salt/interface.h
include/howl-%%VERSION%%/salt/log.h
include/howl-%%VERSION%%/salt/salt.h
include/howl-%%VERSION%%/salt/signal.h
include/howl-%%VERSION%%/salt/socket.h
include/howl-%%VERSION%%/salt/time.h
include/howl-%%VERSION%%/salt/verrno.h
include/howl-%%VERSION%%/salt/vstdlib.h
include/howl-%%VERSION%%/salt/vstring.h
include/howl-%%VERSION%%/salt/vtypes.h
@dirrm include/howl-%%VERSION%%/salt
include/howl-%%VERSION%%/corby/buffer.h
include/howl-%%VERSION%%/corby/channel.h
include/howl-%%VERSION%%/corby/corby.h
include/howl-%%VERSION%%/corby/message.h
include/howl-%%VERSION%%/corby/object.h
include/howl-%%VERSION%%/corby/orb.h
@dirrm include/howl-%%VERSION%%/corby
include/howl-%%VERSION%%/discovery/discovery.h
include/howl-%%VERSION%%/discovery/text_record.h
@dirrm include/howl-%%VERSION%%/discovery
include/howl-%%VERSION%%/rendezvous/rendezvous.h
include/howl-%%VERSION%%/rendezvous/text_record.h
@dirrm include/howl-%%VERSION%%/rendezvous
include/howl-%%VERSION%%/howl.h
include/howl-%%VERSION%%/howl_dll.h
@dirrm include/howl-%%VERSION%%
bin/mDNSPublish
bin/mDNSResponder
include/howl/corby/buffer.h
include/howl/corby/channel.h
include/howl/corby/corby.h
include/howl/corby/message.h
include/howl/corby/object.h
include/howl/corby/orb.h
include/howl/discovery/discovery.h
include/howl/discovery/text_record.h
include/howl/howl.h
include/howl/howl_dll.h
include/howl/rendezvous/rendezvous.h
include/howl/rendezvous/text_record.h
include/howl/salt/address.h
include/howl/salt/assert.h
include/howl/salt/interface.h
include/howl/salt/log.h
include/howl/salt/salt.h
include/howl/salt/signal.h
include/howl/salt/socket.h
include/howl/salt/time.h
include/howl/salt/verrno.h
include/howl/salt/vstdlib.h
include/howl/salt/vstring.h
include/howl/salt/vtypes.h
lib/libhowl-%%VERSION%%.so.0
lib/libhowl-%%VERSION%%.so
lib/libhowl.so
lib/libhowl.la
lib/libhowl.a
lib/libhowl.so
libdata/pkgconfig/howl.pc
share/howl/help/address.html
share/howl/help/address-summary.html
share/howl/help/address.html
share/howl/help/discovery-summary.html
share/howl/help/discovery.html
share/howl/help/index.html
share/howl/help/overall.html
share/howl/help/discovery.html
share/howl/help/discovery-summary.html
share/howl/help/salt.html
share/howl/help/salt-summary.html
share/howl/help/salt.html
share/howl/help/txt_rec-summary.html
share/howl/help/txt_rec.html
share/howl/help/txt_rec_iter-summary.html
@ -52,3 +45,8 @@ share/howl/help/txt_rec_str_iter-summary.html
share/howl/help/txt_rec_str_iter.html
@dirrm share/howl/help
@dirrm share/howl
@dirrm include/howl/salt
@dirrm include/howl/rendezvous
@dirrm include/howl/discovery
@dirrm include/howl/corby
@dirrm include/howl