Index: head/comms/tlf/Makefile =================================================================== --- head/comms/tlf/Makefile (revision 499341) +++ head/comms/tlf/Makefile (revision 499342) @@ -1,37 +1,36 @@ # Created by: db # $FreeBSD$ PORTNAME= tlf -PORTVERSION= 1.3.0 -PORTREVISION= 1 +PORTVERSION= 1.3.2 CATEGORIES= comms hamradio -MASTER_SITES= http://www.hs-mittweida.de/tb/ \ - LOCAL/shurd MAINTAINER= hamradio@FreeBSD.org COMMENT= Amateur Radio curses based logging program LICENSE= GPLv2 RUN_DEPENDS= rec:audio/sox \ wget:ftp/wget -USES= ncurses pkgconfig +USES= autoreconf gnome ncurses pkgconfig +USE_GITHUB= yes +GH_TAGNAME= ${PORTNAME}-${PORTVERSION} GNU_CONFIGURE= yes CONFIGURE_ENV= PANEL_LIB=-lpanel USE_GNOME= glib20 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -lpthread -L${LOCALBASE}/lib OPTIONS_SUB= yes OPTIONS_DEFINE= HAMLIB FLDIGI DOCS HAMLIB_DESC= Support rig control via hamlib FLDIGI_DESC= Support fldigi XML-RPC integration OPTIONS_DEFAULT=HAMLIB FLDIGI HAMLIB_LIB_DEPENDS= libhamlib.so:comms/hamlib HAMLIB_CONFIGURE_ENABLE=hamlib FLDIGI_LIB_DEPENDS= libxmlrpc.so:net/xmlrpc-c FLDIGI_CONFIGURE_ENABLE=fldigi-xmlrpc .include Index: head/comms/tlf/distinfo =================================================================== --- head/comms/tlf/distinfo (revision 499341) +++ head/comms/tlf/distinfo (revision 499342) @@ -1,3 +1,3 @@ -TIMESTAMP = 1533568835 -SHA256 (tlf-1.3.0.tar.gz) = b440e0181cf6d2e5349244afe96b34a4905eb32b09e4b407f4d94b9df4c6057a -SIZE (tlf-1.3.0.tar.gz) = 643783 +TIMESTAMP = 1555665452 +SHA256 (tlf-tlf-1.3.2-tlf-1.3.2_GH0.tar.gz) = 5a444e4f55c7bf0209d6d12ed3387dabca9db457115068d4f79fb89b3d6f6a02 +SIZE (tlf-tlf-1.3.2-tlf-1.3.2_GH0.tar.gz) = 552308 Index: head/comms/tlf/files/patch-src_readcalls.c =================================================================== --- head/comms/tlf/files/patch-src_readcalls.c (revision 499341) +++ head/comms/tlf/files/patch-src_readcalls.c (nonexistent) @@ -1,11 +0,0 @@ ---- src/readcalls.c.orig 2016-01-16 17:45:20 UTC -+++ src/readcalls.c -@@ -637,7 +637,7 @@ int synclog(char *synclogfile) - - showmsg("Merging logfiles...\n"); - sleep(1); -- sprintf(wgetcmd, "cat log1 log2 | sort -g -k4,4 | uniq -w79 > %s", -+ sprintf(wgetcmd, "cat log1 log2 | sort -g -k4,4 | uniq > %s", - logfile); - if (system(wgetcmd) == 0) - showmsg("Merging logs successfull\n"); Property changes on: head/comms/tlf/files/patch-src_readcalls.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/comms/tlf/files/patch-src_netkeyer.c =================================================================== --- head/comms/tlf/files/patch-src_netkeyer.c (revision 499341) +++ head/comms/tlf/files/patch-src_netkeyer.c (nonexistent) @@ -1,13 +0,0 @@ ---- src/netkeyer.c.orig 2016-01-16 17:45:20 UTC -+++ src/netkeyer.c -@@ -17,7 +17,9 @@ - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - */ - -- -+#include -+#include -+#include - #include - #include - #include Property changes on: head/comms/tlf/files/patch-src_netkeyer.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/comms/tlf/files/patch-src_sockserv.c =================================================================== --- head/comms/tlf/files/patch-src_sockserv.c (revision 499341) +++ head/comms/tlf/files/patch-src_sockserv.c (nonexistent) @@ -1,11 +0,0 @@ ---- src/sockserv.c.orig 2016-01-16 17:45:20 UTC -+++ src/sockserv.c -@@ -23,6 +23,8 @@ - /* Written by N2RJT - Dave Brown */ - - -+#include -+#include - #include - #include - #include Property changes on: head/comms/tlf/files/patch-src_sockserv.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property