diff options
| author | Stephen Hurd <shurd@FreeBSD.org> | 2019-04-19 09:23:49 +0000 |
|---|---|---|
| committer | Stephen Hurd <shurd@FreeBSD.org> | 2019-04-19 09:23:49 +0000 |
| commit | 806b03c5d3aa34d6deb021320e3f78710fe9871b (patch) | |
| tree | e5fa7a66f8823a324fbcfc3a74aa6da6bea055a5 | |
| parent | audio/fluidsynth: Update to 2.0.5 (diff) | |
Update to 1.3.2
| -rw-r--r-- | comms/tlf/Makefile | 9 | ||||
| -rw-r--r-- | comms/tlf/distinfo | 6 | ||||
| -rw-r--r-- | comms/tlf/files/patch-src_netkeyer.c | 13 | ||||
| -rw-r--r-- | comms/tlf/files/patch-src_readcalls.c | 11 | ||||
| -rw-r--r-- | comms/tlf/files/patch-src_sockserv.c | 11 |
5 files changed, 7 insertions, 43 deletions
diff --git a/comms/tlf/Makefile b/comms/tlf/Makefile index 112d1c27aac5..a911a56e97dd 100644 --- a/comms/tlf/Makefile +++ b/comms/tlf/Makefile @@ -2,11 +2,8 @@ # $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 @@ -16,7 +13,9 @@ 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 diff --git a/comms/tlf/distinfo b/comms/tlf/distinfo index 3a95f7f4c1d8..d36ecfcdcc02 100644 --- a/comms/tlf/distinfo +++ b/comms/tlf/distinfo @@ -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 diff --git a/comms/tlf/files/patch-src_netkeyer.c b/comms/tlf/files/patch-src_netkeyer.c deleted file mode 100644 index cb501184ffd0..000000000000 --- a/comms/tlf/files/patch-src_netkeyer.c +++ /dev/null @@ -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 <sys/types.h> -+#include <sys/socket.h> -+#include <netinet/in.h> - #include <netdb.h> - #include <string.h> - #include <unistd.h> diff --git a/comms/tlf/files/patch-src_readcalls.c b/comms/tlf/files/patch-src_readcalls.c deleted file mode 100644 index 19186ed985bd..000000000000 --- a/comms/tlf/files/patch-src_readcalls.c +++ /dev/null @@ -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"); diff --git a/comms/tlf/files/patch-src_sockserv.c b/comms/tlf/files/patch-src_sockserv.c deleted file mode 100644 index 4ef4e0c1576b..000000000000 --- a/comms/tlf/files/patch-src_sockserv.c +++ /dev/null @@ -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 <sys/socket.h> -+#include <netinet/in.h> - #include <errno.h> - #include <netdb.h> - #include <stdio.h> |
