From 57c7a1f84d5f6261a7f334ea01271cffb83d1f92 Mon Sep 17 00:00:00 2001 From: Clement Laforet Date: Fri, 16 Jan 2004 17:12:57 +0000 Subject: - Update to 0.9.1 While I'm here: - Use %%DATADIR%% PR: 61432 Submitted by: Paul Dlug Approved by: erwin (mentor) (implicitly) --- net/howl/Makefile | 4 ++-- net/howl/distinfo | 2 +- net/howl/pkg-plist | 27 +++++++++++++++++---------- 3 files changed, 20 insertions(+), 13 deletions(-) (limited to 'net/howl') diff --git a/net/howl/Makefile b/net/howl/Makefile index 0025ef6646db..a4a14a8318a8 100644 --- a/net/howl/Makefile +++ b/net/howl/Makefile @@ -5,9 +5,9 @@ # PORTNAME= howl -PORTVERSION= 0.8.1 +PORTVERSION= 0.9.1 CATEGORIES?= net devel -MASTER_SITES= ftp://ftp.swampwolf.com/pub/ +MASTER_SITES= http://www.porchdogsoft.com/download/ MAINTAINER= paul@aps.org COMMENT= Zeroconf/Rendezvous implementation diff --git a/net/howl/distinfo b/net/howl/distinfo index db6663eaff83..d89a74bb5a6d 100644 --- a/net/howl/distinfo +++ b/net/howl/distinfo @@ -1 +1 @@ -MD5 (howl-0.8.1.tar.gz) = 1df2f28f48b37bcfebec8a6e918e1884 +MD5 (howl-0.9.1.tar.gz) = 5df0d7b3348131f64bebf01d613979fc diff --git a/net/howl/pkg-plist b/net/howl/pkg-plist index 9bfff2be0978..84ab84e0df80 100644 --- a/net/howl/pkg-plist +++ b/net/howl/pkg-plist @@ -12,6 +12,7 @@ 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 include/howl-%%VERSION%%/salt/address.h include/howl-%%VERSION%%/salt/assert.h @@ -40,13 +41,19 @@ lib/libsalt.a lib/libsalt.la lib/libsalt.so lib/libsalt.so.0 -share/howl/help/address-summary.html -share/howl/help/address.html -share/howl/help/index.html -share/howl/help/overall.html -share/howl/help/rendezvous-summary.html -share/howl/help/rendezvous.html -share/howl/help/salt-summary.html -share/howl/help/salt.html -@dirrm share/howl/help -@dirrm share/howl +%%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%% -- cgit