Bug 188537 - [Maintainer Update] comms/flrig to latest version
Summary: [Maintainer Update] comms/flrig to latest version
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Diane Bruce
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-12 23:10 UTC by Stephen Hurd
Modified: 2014-04-13 00:50 UTC (History)
0 users

See Also:


Attachments
file.diff (1.99 KB, patch)
2014-04-12 23:10 UTC, Stephen Hurd
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Stephen Hurd freebsd_committer freebsd_triage 2014-04-12 23:10:00 UTC
The latest version listed on the help page isn't the newest release.  Update to 1.3.15 which includes the src/debug.cxx patch.

Fix: Patch attached with submission follows:
Comment 1 Diane Bruce freebsd_committer freebsd_triage 2014-04-12 23:10:52 UTC
Responsible Changed
From-To: freebsd-ports-bugs->db

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-04-13 00:43:53 UTC
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@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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Diane Bruce freebsd_committer freebsd_triage 2014-04-13 00:44:20 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!