From owner-svn-ports-all@freebsd.org Sat Sep 16 17:32:01 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6EB8AE23B14; Sat, 16 Sep 2017 17:32:01 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 48B84823C0; Sat, 16 Sep 2017 17:32:01 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8GHW0sV074906; Sat, 16 Sep 2017 17:32:00 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8GHW0fS074901; Sat, 16 Sep 2017 17:32:00 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201709161732.v8GHW0fS074901@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Sat, 16 Sep 2017 17:32:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449972 - in head/sysutils/gsmartcontrol: . files X-SVN-Group: ports-head X-SVN-Commit-Author: pawel X-SVN-Commit-Paths: in head/sysutils/gsmartcontrol: . files X-SVN-Commit-Revision: 449972 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Sep 2017 17:32:01 -0000 Author: pawel Date: Sat Sep 16 17:31:59 2017 New Revision: 449972 URL: https://svnweb.freebsd.org/changeset/ports/449972 Log: Update to version 1.1.0 Changelog: - New Statistics, Temperature Log, Error Recovery, Physical and Directory tabs. - General tab shows non-SMART device settings as well. - Attributes tab shows entries in "brief" format. - Error Log tab shows Extended error log by default (if supported). - Self-Test Log tab now shows Extended self-test log by default (if supported). - GSmartControl now uses "-x" equivalent for retrieving data (as opposed to "-a"); loading "-x" outputs as virtual drives is also supported. - A new ability to copy rows in CSV format from Attribute, Statistics and Self-Test Log tables. - New "Update Drive Database" functionality. - Windows: Drive letters are shown for each drive. - Scan time is shown under virtual drive icons. - Polkit is supported with gsmartcontrol-root script now. - Pcrecpp is no longer bundled, use system-installed one instead. - Smartmontools version 5.43 is required at runtime. - Other minor improvements and fixes. Modified: head/sysutils/gsmartcontrol/Makefile head/sysutils/gsmartcontrol/distinfo head/sysutils/gsmartcontrol/files/patch-Makefile.in head/sysutils/gsmartcontrol/pkg-plist Modified: head/sysutils/gsmartcontrol/Makefile ============================================================================== --- head/sysutils/gsmartcontrol/Makefile Sat Sep 16 17:00:56 2017 (r449971) +++ head/sysutils/gsmartcontrol/Makefile Sat Sep 16 17:31:59 2017 (r449972) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gsmartcontrol -PORTVERSION= 1.0.2 -PORTREVISION= 1 +PORTVERSION= 1.1.0 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} Modified: head/sysutils/gsmartcontrol/distinfo ============================================================================== --- head/sysutils/gsmartcontrol/distinfo Sat Sep 16 17:00:56 2017 (r449971) +++ head/sysutils/gsmartcontrol/distinfo Sat Sep 16 17:31:59 2017 (r449972) @@ -1,3 +1,3 @@ -TIMESTAMP = 1500920848 -SHA256 (gsmartcontrol-1.0.2.tar.bz2) = 4f70451c359d95edc974498b860696b698f19b187340dc7207b4b38cbaf5e207 -SIZE (gsmartcontrol-1.0.2.tar.bz2) = 695445 +TIMESTAMP = 1505555026 +SHA256 (gsmartcontrol-1.1.0.tar.bz2) = 90c9ead852255f5e1a74a3ff6c265d1cbcba19ad2fc77059c60737c13a3cd2c8 +SIZE (gsmartcontrol-1.1.0.tar.bz2) = 683898 Modified: head/sysutils/gsmartcontrol/files/patch-Makefile.in ============================================================================== --- head/sysutils/gsmartcontrol/files/patch-Makefile.in Sat Sep 16 17:00:56 2017 (r449971) +++ head/sysutils/gsmartcontrol/files/patch-Makefile.in Sat Sep 16 17:31:59 2017 (r449972) @@ -1,4 +1,4 @@ ---- Makefile.in.orig 2017-06-15 21:00:10 UTC +--- Makefile.in.orig 2017-09-07 12:42:44 UTC +++ Makefile.in @@ -84,7 +84,7 @@ DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile $(top_srcdir)/configure $(am__configure_deps) \ @@ -9,7 +9,7 @@ INSTALL NEWS TODO ar-lib config.guess config.sub depcomp \ install-sh missing ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -@@ -375,17 +375,7 @@ noinst_DATA = AUTHORS.txt LICENSE_gsmartcontrol.txt RE +@@ -375,15 +375,7 @@ noinst_DATA = AUTHORS.txt LICENSE_gsmartcontrol.txt RE # These will be installed into docdir. # Some of these files are actually needed for compilation (see src/res/Makefile.am). dist_doc_DATA = AUTHORS.txt ChangeLog NEWS README.txt \ @@ -20,11 +20,9 @@ - LICENSE_gpl3.txt \ - LICENSE_gsmartcontrol.txt \ - LICENSE_hz.txt \ -- LICENSE_pcrecpp.txt \ - LICENSE_unlicense.txt \ - LICENSE_zlib.txt -- + LICENSE_gsmartcontrol.txt + # nobase_ preserves their directory names. - nobase_dist_doc_DATA = contrib/cron-based_noadmin/README \ Modified: head/sysutils/gsmartcontrol/pkg-plist ============================================================================== --- head/sysutils/gsmartcontrol/pkg-plist Sat Sep 16 17:00:56 2017 (r449971) +++ head/sysutils/gsmartcontrol/pkg-plist Sat Sep 16 17:31:59 2017 (r449972) @@ -1,7 +1,7 @@ -bin/gsmartcontrol bin/gsmartcontrol-root man/man1/gsmartcontrol-root.1.gz man/man1/gsmartcontrol.1.gz +sbin/gsmartcontrol share/applications/gsmartcontrol.desktop %%PORTDOCS%%%%DOCSDIR%%/AUTHORS.txt %%PORTDOCS%%%%DOCSDIR%%/ChangeLog @@ -25,3 +25,4 @@ share/icons/hicolor/64x64/apps/gsmartcontrol.png share/metainfo/gsmartcontrol.appdata.xml share/pixmaps/gsmartcontrol.png share/pixmaps/gsmartcontrol.xpm +share/polkit-1/actions/org.gsmartcontrol.policy