svn commit: r306890 - head/comms/fldigi
Diane Bruce
db at FreeBSD.org
Fri Nov 2 23:22:45 UTC 2012
Author: db
Date: Fri Nov 2 23:22:44 2012
New Revision: 306890
URL: http://svn.freebsd.org/changeset/ports/306890
Log:
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
Modified:
head/comms/fldigi/Makefile
head/comms/fldigi/distinfo
Modified: head/comms/fldigi/Makefile
==============================================================================
--- head/comms/fldigi/Makefile Fri Nov 2 22:46:30 2012 (r306889)
+++ head/comms/fldigi/Makefile Fri Nov 2 23:22:44 2012 (r306890)
@@ -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}
Modified: head/comms/fldigi/distinfo
==============================================================================
--- head/comms/fldigi/distinfo Fri Nov 2 22:46:30 2012 (r306889)
+++ head/comms/fldigi/distinfo Fri Nov 2 23:22:44 2012 (r306890)
@@ -1,2 +1,2 @@
-SHA256 (fldigi-3.21.50.tar.gz) = 244921f705f70cd48e2ade44f853a7e092775f7a61d3e214f5faaf74853606c5
-SIZE (fldigi-3.21.50.tar.gz) = 1790564
+SHA256 (fldigi-3.21.59.tar.gz) = 0b87722b2931ba9ee60a002459f320e1cdbb80a1fec6b1242bb2bb8ef415d212
+SIZE (fldigi-3.21.59.tar.gz) = 2105081
More information about the svn-ports-all
mailing list