svn commit: r451168 - head/sysutils/gsmartcontrol

Pawel Pekala pawel at FreeBSD.org
Tue Oct 3 20:27:27 UTC 2017


Author: pawel
Date: Tue Oct  3 20:27:25 2017
New Revision: 451168
URL: https://svnweb.freebsd.org/changeset/ports/451168

Log:
  - Update to version 1.1.1
  - Drop dependency on gnomesu for policykit, from now this
    should be enough to grant needed permissions
  - Add run dependency on xterm needed for update drive database funcionality
  - Update homepage address

Modified:
  head/sysutils/gsmartcontrol/Makefile
  head/sysutils/gsmartcontrol/distinfo
  head/sysutils/gsmartcontrol/pkg-descr

Modified: head/sysutils/gsmartcontrol/Makefile
==============================================================================
--- head/sysutils/gsmartcontrol/Makefile	Tue Oct  3 19:53:20 2017	(r451167)
+++ head/sysutils/gsmartcontrol/Makefile	Tue Oct  3 20:27:25 2017	(r451168)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gsmartcontrol
-PORTVERSION=	1.1.0
+PORTVERSION=	1.1.1
 CATEGORIES=	sysutils
 MASTER_SITES=	SF/${PORTNAME}/${PORTVERSION}
 
@@ -20,8 +20,9 @@ LICENSE_FILE_ZLIB=	${WRKSRC}/LICENSE_zlib.txt
 
 LIB_DEPENDS=	libpcre.so:devel/pcre
 RUN_DEPENDS=	bash:shells/bash \
-		gnomesu:security/libgnomesu \
-		smartctl:sysutils/smartmontools
+		pkexec:sysutils/polkit \
+		smartctl:sysutils/smartmontools \
+		xterm:x11/xterm
 
 USES=		compiler:c++11-lang libtool pkgconfig tar:bzip2
 USE_CXXSTD=	c++11

Modified: head/sysutils/gsmartcontrol/distinfo
==============================================================================
--- head/sysutils/gsmartcontrol/distinfo	Tue Oct  3 19:53:20 2017	(r451167)
+++ head/sysutils/gsmartcontrol/distinfo	Tue Oct  3 20:27:25 2017	(r451168)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1505555026
-SHA256 (gsmartcontrol-1.1.0.tar.bz2) = 90c9ead852255f5e1a74a3ff6c265d1cbcba19ad2fc77059c60737c13a3cd2c8
-SIZE (gsmartcontrol-1.1.0.tar.bz2) = 683898
+TIMESTAMP = 1506956283
+SHA256 (gsmartcontrol-1.1.1.tar.bz2) = 2e39ad330829ae93824732f1b663303ac9ea1223f703901fae28549a3b2d7518
+SIZE (gsmartcontrol-1.1.1.tar.bz2) = 667372

Modified: head/sysutils/gsmartcontrol/pkg-descr
==============================================================================
--- head/sysutils/gsmartcontrol/pkg-descr	Tue Oct  3 19:53:20 2017	(r451167)
+++ head/sysutils/gsmartcontrol/pkg-descr	Tue Oct  3 20:27:25 2017	(r451168)
@@ -5,4 +5,4 @@ Technology) data on modern hard disk drives. It allows
 inspect the drive's SMART data to determine its health, as well
 as run various tests on it.
 
-WWW: http://gsmartcontrol.sourceforge.net
+WWW: https://gsmartcontrol.sourceforge.io


More information about the svn-ports-all mailing list