diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-01-17 01:12:57 +0800 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-01-17 01:12:57 +0800 |
commit | 57c7a1f84d5f6261a7f334ea01271cffb83d1f92 (patch) | |
tree | 0f58114c9af59745d02bd6a720c3b5951a4588fc /net/howl | |
parent | cbc519f86acb67a7f012181bf121ca3e6303006a (diff) | |
download | freebsd-ports-gnome-57c7a1f84d5f6261a7f334ea01271cffb83d1f92.tar.gz freebsd-ports-gnome-57c7a1f84d5f6261a7f334ea01271cffb83d1f92.tar.zst freebsd-ports-gnome-57c7a1f84d5f6261a7f334ea01271cffb83d1f92.zip |
- Update to 0.9.1
While I'm here:
- Use %%DATADIR%%
PR: 61432
Submitted by: Paul Dlug <paul@aps.org>
Approved by: erwin (mentor) (implicitly)
Diffstat (limited to 'net/howl')
-rw-r--r-- | net/howl/Makefile | 4 | ||||
-rw-r--r-- | net/howl/distinfo | 2 | ||||
-rw-r--r-- | net/howl/pkg-plist | 27 |
3 files changed, 20 insertions, 13 deletions
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%% |