Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Mar 2020 02:23:24 +0000 (UTC)
From:      Joseph Mingrone <jrm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r527607 - in head/sysutils/smartmontools: . files
Message-ID:  <202003020223.0222NOPi004189@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jrm
Date: Mon Mar  2 02:23:23 2020
New Revision: 527607
URL: https://svnweb.freebsd.org/changeset/ports/527607

Log:
  sysutils/smartmontools: Update to 7.1
  
  - Remove upstreamed patches
  - Remove gmake dependency
  - Remove drivedb update binary as it will modify tracked files
  
  See NEWS file for upstream changes:
  https://www.smartmontools.org/browser/tags/RELEASE_7_1/smartmontools/NEWS
  
  PR:		243926
  Submitted by:	daniel.engberg.lists@pyret.net
  Approved by:	samm (maintainer, timeout)
  Differential Revision:	https://reviews.freebsd.org/D23101

Deleted:
  head/sysutils/smartmontools/files/patch-configure
  head/sysutils/smartmontools/files/patch-os__freebsd.cpp
Modified:
  head/sysutils/smartmontools/Makefile   (contents, props changed)
  head/sysutils/smartmontools/distinfo   (contents, props changed)
  head/sysutils/smartmontools/pkg-plist   (contents, props changed)

Modified: head/sysutils/smartmontools/Makefile
==============================================================================
--- head/sysutils/smartmontools/Makefile	Mon Mar  2 01:31:56 2020	(r527606)
+++ head/sysutils/smartmontools/Makefile	Mon Mar  2 02:23:23 2020	(r527607)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	smartmontools
-PORTVERSION=	7.0
-PORTREVISION=	2
+PORTVERSION=	7.1
 CATEGORIES=	sysutils
 MASTER_SITES=	SF
 
@@ -13,23 +12,23 @@ COMMENT=	S.M.A.R.T. disk monitoring tools
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		alias compiler:c++11-lib gmake shebangfix
+USES=		alias compiler:c++11-lib shebangfix
+USE_RC_SUBR=	smartd
 
-CONFLICTS=	smartmontools-devel-[0-9]*
-
-OPTIONS_DEFINE=	DOCS
-
 SHEBANG_FILES=	examplescripts/Example5
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-dependency-tracking \
 		--enable-sample \
+		--with-gnupg=no \
+		--with-initscriptdir=${PREFIX}/etc/rc.d \
 		--with-nvme-devicescan=yes \
-		--with-initscriptdir=${PREFIX}/etc/rc.d
+		--with-update-smart-drivedb=no
 
 SUB_FILES=	pkg-message smart
-USE_RC_SUBR=	smartd
 
 PORTDOCS=	*
+
+OPTIONS_DEFINE=	DOCS
 
 post-patch:
 	@${REINPLACE_CMD} -e 's| install-initdDATA| |' ${WRKSRC}/Makefile.in

Modified: head/sysutils/smartmontools/distinfo
==============================================================================
--- head/sysutils/smartmontools/distinfo	Mon Mar  2 01:31:56 2020	(r527606)
+++ head/sysutils/smartmontools/distinfo	Mon Mar  2 02:23:23 2020	(r527607)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1546416586
-SHA256 (smartmontools-7.0.tar.gz) = e5e1ac2786bc87fdbd6f92d0ee751b799fbb3e1a09c0a6a379f9eb64b3e8f61c
-SIZE (smartmontools-7.0.tar.gz) = 944925
+TIMESTAMP = 1578557367
+SHA256 (smartmontools-7.1.tar.gz) = 3f734d2c99deb1e4af62b25d944c6252de70ca64d766c4c7294545a2e659b846
+SIZE (smartmontools-7.1.tar.gz) = 971468

Modified: head/sysutils/smartmontools/pkg-plist
==============================================================================
--- head/sysutils/smartmontools/pkg-plist	Mon Mar  2 01:31:56 2020	(r527606)
+++ head/sysutils/smartmontools/pkg-plist	Mon Mar  2 02:23:23 2020	(r527607)
@@ -4,9 +4,7 @@ etc/smartd_warning.sh
 man/man5/smartd.conf.5.gz
 man/man8/smartd.8.gz
 man/man8/smartctl.8.gz
-man/man8/update-smart-drivedb.8.gz
 sbin/smartctl
 sbin/smartd
-sbin/update-smart-drivedb
 %%DATADIR%%/drivedb.h
 @dir etc/smartd_warning.d



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003020223.0222NOPi004189>