Index: head/comms/flrig/Makefile =================================================================== --- head/comms/flrig/Makefile (revision 432027) +++ head/comms/flrig/Makefile (revision 432028) @@ -1,28 +1,28 @@ # Created by: Stephen Hurd # $FreeBSD$ PORTNAME= flrig -PORTVERSION= 1.3.27 +PORTVERSION= 1.3.28 CATEGORIES= comms hamradio MASTER_SITES= SF/fldigi/${PORTNAME} MAINTAINER= hamradio@FreeBSD.org COMMENT= Ham Radio rig control program, cooperates with fldigi 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 \ share/pixmaps/flrig.xpm OPTIONS_DEFINE= NATIVE_OPT NATIVE_OPT_DESC= Enable Native Optimizations NATIVE_OPT_CONFIGURE_ON+= --enable-optimizations=native NATIVE_OPT_CONFIGURE_OFF+= --enable-optimizations=none .include Index: head/comms/flrig/distinfo =================================================================== --- head/comms/flrig/distinfo (revision 432027) +++ head/comms/flrig/distinfo (revision 432028) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483836061 -SHA256 (flrig-1.3.27.tar.gz) = a05a040b17e9c0de1f564f50baa6a40a089e81d86131fe3994f467fec5287cb7 -SIZE (flrig-1.3.27.tar.gz) = 662603 +TIMESTAMP = 1485001984 +SHA256 (flrig-1.3.28.tar.gz) = 776aa41219586bd94d5b712fc667539ea9b15301890cb30ce08fb8fd6a7d483e +SIZE (flrig-1.3.28.tar.gz) = 665466 Index: head/comms/flrig/files/patch-configure =================================================================== --- head/comms/flrig/files/patch-configure (revision 432027) +++ head/comms/flrig/files/patch-configure (revision 432028) @@ -1,11 +1,11 @@ ---- configure.orig 2014-04-08 22:42:56.000000000 -0700 -+++ configure 2014-04-08 22:43:21.000000000 -0700 -@@ -7205,7 +7205,7 @@ +--- configure.orig 2017-01-20 12:42:02 UTC ++++ configure +@@ -6143,7 +6143,7 @@ $as_echo "$FLTK_CONFIG" >&6; } FLTK_LIBS=`$FLTK_CONFIG --ldflags --use-images` if test "x$target_mingw32" != "xyes"; then if test "x$target_darwin" != "xyes"; then - if grep -q "lX11" <<< "$FLTK_LIBS"; then + if echo "$FLTK_LIBS" | grep -q "lX11"; then FLTK_LIBS="$FLTK_LIBS"; else FLTK_LIBS="$FLTK_LIBS -lm -lX11"; Property changes on: head/comms/flrig/files/patch-configure ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -on \ No newline at end of property +1 \ No newline at end of property