diff options
author | sergei <sergei@FreeBSD.org> | 2003-11-19 01:41:27 +0800 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2003-11-19 01:41:27 +0800 |
commit | 85022de0a7c7ff50642070761879b9438cce72ea (patch) | |
tree | d5f4556f070f00fbdfdf9e8f467ec3a1975fbca3 /net/howl | |
parent | 5b10532ec6b96cc0d350ecadd442593335a70b65 (diff) | |
download | freebsd-ports-gnome-85022de0a7c7ff50642070761879b9438cce72ea.tar.gz freebsd-ports-gnome-85022de0a7c7ff50642070761879b9438cce72ea.tar.zst freebsd-ports-gnome-85022de0a7c7ff50642070761879b9438cce72ea.zip |
- Update to 0.8.1
While I'm here:
- Remove GNU_CONFIGURE - implied by USE_LIBTOOL
- Add CONFIGURE_TARGET to silence a warning
- Use VERSION macro instead of explicit version number in pkg-plist
PR: 59424
Submitted by: maintainer
Diffstat (limited to 'net/howl')
-rw-r--r-- | net/howl/Makefile | 9 | ||||
-rw-r--r-- | net/howl/distinfo | 2 | ||||
-rw-r--r-- | net/howl/pkg-plist | 55 |
3 files changed, 36 insertions, 30 deletions
diff --git a/net/howl/Makefile b/net/howl/Makefile index a335a61639a1..0025ef6646db 100644 --- a/net/howl/Makefile +++ b/net/howl/Makefile @@ -5,17 +5,20 @@ # PORTNAME= howl -PORTVERSION= 0.6.1 +PORTVERSION= 0.8.1 CATEGORIES?= net devel MASTER_SITES= ftp://ftp.swampwolf.com/pub/ MAINTAINER= paul@aps.org COMMENT= Zeroconf/Rendezvous implementation -ONLY_FOR_ARCHS= i386 -GNU_CONFIGURE= yes +ONLY_FOR_ARCHS= i386 + USE_GMAKE= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} + +PLIST_SUB= VERSION="${PORTVERSION}" .include <bsd.port.mk> diff --git a/net/howl/distinfo b/net/howl/distinfo index 88e07dd4ac15..db6663eaff83 100644 --- a/net/howl/distinfo +++ b/net/howl/distinfo @@ -1 +1 @@ -MD5 (howl-0.6.1.tar.gz) = db593676a7d29ae907fb781b953a4ff8 +MD5 (howl-0.8.1.tar.gz) = 1df2f28f48b37bcfebec8a6e918e1884 diff --git a/net/howl/pkg-plist b/net/howl/pkg-plist index 510bf7e2e557..9bfff2be0978 100644 --- a/net/howl/pkg-plist +++ b/net/howl/pkg-plist @@ -1,26 +1,33 @@ -bin/browse +@comment $FreeBSD$ +bin/mDNSBrowse +bin/mDNSPublish bin/mDNSResponder -bin/publish -include/howl-0.6.1/corby/buffer.h -include/howl-0.6.1/corby/channel.h -include/howl-0.6.1/corby/corby.h -include/howl-0.6.1/corby/dll.h -include/howl-0.6.1/corby/message.h -include/howl-0.6.1/corby/object.h -include/howl-0.6.1/corby/orb.h -include/howl-0.6.1/rendezvous/dll.h -include/howl-0.6.1/rendezvous/rendezvous.h -include/howl-0.6.1/salt/address.h -include/howl-0.6.1/salt/assert.h -include/howl-0.6.1/salt/dll.h -include/howl-0.6.1/salt/log.h -include/howl-0.6.1/salt/salt.h -include/howl-0.6.1/salt/socket.h -include/howl-0.6.1/salt/verrno.h -include/howl-0.6.1/salt/vstdlib.h -include/howl-0.6.1/salt/vstring.h -include/howl-0.6.1/salt/vtime.h -include/howl-0.6.1/salt/vtypes.h +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 +@dirrm include/howl-%%VERSION%%/rendezvous +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 +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 +@dirrm include/howl-%%VERSION%% lib/libcorby.a lib/libcorby.la lib/libcorby.so @@ -43,7 +50,3 @@ share/howl/help/salt-summary.html share/howl/help/salt.html @dirrm share/howl/help @dirrm share/howl -@dirrm include/howl-0.6.1/salt -@dirrm include/howl-0.6.1/rendezvous -@dirrm include/howl-0.6.1/corby -@dirrm include/howl-0.6.1 |