diff options
-rw-r--r-- | net/howl/Makefile | 5 | ||||
-rw-r--r-- | net/howl/distinfo | 4 | ||||
-rw-r--r-- | net/howl/pkg-plist | 83 |
3 files changed, 44 insertions, 48 deletions
diff --git a/net/howl/Makefile b/net/howl/Makefile index a68e760c9aea..16324fef90e6 100644 --- a/net/howl/Makefile +++ b/net/howl/Makefile @@ -5,8 +5,7 @@ # PORTNAME= howl -PORTVERSION= 0.9.1 -PORTREVISION= 1 +PORTVERSION= 0.9.4 CATEGORIES?= net devel MASTER_SITES= http://www.porchdogsoft.com/download/ @@ -20,6 +19,8 @@ USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +MAN8= mDNSResponder.8 + PLIST_SUB= VERSION="${PORTVERSION}" .include <bsd.port.mk> diff --git a/net/howl/distinfo b/net/howl/distinfo index c7149fec6ec7..0e9fe4a4492b 100644 --- a/net/howl/distinfo +++ b/net/howl/distinfo @@ -1,2 +1,2 @@ -MD5 (howl-0.9.1.tar.gz) = 5df0d7b3348131f64bebf01d613979fc -SIZE (howl-0.9.1.tar.gz) = 459647 +MD5 (howl-0.9.4.tar.gz) = 5136bf1b223f9a6dbe7114f22cdab216 +SIZE (howl-0.9.4.tar.gz) = 551985 diff --git a/net/howl/pkg-plist b/net/howl/pkg-plist index 84ab84e0df80..86f6cbc4e7e2 100644 --- a/net/howl/pkg-plist +++ b/net/howl/pkg-plist @@ -1,22 +1,8 @@ -@comment $FreeBSD$ -bin/mDNSBrowse -bin/mDNSPublish bin/mDNSResponder -include/howl-%%VERSION%%/corby/buffer.h -include/howl-%%VERSION%%/corby/channel.h -include/howl-%%VERSION%%/corby/corby.h -include/howl-%%VERSION%%/corby/dll.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%%/rendezvous/dll.h -include/howl-%%VERSION%%/rendezvous/rendezvous.h -include/howl-%%VERSION%%/rendezvous/text_record.h -@dirrm include/howl-%%VERSION%%/rendezvous +bin/mDNSPublish +bin/mDNSBrowse include/howl-%%VERSION%%/salt/address.h include/howl-%%VERSION%%/salt/assert.h -include/howl-%%VERSION%%/salt/dll.h include/howl-%%VERSION%%/salt/interface.h include/howl-%%VERSION%%/salt/log.h include/howl-%%VERSION%%/salt/salt.h @@ -28,32 +14,41 @@ 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%% -lib/libcorby.a -lib/libcorby.la -lib/libcorby.so -lib/libcorby.so.0 -lib/librendezvous.a -lib/librendezvous.la -lib/librendezvous.so -lib/librendezvous.so.0 -lib/libsalt.a -lib/libsalt.la -lib/libsalt.so -lib/libsalt.so.0 -%%DATADIR%%/help/address-summary.html -%%DATADIR%%/help/address.html -%%DATADIR%%/help/index.html -%%DATADIR%%/help/overall.html -%%DATADIR%%/help/rendezvous-summary.html -%%DATADIR%%/help/rendezvous.html -%%DATADIR%%/help/salt-summary.html -%%DATADIR%%/help/salt.html -%%DATADIR%%/help/txt_rec-summary.html -%%DATADIR%%/help/txt_rec.html -%%DATADIR%%/help/txt_rec_iter-summary.html -%%DATADIR%%/help/txt_rec_iter.html -%%DATADIR%%/help/txt_rec_str_iter-summary.html -%%DATADIR%%/help/txt_rec_str_iter.html -@dirrm %%DATADIR%%/help -@dirrm %%DATADIR%% +lib/libhowl-%%VERSION%%.so.0 +lib/libhowl-%%VERSION%%.so +lib/libhowl.so +lib/libhowl.la +lib/libhowl.a +lib/pkgconfig/howl.pc +share/howl/help/address.html +share/howl/help/address-summary.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/txt_rec-summary.html +share/howl/help/txt_rec.html +share/howl/help/txt_rec_iter-summary.html +share/howl/help/txt_rec_iter.html +share/howl/help/txt_rec_str_iter-summary.html +share/howl/help/txt_rec_str_iter.html +@dirrm share/howl/help +@dirrm share/howl |