- 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
This commit is contained in:
Sergei Kolobov 2003-11-18 17:41:27 +00:00
parent 1db55f3255
commit 3dedea3469
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=94285
3 changed files with 36 additions and 30 deletions

View file

@ -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>

View file

@ -1 +1 @@
MD5 (howl-0.6.1.tar.gz) = db593676a7d29ae907fb781b953a4ff8
MD5 (howl-0.8.1.tar.gz) = 1df2f28f48b37bcfebec8a6e918e1884

View file

@ -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