svn commit: r351160 - in head/comms/flrig: . files
Diane Bruce
db at FreeBSD.org
Sat Apr 12 23:43:52 UTC 2014
Author: db
Date: Sat Apr 12 23:43:51 2014
New Revision: 351160
URL: http://svnweb.freebsd.org/changeset/ports/351160
QAT: https://qat.redports.org/buildarchive/r351160/
Log:
- Removed unnecessary diff
=Version 1.3.15=
2013-12-02 David Freese <w1hkj at w1hkj.com>
3422195: 64 bit void pointer
fa317c3: tty search
7732b22: TT566
6964cb6: TS590S/TS990S/TS2000 controls
5b340a9: FTdx1200
e199a62: Send cmd debug
718f46f: TS-990
05898d5: Sliders
c13a20e: Notch controls
86f1d0b: 7600 split
9f08704: Restore debug
PR: ports/188537
Submitted by: maintainer
Deleted:
head/comms/flrig/files/patch-src_debug.cxx
Modified:
head/comms/flrig/Makefile
head/comms/flrig/distinfo (contents, props changed)
Modified: head/comms/flrig/Makefile
==============================================================================
--- head/comms/flrig/Makefile Sat Apr 12 23:36:24 2014 (r351159)
+++ head/comms/flrig/Makefile Sat Apr 12 23:43:51 2014 (r351160)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= flrig
-PORTVERSION= 1.3.13
+PORTVERSION= 1.3.15
CATEGORIES= comms hamradio
MASTER_SITES= http://www.w1hkj.com/downloads/flrig/ \
${MASTER_SITE_LOCAL}
@@ -24,12 +24,7 @@ OPTIONS_DEFINE= NATIVE_OPT
NATIVE_OPT_DESC= Enable Native Optimizations
-.include <bsd.port.pre.mk>
-
-.if ${PORT_OPTIONS:MNATIVE_OPT}
-CONFIGURE_ARGS+=--enable-optimizations=native
-.else
-CONFIGURE_ARGS+=--enable-optimizations=none
-.endif
+NATIVE_OPT_CONFIGURE_ON+= --enable-optimizations=native
+NATIVE_OPT_CONFIGURE_OFF+= --enable-optimizations=none
.include <bsd.port.mk>
Modified: head/comms/flrig/distinfo
==============================================================================
--- head/comms/flrig/distinfo Sat Apr 12 23:36:24 2014 (r351159)
+++ head/comms/flrig/distinfo Sat Apr 12 23:43:51 2014 (r351160)
@@ -1,2 +1,2 @@
-SHA256 (flrig-1.3.13.tar.gz) = c5238bc72dc04a2b2ba741e093672990ec9ceecc7bfc4137b76d9e01a89dfdbb
-SIZE (flrig-1.3.13.tar.gz) = 578415
+SHA256 (flrig-1.3.15.tar.gz) = 1c6163b3b1a410829a2ac4bd68f857d7c25419041bd30eb003bd0aff22348818
+SIZE (flrig-1.3.15.tar.gz) = 596888
More information about the svn-ports-all
mailing list