pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

gsmartcontrol: Update to 1.1.3



Module Name:	pkgsrc-wip
Committed By:	Jun Ebihara <jun%soum.co.jp@localhost>
Pushed By:	jun
Date:		Fri Feb 26 11:58:16 2021 +0900
Changeset:	c483ee1635d6818418db9b9ab6c0071c1821b056

Modified Files:
	gsmartcontrol/Makefile
	gsmartcontrol/PLIST
	gsmartcontrol/distinfo

Log Message:
gsmartcontrol: Update to 1.1.3

- set HOMEPAGE https://gsmartcontrol.sourceforge.io/
- use x11/gtkmm3
- GSmartControl 1.1.3 released. See the Downloads page.
  This is a bugfix release:
    Fixed gsmartcontrol-root not launching if GDK_* variables are not set.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c483ee1635d6818418db9b9ab6c0071c1821b056

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 gsmartcontrol/Makefile | 9 ++++-----
 gsmartcontrol/PLIST    | 5 +++--
 gsmartcontrol/distinfo | 7 ++++---
 3 files changed, 11 insertions(+), 10 deletions(-)

diffs:
diff --git a/gsmartcontrol/Makefile b/gsmartcontrol/Makefile
index 576e7adcab..7d6742edae 100644
--- a/gsmartcontrol/Makefile
+++ b/gsmartcontrol/Makefile
@@ -1,14 +1,13 @@
 # $NetBSD: Makefile,v 1.3 2014/02/11 21:04:09 noud4 Exp $
 #
 
-DISTNAME=	gsmartcontrol-0.8.7
-PKGREVISION=	1
+DISTNAME=	gsmartcontrol-1.1.3
 CATEGORIES=	sysutils
-MASTER_SITES=	http://artificialtime.com/gsmartcontrol/
+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=gsmartcontrol/}
 EXTRACT_SUFX=	.tar.bz2
 
 MAINTAINER=	noud4%users.sourceforge.net@localhost
-HOMEPAGE=	http://gsmartcontrol.berlios.de
+HOMEPAGE=	https://gsmartcontrol.sourceforge.io/
 COMMENT=	Hard disk drive health inspection tool
 LICENSE=	gnu-gpl-v2 AND gnu-gpl-v3
 
@@ -21,5 +20,5 @@ USE_TOOLS+=	bash:run
 REPLACE_BASH=	data/gsmartcontrol-root.in
 
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
-.include "../../x11/gtkmm/buildlink3.mk"
+.include "../../x11/gtkmm3/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/gsmartcontrol/PLIST b/gsmartcontrol/PLIST
index 2941ada9ec..6cb8de569e 100644
--- a/gsmartcontrol/PLIST
+++ b/gsmartcontrol/PLIST
@@ -1,5 +1,5 @@
 @comment $NetBSD: PLIST,v 1.1 2013/04/20 19:39:12 noud4 Exp $
-bin/gsmartcontrol
+sbin/gsmartcontrol
 bin/gsmartcontrol-root
 man/man1/gsmartcontrol-root.1
 man/man1/gsmartcontrol.1
@@ -13,7 +13,6 @@ share/doc/gsmartcontrol/LICENSE_gpl2.txt
 share/doc/gsmartcontrol/LICENSE_gpl3.txt
 share/doc/gsmartcontrol/LICENSE_gsmartcontrol.txt
 share/doc/gsmartcontrol/LICENSE_hz.txt
-share/doc/gsmartcontrol/LICENSE_pcrecpp.txt
 share/doc/gsmartcontrol/LICENSE_unlicense.txt
 share/doc/gsmartcontrol/LICENSE_zlib.txt
 share/doc/gsmartcontrol/NEWS
@@ -32,5 +31,7 @@ share/icons/hicolor/256x256/apps/gsmartcontrol.png
 share/icons/hicolor/32x32/apps/gsmartcontrol.png
 share/icons/hicolor/48x48/apps/gsmartcontrol.png
 share/icons/hicolor/64x64/apps/gsmartcontrol.png
+share/metainfo/gsmartcontrol.appdata.xml
 share/pixmaps/gsmartcontrol.png
+share/polkit-1/actions/org.gsmartcontrol.policy
 share/pixmaps/gsmartcontrol.xpm
diff --git a/gsmartcontrol/distinfo b/gsmartcontrol/distinfo
index 2faadede78..aef9871297 100644
--- a/gsmartcontrol/distinfo
+++ b/gsmartcontrol/distinfo
@@ -1,5 +1,6 @@
 $NetBSD: distinfo,v 1.1 2013/04/20 19:39:12 noud4 Exp $
 
-SHA1 (gsmartcontrol-0.8.7.tar.bz2) = 36c255e8f493b003a616cb1eff3a86ccc6b8f80a
-RMD160 (gsmartcontrol-0.8.7.tar.bz2) = 47a2e3f8c0073faf30979f26be6003b7190318c5
-Size (gsmartcontrol-0.8.7.tar.bz2) = 684394 bytes
+SHA1 (gsmartcontrol-1.1.3.tar.bz2) = 8baf7e3964a8da8ddc6004718f184913ca2ad91e
+RMD160 (gsmartcontrol-1.1.3.tar.bz2) = 13c4ca733e652cc40de14e3115b0dfa363e19ec5
+SHA512 (gsmartcontrol-1.1.3.tar.bz2) = 7a8bb79875a53d742923fc8ff8336d7fbbdaf2e1b1f64296840557997125d4dcfea9a93a5e8a834003d592083a180ee85ca0e29d3aecf0eb475a3d4fed460456
+Size (gsmartcontrol-1.1.3.tar.bz2) = 677998 bytes


Home | Main Index | Thread Index | Old Index