diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2017-11-15 17:05:46 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2017-11-15 17:05:46 +0000 |
commit | 6e747b84038a77d772cdba2158422ffe01be1d9a (patch) | |
tree | f1915a50518ebe57d8c8eac2435ab766f1964a45 /sysutils/gsmartcontrol/Makefile | |
parent | 5c14ace3f43fc418405a469ad43687848c8d0140 (diff) |
Update to version 1.1.3
Changelog for GSmartControl 1.1.3:
- Fixed gsmartcontrol-root not launching if GDK_* variables are not set.
Changelog for GSmartControl 1.1.2:
- Fixed gsmartcontrol-root not passing GDK_SCALE and GDK_DPI_SCALE
variables to gsmartcontrol when using PolKit.
- Fixed blurriness of icons in the main window with GDK_SCALE=2.
- Tweaked the main window interface.
Notes
Notes:
svn path=/head/; revision=454252
Diffstat (limited to 'sysutils/gsmartcontrol/Makefile')
-rw-r--r-- | sysutils/gsmartcontrol/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/gsmartcontrol/Makefile b/sysutils/gsmartcontrol/Makefile index 455aed894738..575aab14630d 100644 --- a/sysutils/gsmartcontrol/Makefile +++ b/sysutils/gsmartcontrol/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gsmartcontrol -PORTVERSION= 1.1.1 +PORTVERSION= 1.1.3 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} |