svn commit: r465101 - head/sysutils/smart

Joseph Mingrone jrm at FreeBSD.org
Tue Mar 20 17:41:34 UTC 2018


Author: jrm
Date: Tue Mar 20 17:41:33 2018
New Revision: 465101
URL: https://svnweb.freebsd.org/changeset/ports/465101

Log:
  sysutils/smart: Update to version 0.0.8
  
  Upstream changes:
   - fix build error on 12-CURRENT
   - enable NVMe for 11-stable
   - fix bug with SCSI passthrough of ATA devices

Modified:
  head/sysutils/smart/Makefile   (contents, props changed)
  head/sysutils/smart/distinfo   (contents, props changed)

Modified: head/sysutils/smart/Makefile
==============================================================================
--- head/sysutils/smart/Makefile	Tue Mar 20 17:37:47 2018	(r465100)
+++ head/sysutils/smart/Makefile	Tue Mar 20 17:41:33 2018	(r465101)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	smart
-DISTVERSION=	0.0.6
+DISTVERSION=	0.0.8
 CATEGORIES=	sysutils
 
 MAINTAINER=	jrm at FreeBSD.org
@@ -9,7 +9,6 @@ COMMENT=	Output disk SMART values
 
 LICENSE=	ISCL
 
-BROKEN_FreeBSD_12=	Build error: https://github.com/ctuffli/smart/issues/3
 IGNORE_FreeBSD_10=	Requires FreeBSD 11 or later
 
 USE_GITHUB=	yes

Modified: head/sysutils/smart/distinfo
==============================================================================
--- head/sysutils/smart/distinfo	Tue Mar 20 17:37:47 2018	(r465100)
+++ head/sysutils/smart/distinfo	Tue Mar 20 17:41:33 2018	(r465101)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1509490147
-SHA256 (ctuffli-smart-0.0.6_GH0.tar.gz) = db664a96eec757939daf52f751e736a843e5127e5907fc92487463ff3762c9cd
-SIZE (ctuffli-smart-0.0.6_GH0.tar.gz) = 14484
+TIMESTAMP = 1521567254
+SHA256 (ctuffli-smart-0.0.8_GH0.tar.gz) = 33b4ad8d83a6e6c75b2deb5c3534de5b33bf09e5613e9d5e7dbb0bf2d03b47d8
+SIZE (ctuffli-smart-0.0.8_GH0.tar.gz) = 14733


More information about the svn-ports-head mailing list