Update to 0.3.1.1
- Makefile fixes. - Correct passing of parameters to shutdown(8) - Correct a bug whereby attempting to set preferences when no configuration file already exists (e.g., when first running DownTime) would result in a warning and non-application saving of the new preferences - Window title consistency - Print date and time when writing warnings / errors PR: 115852 Submitted by: maintainer
This commit is contained in:
parent
6b0982647d
commit
7e1ff756f3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=199636
3 changed files with 7 additions and 8 deletions
|
@ -6,19 +6,15 @@
|
|||
#
|
||||
|
||||
PORTNAME= downtime
|
||||
PORTVERSION= 0.3.0
|
||||
PORTVERSION= 0.3.1.1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://www.nickwithers.com/downtime/
|
||||
|
||||
MAINTAINER= nick@nickwithers.com
|
||||
COMMENT= A GTK-based shutdown manager using shutdown(8)
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_GNOME= gtk20
|
||||
|
||||
PLIST_FILES= bin/downtime \
|
||||
share/applications/downtime.desktop
|
||||
|
||||
MAN1= downtime.1
|
||||
MANCOMPRESSED= yes
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (downtime-0.3.0.tar.gz) = 28a7277e86b421515c5f70e3e3cdd761
|
||||
SHA256 (downtime-0.3.0.tar.gz) = 07df2798c937a0b68ddb544fb5ac09441a743e95794c5e363d8dbc42bcce8b6a
|
||||
SIZE (downtime-0.3.0.tar.gz) = 20718
|
||||
MD5 (downtime-0.3.1.1.tar.gz) = 9707195275cbada98a4420799e9f592c
|
||||
SHA256 (downtime-0.3.1.1.tar.gz) = 128a8cce6efacfabd4c5dd95505c8b50d495cbf3d532b4962f02a9b6ea750f97
|
||||
SIZE (downtime-0.3.1.1.tar.gz) = 21936
|
||||
|
|
3
sysutils/downtime/pkg-plist
Normal file
3
sysutils/downtime/pkg-plist
Normal file
|
@ -0,0 +1,3 @@
|
|||
bin/downtime
|
||||
share/applications/downtime.desktop
|
||||
@dirrmtry share/applications
|
Loading…
Reference in a new issue