ports/144143: [Maintainer update] sysutils/downtime to 0.4.0

Nick Withers nick at nickwithers.com
Sat Feb 20 14:50:03 UTC 2010


>Number:         144143
>Category:       ports
>Synopsis:       [Maintainer update] sysutils/downtime to 0.4.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 20 14:50:02 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Nick Withers
>Release:        8.0-STABLE
>Organization:
>Environment:
FreeBSD nehalem.moonomanor.local 8.0-STABLE FreeBSD 8.0-STABLE #0: Wed Feb 17 02:57:09 EST 2010     root at nehalem.moonomanor.local:/usr/obj/usr/src/sys/NEHALEM  amd64
>Description:
Update port sysutils/downtime to version 0.4.0.

Changes:
  - Support "auto_run" tag in saved configuration files launched via DownTime to automatically start a specified shutdown
  - File->Save As, wherein one can specify that the saved file should auto-run
  - File associations - double-clicking a saved .downtime file file launch DownTime with those settings. If auto_run was specified, a shutdown will be launched immediately
  - Tray icon, enabled by default when a shutdown is pending
  - Use the proper GTK file open dialog
  - Remove the "Remember these settings" check box - We now always remember the last shutdown in the user's .downtime file, but don't auto-save to any other loader file
  - Disable File->Save if we can't write to the current config file
  - Correct PATH parsing

Would it be possible to have the downtime-0.4.0.tar.gz hosted, too?

Feature safe.

>How-To-Repeat:

>Fix:
diff -ruN /usr/ports/sysutils/downtime.orig/Makefile /usr/ports/sysutils/downtime/Makefile
--- /usr/ports/sysutils/downtime.orig/Makefile	2010-02-05 22:43:57.000000000 +1100
+++ /usr/ports/sysutils/downtime/Makefile	2010-02-21 00:11:05.000000000 +1100
@@ -6,17 +6,19 @@
 #
 
 PORTNAME=	downtime
-PORTVERSION=	0.3.2
-PORTREVISION=	2
+PORTVERSION=	0.4.0
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.nickwithers.com/downtime/
 
 MAINTAINER=	nick at nickwithers.com
 COMMENT=	A GTK-based shutdown manager using shutdown(8)
 
-USE_GNOME=	gtk20
+USE_GNOME=	gtk20 desktopfileutils
 
 MAN1=		downtime.1
 MANCOMPRESSED=	yes
 
+post-install:
+	- at update-desktop-database
+
 .include <bsd.port.mk>
diff -ruN /usr/ports/sysutils/downtime.orig/distinfo /usr/ports/sysutils/downtime/distinfo
--- /usr/ports/sysutils/downtime.orig/distinfo	2009-05-14 03:18:06.000000000 +1000
+++ /usr/ports/sysutils/downtime/distinfo	2010-02-21 00:37:36.000000000 +1100
@@ -1,3 +1,3 @@
-MD5 (downtime-0.3.2.tar.gz) = abf6fda99c4bc7cadea6cdecec4c0795
-SHA256 (downtime-0.3.2.tar.gz) = febdd4754cf54fc4487e4f9d8cd7b479f334d83be80de8917f9d4c7444d36daf
-SIZE (downtime-0.3.2.tar.gz) = 21582
+MD5 (downtime-0.4.0.tar.gz) = ad9d25a60f915949e6ac952af7b7c78f
+SHA256 (downtime-0.4.0.tar.gz) = 67a6f8c8ee6bdb95a29dd96b37e2a8ac5403c7d00492884f530cb2c553019ac6
+SIZE (downtime-0.4.0.tar.gz) = 23774
diff -ruN /usr/ports/sysutils/downtime.orig/pkg-plist /usr/ports/sysutils/downtime/pkg-plist
--- /usr/ports/sysutils/downtime.orig/pkg-plist	2007-09-18 04:29:30.000000000 +1000
+++ /usr/ports/sysutils/downtime/pkg-plist	2010-02-21 00:43:52.000000000 +1100
@@ -1,3 +1,11 @@
 bin/downtime
 share/applications/downtime.desktop
+share/mime/packages/downtime.xml
 @dirrmtry share/applications
+ at dirrmtry share/mime/packages
+ at dirrmtry share/mime
+ at exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
+ at unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
+ at exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
+ at unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list