mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
Update to latest release 1.3.41
While here, pet portlint
=Version 1.3.41=
2018-11-10 David Freese <w1hkj@bellsouth.net>
dadd32c: FT991
af73be7: IC7300 noise blanker
ba55a05: TS-950
9da74e7: BW inhibit
09cfb60: ts480sat
b02db5b: Yaesu
e209b81: has_extras
51a0a72: XMLRPC debug level
fe4a31d: ts2000 get/set trace
0343328: IC7700 set/get
16850ec: pbt
0762082: FTdx1200
a976bab: PCR1000
16a757e: TT550/TT538
56b5f2a: FT450D/FTdx5000
0299ff2: IC7300
65164bc: k2/k3/kx3
05c7082: TS2000 squelch
9dc6f6f: Band Select
34f9c42: Bogus command line parameters
90e147e: Warnings fixes
adb529b: K3 bug fix
5aa7835: IC7610
f306f89: TS-940SAT
b70bf4e: OMNI-VI
7d225d7
: Cosmetics
0cd455c: IC756PRO extra
cbc1a6d: IC 9100
a2a5cee: TAB controls
37ee48f: xml_io
60af694: IC7100
b7ad209: IC735
This commit is contained in:
parent
bc41396837
commit
ec5537cfbb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=486641
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= flrig
|
||||
PORTVERSION= 1.3.39
|
||||
PORTVERSION= 1.3.41
|
||||
CATEGORIES= comms hamradio
|
||||
MASTER_SITES= SF/fldigi/${PORTNAME}
|
||||
|
||||
@ -14,6 +14,7 @@ LICENSE= GPLv2
|
||||
LIB_DEPENDS= libfltk.so:x11-toolkits/fltk
|
||||
|
||||
USES= gmake
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= FLTK_CONFIG="${LOCALBASE}/bin/fltk-config"
|
||||
PLIST_FILES= bin/flrig share/applications/flrig.desktop \
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1518294187
|
||||
SHA256 (flrig-1.3.39.tar.gz) = a56cd97ef95f00da123e21173a400ce9d9a2389d3178b86b9fabf2e0ca176901
|
||||
SIZE (flrig-1.3.39.tar.gz) = 711661
|
||||
TIMESTAMP = 1543950748
|
||||
SHA256 (flrig-1.3.41.tar.gz) = a463d82224ee9ca67f134e0253939a81c31707366e9ee5c6f3f7def1be22016e
|
||||
SIZE (flrig-1.3.41.tar.gz) = 784713
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- src/main.cxx.orig 2018-01-18 20:38:50 UTC
|
||||
+++ src/main.cxx
|
||||
@@ -514,7 +514,7 @@ int parse_args(int argc, char **argv, int& idx)
|
||||
exit(0);
|
||||
}
|
||||
if (strcasecmp("--version", argv[idx]) == 0) {
|
||||
- printf("Version: "VERSION"\n");
|
||||
+ printf("Version: %s\n",VERSION);
|
||||
exit (0);
|
||||
}
|
||||
if (strcasecmp("--rig_debug", argv[idx]) == 0) {
|
Loading…
Reference in New Issue
Block a user