Date: Sat, 13 Mar 2021 20:52:48 +0000 (UTC) From: Neel Chauhan <nc@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568285 - in head/misc/digitemp: . files Message-ID: <202103132052.12DKqnCJ091159@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: nc Date: Sat Mar 13 20:52:48 2021 New Revision: 568285 URL: https://svnweb.freebsd.org/changeset/ports/568285 Log: misc/digitemp: Update to 3.7.2 Changes: https://github.com/bcl/digitemp/releases Deleted: head/misc/digitemp/files/patch-Makefile head/misc/digitemp/files/patch-digitemp.h Modified: head/misc/digitemp/Makefile head/misc/digitemp/distinfo Modified: head/misc/digitemp/Makefile ============================================================================== --- head/misc/digitemp/Makefile Sat Mar 13 20:47:49 2021 (r568284) +++ head/misc/digitemp/Makefile Sat Mar 13 20:52:48 2021 (r568285) @@ -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,16 +14,18 @@ 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 Modified: head/misc/digitemp/distinfo ============================================================================== --- head/misc/digitemp/distinfo Sat Mar 13 20:47:49 2021 (r568284) +++ head/misc/digitemp/distinfo Sat Mar 13 20:52:48 2021 (r568285) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103132052.12DKqnCJ091159>