diff options
author | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2007-09-17 18:29:30 +0000 |
---|---|---|
committer | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2007-09-17 18:29:30 +0000 |
commit | 7e1ff756f3da5199758f6b6ef73bc5d414f10f75 (patch) | |
tree | 8c6dfc422b130d409642b8a1a63d481cd2fd585b /sysutils/downtime | |
parent | 6b0982647d2794857456838f5c70b89ba0a167f4 (diff) | |
download | ports-7e1ff756f3da5199758f6b6ef73bc5d414f10f75.tar.gz ports-7e1ff756f3da5199758f6b6ef73bc5d414f10f75.zip |
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
Notes
Notes:
svn path=/head/; revision=199636
Diffstat (limited to 'sysutils/downtime')
-rw-r--r-- | sysutils/downtime/Makefile | 6 | ||||
-rw-r--r-- | sysutils/downtime/distinfo | 6 | ||||
-rw-r--r-- | sysutils/downtime/pkg-plist | 3 |
3 files changed, 7 insertions, 8 deletions
diff --git a/sysutils/downtime/Makefile b/sysutils/downtime/Makefile index 1d5f70d74321..e0a0024a4e7d 100644 --- a/sysutils/downtime/Makefile +++ b/sysutils/downtime/Makefile @@ -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 diff --git a/sysutils/downtime/distinfo b/sysutils/downtime/distinfo index eaa551fc3969..e9be0cde68f7 100644 --- a/sysutils/downtime/distinfo +++ b/sysutils/downtime/distinfo @@ -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 diff --git a/sysutils/downtime/pkg-plist b/sysutils/downtime/pkg-plist new file mode 100644 index 000000000000..2d2fd3ff9d5f --- /dev/null +++ b/sysutils/downtime/pkg-plist @@ -0,0 +1,3 @@ +bin/downtime +share/applications/downtime.desktop +@dirrmtry share/applications |