1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00

misc/digitemp: Update to 3.7.2

Changes: https://github.com/bcl/digitemp/releases
This commit is contained in:
Neel Chauhan 2021-03-13 20:52:48 +00:00
parent 54c6bf464b
commit d8f0502f64
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=568285
4 changed files with 12 additions and 33 deletions

View File

@ -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:

View File

@ -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

View File

@ -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

View File

@ -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"