aboutsummaryrefslogtreecommitdiff
path: root/misc/digitemp
diff options
context:
space:
mode:
authorNeel Chauhan <nc@FreeBSD.org>2021-03-13 20:52:48 +0000
committerNeel Chauhan <nc@FreeBSD.org>2021-03-13 20:52:48 +0000
commitd8f0502f64e16223c1fe91f3b7204eb50221116b (patch)
treeed59fd7516b9dd5137605ef9fe6e5e9e6089cfcd /misc/digitemp
parent54c6bf464ba8c15dab934de610e1e13916adc229 (diff)
downloadports-d8f0502f64e16223c1fe91f3b7204eb50221116b.tar.gz
ports-d8f0502f64e16223c1fe91f3b7204eb50221116b.zip
misc/digitemp: Update to 3.7.2
Notes
Notes: svn path=/head/; revision=568285
Diffstat (limited to 'misc/digitemp')
-rw-r--r--misc/digitemp/Makefile16
-rw-r--r--misc/digitemp/distinfo5
-rw-r--r--misc/digitemp/files/patch-Makefile13
-rw-r--r--misc/digitemp/files/patch-digitemp.h11
4 files changed, 12 insertions, 33 deletions
diff --git a/misc/digitemp/Makefile b/misc/digitemp/Makefile
index 0687aeb4f256..87a08a312a94 100644
--- a/misc/digitemp/Makefile
+++ b/misc/digitemp/Makefile
@@ -2,9 +2,9 @@
# $FreeBSD$
PORTNAME= digitemp
-PORTVERSION= 3.6.0
+PORTVERSION= 3.7.2
+DISTVERSIONPREFIX= v
CATEGORIES= misc
-MASTER_SITES= http://www.digitemp.com/software/linux/
MAINTAINER= ports@FreeBSD.org
COMMENT= Dallas Semiconductor 1-wire device reading console application
@@ -14,17 +14,19 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USES= gmake
+USE_GITHUB= yes
+GH_ACCOUNT= bcl
+
+ALL_TARGET= ds9097 ds9097u
+
PLIST_FILES= bin/digitemp_DS9097 bin/digitemp_DS9097U \
etc/digitemp.conf.sample \
man/man1/digitemp.1.gz
-DOCS= ChangeLog CREDITS FAQ README TODO \
- dthowto.txt DS9097_Schematic.gif \
- perl python/gui python/mysql rrdb
+DOCS= ChangeLog CREDITS FAQ README TODO dthowto.txt \
+ DS9097_Schematic.gif perl python/mysql rrdb
PORTDOCS= *
-ALL_TARGET= ds9097 ds9097u
-
OPTIONS_DEFINE= DOCS
pre-install:
diff --git a/misc/digitemp/distinfo b/misc/digitemp/distinfo
index 8c4cb9b66e69..d24b72324d7e 100644
--- a/misc/digitemp/distinfo
+++ b/misc/digitemp/distinfo
@@ -1,2 +1,3 @@
-SHA256 (digitemp-3.6.0.tar.gz) = 14cfc584cd3714fe8c9a2cdc8388be49e08b5e395d95e6bcd11d4410e2505ca2
-SIZE (digitemp-3.6.0.tar.gz) = 290107
+TIMESTAMP = 1615668615
+SHA256 (bcl-digitemp-v3.7.2_GH0.tar.gz) = 683df4ab5cc53a45fe4f860c698f148d34bcca91b3e0568a342f32d64d12ba24
+SIZE (bcl-digitemp-v3.7.2_GH0.tar.gz) = 146166
diff --git a/misc/digitemp/files/patch-Makefile b/misc/digitemp/files/patch-Makefile
deleted file mode 100644
index 3dc76b264ff8..000000000000
--- a/misc/digitemp/files/patch-Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
---- Makefile.orig 2008-08-28 21:37:00 UTC
-+++ Makefile
-@@ -11,8 +11,8 @@
-
- VERSION = 3.6.0
-
--CC = gcc
--CFLAGS = -I./src -I./userial -O2 -Wall # -g
-+CC? = gcc
-+CFLAGS += -I./src -I./userial
-
- OBJS = src/digitemp.o src/device_name.o src/ds2438.o
- HDRS = src/digitemp.h src/device_name.h
diff --git a/misc/digitemp/files/patch-digitemp.h b/misc/digitemp/files/patch-digitemp.h
deleted file mode 100644
index b0e1c571945a..000000000000
--- a/misc/digitemp/files/patch-digitemp.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/digitemp.h.orig 2008-08-28 06:34:17.000000000 +0200
-+++ src/digitemp.h 2011-06-25 12:52:19.000000000 +0200
-@@ -18,7 +18,7 @@
- with this program; if not, write to the Free Software Foundation, Inc.,
- 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
- ----------------------------------------------------------------------- */
--#define BANNER_1 "DigiTemp v3.5.0 Copyright 1996-2007 by Brian C. Lane\n"
-+#define BANNER_1 "DigiTemp v3.6.0 Copyright 1996-2007 by Brian C. Lane\n"
- #define BANNER_2 "GNU Public License v2.0 - http://www.digitemp.com\n"
- #define BANNER_3 "Compiled for %s\n\n"
-