diff options
author | Soeren Straarup <xride@FreeBSD.org> | 2010-02-15 21:33:12 +0000 |
---|---|---|
committer | Soeren Straarup <xride@FreeBSD.org> | 2010-02-15 21:33:12 +0000 |
commit | 45656232eb7d337d2725f24d136123ae08d5efcb (patch) | |
tree | 76a9325df61f2d6c5c8cd388b614fb7c71cfb47f /comms/xastir/Makefile | |
parent | f62d677ba80db5f532c77aaa9b7b1a24a50da300 (diff) |
Update version of Xastir to 1.9.8, ie current stable release.
PR: ports/143478
Submitted by: maintainer (Carl Makin)
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=249905
Diffstat (limited to 'comms/xastir/Makefile')
-rw-r--r-- | comms/xastir/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/comms/xastir/Makefile b/comms/xastir/Makefile index 42cd754f60e6..9b0c362176ce 100644 --- a/comms/xastir/Makefile +++ b/comms/xastir/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xastir -PORTVERSION= 1.9.6 -PORTREVISION= 3 +PORTVERSION= 1.9.8 CATEGORIES= comms hamradio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-stable/${PORTNAME}-${PORTVERSION} @@ -25,7 +24,10 @@ USE_GMAKE= yes USE_MOTIF= yes USE_GETTEXT= yes -MAN1= xastir.1 +MAN1= xastir.1 \ + callpass.1 \ + testdbfawk.1 \ + xastir_udp_client.1 SUB_FILES= pkg-message |