Index: head/sysutils/gsmartcontrol/Makefile =================================================================== --- head/sysutils/gsmartcontrol/Makefile (revision 451167) +++ head/sysutils/gsmartcontrol/Makefile (revision 451168) @@ -1,36 +1,37 @@ # Created by: Pawel Pekala # $FreeBSD$ PORTNAME= gsmartcontrol -PORTVERSION= 1.1.0 +PORTVERSION= 1.1.1 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} MAINTAINER= pawel@FreeBSD.org COMMENT= Graphical user interface for smartmontools LICENSE= BSD3CLAUSE BSL GPLv2 GPLv3 PD ZLIB LICENSE_COMB= multi LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/LICENSE_bsd-ac.txt LICENSE_FILE_BSL= ${WRKSRC}/LICENSE_boost_1_0.txt LICENSE_FILE_GPLv2= ${WRKSRC}/LICENSE_gpl2.txt LICENSE_FILE_GPLv3= ${WRKSRC}/LICENSE_gpl3.txt LICENSE_FILE_PD= ${WRKSRC}/LICENSE_unlicense.txt 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 USE_GNOME= atkmm cairo glibmm gtk30 gtkmm30 libsigc++20 pangomm INSTALLS_ICONS= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-libglade OPTIONS_DEFINE= DOCS .include Index: head/sysutils/gsmartcontrol/distinfo =================================================================== --- head/sysutils/gsmartcontrol/distinfo (revision 451167) +++ head/sysutils/gsmartcontrol/distinfo (revision 451168) @@ -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 Index: head/sysutils/gsmartcontrol/pkg-descr =================================================================== --- head/sysutils/gsmartcontrol/pkg-descr (revision 451167) +++ head/sysutils/gsmartcontrol/pkg-descr (revision 451168) @@ -1,8 +1,8 @@ GSmartControl is a graphical user interface for smartctl (from sysutils/smartmontools port), which is a tool for querying and controlling SMART (Self-Monitoring, Analysis, and Reporting Technology) data on modern hard disk drives. It allows you to 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