aboutsummaryrefslogtreecommitdiffstats
path: root/comms
diff options
context:
space:
mode:
authordb <db@FreeBSD.org>2007-12-24 10:48:33 +0800
committerdb <db@FreeBSD.org>2007-12-24 10:48:33 +0800
commitc93b6e1f778198b83868591fbfbe20858a064308 (patch)
tree78f6b71e78502be8f985147f0251e82d08f72637 /comms
parent0633a3ea1a2ea1f636430f667b649abca2ab6cee (diff)
downloadfreebsd-ports-gnome-c93b6e1f778198b83868591fbfbe20858a064308.tar.gz
freebsd-ports-gnome-c93b6e1f778198b83868591fbfbe20858a064308.tar.zst
freebsd-ports-gnome-c93b6e1f778198b83868591fbfbe20858a064308.zip
- update version
- remove dead download site - remove obsolete patch for 4.x
Diffstat (limited to 'comms')
-rw-r--r--comms/tlf/Makefile11
-rw-r--r--comms/tlf/distinfo6
-rw-r--r--comms/tlf/files/patch-fix_build_4x19
3 files changed, 9 insertions, 27 deletions
diff --git a/comms/tlf/Makefile b/comms/tlf/Makefile
index d0c5145520a4..7967a48e37f2 100644
--- a/comms/tlf/Makefile
+++ b/comms/tlf/Makefile
@@ -6,16 +6,17 @@
#
PORTNAME= tlf
-PORTVERSION= 0.9.30
-PORTREVISION= 2
+PORTVERSION= 0.9.31
CATEGORIES= comms hamradio
-MASTER_SITES= http://www.wwns.com/tlf/ \
- http://sharon.esrac.ele.tue.nl/pub/linux/ham/tlf/
-DIST_SUBDIR= ${PORTNAME}
+MASTER_SITES= http://sharon.esrac.ele.tue.nl/pub/linux/ham/tlf/ \
+ ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= db
+DISTNAME= tlf-0.9.31-2
MAINTAINER= db@FreeBSD.org
COMMENT= Amateur Radio curses based logging program
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_AUTOTOOLS= autoconf:261 libtool:15 aclocal:19 automake:19
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --includedir="${LOCALBASE}/include" \
diff --git a/comms/tlf/distinfo b/comms/tlf/distinfo
index a8449acee129..7423850c6b37 100644
--- a/comms/tlf/distinfo
+++ b/comms/tlf/distinfo
@@ -1,3 +1,3 @@
-MD5 (tlf/tlf-0.9.30.tar.gz) = fc8faeb23d7a54c96eb3a962cc4d9e4e
-SHA256 (tlf/tlf-0.9.30.tar.gz) = c81f9fd21268bae1bca7b3eecd09216885e1b1b8428d4b1d50af386c036de4ee
-SIZE (tlf/tlf-0.9.30.tar.gz) = 390608
+MD5 (tlf-0.9.31-2.tar.gz) = 5f80c45bc448afcf5c336478b08ade3c
+SHA256 (tlf-0.9.31-2.tar.gz) = 6d6c323e3124df5ea1b62b07555fcaf5388fef14b938014aa150d582d4e6d6b0
+SIZE (tlf-0.9.31-2.tar.gz) = 606427
diff --git a/comms/tlf/files/patch-fix_build_4x b/comms/tlf/files/patch-fix_build_4x
deleted file mode 100644
index ead6eba45ba6..000000000000
--- a/comms/tlf/files/patch-fix_build_4x
+++ /dev/null
@@ -1,19 +0,0 @@
---- src/readctydata.c.orig Tue May 9 14:08:25 2006
-+++ src/readctydata.c Tue May 9 14:09:12 2006
-@@ -45,6 +45,7 @@
- char * ituloc;
-
- FILE *fp_db;
-+ char *loc;
-
- strcpy(ctydb_location, "cty.dat");
- if ( (fp_db = fopen (ctydb_location, "r")) == NULL)
-@@ -91,7 +92,7 @@
- strncpy(buffer, buf, 79);
- buffer[79] = 0;
-
-- char *loc = NULL; //PG4I, 26Jul2005
-+ loc = NULL; //PG4I, 26Jul2005
- if ((loc = strchr(buffer, '\r')))
- *loc = '\0';
-