diff options
author | db <db@FreeBSD.org> | 2012-11-03 07:22:44 +0800 |
---|---|---|
committer | db <db@FreeBSD.org> | 2012-11-03 07:22:44 +0800 |
commit | 9c3d7b2d198993ba74b34b22b6ebc80201405c30 (patch) | |
tree | ec998f78cab21a73ccc714eac79b20e2274a5ab2 /comms/fldigi/Makefile | |
parent | 2225a5e996612c55b3b28388b0689eb0fff18f3f (diff) | |
download | freebsd-ports-gnome-9c3d7b2d198993ba74b34b22b6ebc80201405c30.tar.gz freebsd-ports-gnome-9c3d7b2d198993ba74b34b22b6ebc80201405c30.tar.zst freebsd-ports-gnome-9c3d7b2d198993ba74b34b22b6ebc80201405c30.zip |
Maintenance upgrade to 3.21.59
- Thumbdrive
discover application executable location
if the directory in which "fldigi" / "fldigi.exe" resides contains a
file named NBEMS.DIR then base all NBEMS file locations to that drive-folder
this allows a fully portble NBEMS installation to a thumbdrive (or other
portable drive)
- UTF-8 overhaul
Includes
Refactor get_tx_char()
Reset to stock version, call byte_at().
Feature safe: yes
Diffstat (limited to 'comms/fldigi/Makefile')
-rw-r--r-- | comms/fldigi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/fldigi/Makefile b/comms/fldigi/Makefile index 628b823dad06..846e1b3b1c74 100644 --- a/comms/fldigi/Makefile +++ b/comms/fldigi/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fldigi -PORTVERSION= 3.21.50 +PORTVERSION= 3.21.59 CATEGORIES= comms hamradio MASTER_SITES= http://www.w1hkj.com/downloads/fldigi/\ ${MASTER_SITE_LOCAL} |