diff options
author | clement <clement@FreeBSD.org> | 2004-01-17 01:12:57 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-01-17 01:12:57 +0800 |
commit | ef75479eb9314703a70ef2d5c2482d2de411123d (patch) | |
tree | 96bde2da696fd26b2e094aea0233d8a0995de4bc | |
parent | 9d758641f6a178cff40939ad1f6e8fb6befcebe9 (diff) | |
download | freebsd-ports-gnome-ef75479eb9314703a70ef2d5c2482d2de411123d.tar.gz freebsd-ports-gnome-ef75479eb9314703a70ef2d5c2482d2de411123d.tar.zst freebsd-ports-gnome-ef75479eb9314703a70ef2d5c2482d2de411123d.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)
-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%% |