Index: head/sysutils/downtime/Makefile =================================================================== --- head/sysutils/downtime/Makefile (revision 250245) +++ head/sysutils/downtime/Makefile (revision 250246) @@ -1,22 +1,24 @@ # New ports collection makefile for: downtime # Date created: 17 July 2006 # Whom: Nick Withers (nick@nickwithers.com) # # $FreeBSD$ # PORTNAME= downtime -PORTVERSION= 0.3.2 -PORTREVISION= 2 +PORTVERSION= 0.4.0 CATEGORIES= sysutils MASTER_SITES= http://www.nickwithers.com/downtime/ MAINTAINER= nick@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: + -@update-desktop-database .include Property changes on: head/sysutils/downtime/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/sysutils/downtime/distinfo =================================================================== --- head/sysutils/downtime/distinfo (revision 250245) +++ head/sysutils/downtime/distinfo (revision 250246) @@ -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 Property changes on: head/sysutils/downtime/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/sysutils/downtime/pkg-plist =================================================================== --- head/sysutils/downtime/pkg-plist (revision 250245) +++ head/sysutils/downtime/pkg-plist (revision 250246) @@ -1,3 +1,11 @@ bin/downtime share/applications/downtime.desktop +share/mime/packages/downtime.xml @dirrmtry share/applications +@dirrmtry share/mime/packages +@dirrmtry share/mime +@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime +@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime +@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true +@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true + Property changes on: head/sysutils/downtime/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property