diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-06-24 00:08:35 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-06-24 00:08:35 +0000 |
commit | bba644250761fe9e59780533d75448f7419e4e80 (patch) | |
tree | 072eb6d91d3fee0c5e6a689ec537e1f55af87b4b | |
parent | d7c30af3153e7478714f5ad494a6047b8db92f4c (diff) |
Notes
-rw-r--r-- | net/howl/Makefile | 5 | ||||
-rw-r--r-- | net/howl/distinfo | 4 | ||||
-rw-r--r-- | net/howl/pkg-plist | 74 |
3 files changed, 40 insertions, 43 deletions
diff --git a/net/howl/Makefile b/net/howl/Makefile index b95bbffbbf5a..ecea56b878f4 100644 --- a/net/howl/Makefile +++ b/net/howl/Makefile @@ -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 diff --git a/net/howl/distinfo b/net/howl/distinfo index 0e9fe4a4492b..e4b3116b9ccc 100644 --- a/net/howl/distinfo +++ b/net/howl/distinfo @@ -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 diff --git a/net/howl/pkg-plist b/net/howl/pkg-plist index cb0dafedea55..1cfdd06fe0d8 100644 --- a/net/howl/pkg-plist +++ b/net/howl/pkg-plist @@ -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 |