From owner-svn-ports-all@FreeBSD.ORG Thu Jun 26 16:29:10 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B6498EF6; Thu, 26 Jun 2014 16:29:10 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9748B2E00; Thu, 26 Jun 2014 16:29:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5QGTAMD079588; Thu, 26 Jun 2014 16:29:10 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5QGTAma079585; Thu, 26 Jun 2014 16:29:10 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201406261629.s5QGTAma079585@svn.freebsd.org> From: "Vanilla I. Shu" Date: Thu, 26 Jun 2014 16:29:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359388 - in head/sysutils/downtime: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Jun 2014 16:29:10 -0000 Author: vanilla Date: Thu Jun 26 16:29:09 2014 New Revision: 359388 URL: http://svnweb.freebsd.org/changeset/ports/359388 QAT: https://qat.redports.org/buildarchive/r359388/ Log: Stagify. Approved by: portmgr@ (blanket approval) Added: head/sysutils/downtime/files/ head/sysutils/downtime/files/patch-Makefile (contents, props changed) Modified: head/sysutils/downtime/Makefile head/sysutils/downtime/pkg-plist Modified: head/sysutils/downtime/Makefile ============================================================================== --- head/sysutils/downtime/Makefile Thu Jun 26 16:22:57 2014 (r359387) +++ head/sysutils/downtime/Makefile Thu Jun 26 16:29:09 2014 (r359388) @@ -13,8 +13,4 @@ COMMENT= A GTK-based shutdown manager us USES= desktop-file-utils pkgconfig shared-mime-info USE_GNOME= gtk20 -MAN1= downtime.1 -MANCOMPRESSED= yes - -NO_STAGE= yes .include Added: head/sysutils/downtime/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/downtime/files/patch-Makefile Thu Jun 26 16:29:09 2014 (r359388) @@ -0,0 +1,23 @@ +--- Makefile.orig 2014-06-27 00:24:57.523166764 +0800 ++++ Makefile 2014-06-27 00:25:40.243185312 +0800 +@@ -19,14 +19,12 @@ downtime.1.gz: downtime.1 + gzip -c downtime.1 > downtime.1.gz + + install: all +- $(INSTALL) -c -g $(GROUP) -o $(OWNER) -m 755 downtime $(PREFIX)/bin +- $(INSTALL) -c -g $(GROUP) -o $(OWNER) -m 444 downtime.1.gz $(PREFIX)/man/man1 +- $(INSTALL) -c -d -g $(GROUP) -o $(OWNER) -m 755 $(PREFIX)/share/applications +- $(INSTALL) -c -g $(GROUP) -o $(OWNER) -m 444 downtime.desktop $(PREFIX)/share/applications +- $(INSTALL) -c -d -g $(GROUP) -o $(OWNER) -m 755 $(PREFIX)/share/mime/packages +- $(INSTALL) -c -g $(GROUP) -o $(OWNER) -m 444 downtime.xml $(PREFIX)/share/mime/packages +- update-mime-database $(PREFIX)/share/mime +- update-desktop-database $(PREFIX)/share/applications ++ $(INSTALL) -c -g $(GROUP) -o $(OWNER) -m 755 downtime $(DESTDIR)$(PREFIX)/bin ++ $(INSTALL) -c -g $(GROUP) -o $(OWNER) -m 444 downtime.1.gz $(DESTDIR)$(PREFIX)/man/man1 ++ $(INSTALL) -c -d -g $(GROUP) -o $(OWNER) -m 755 $(DESTDIR)$(PREFIX)/share/applications ++ $(INSTALL) -c -g $(GROUP) -o $(OWNER) -m 444 downtime.desktop $(DESTDIR)$(PREFIX)/share/applications ++ $(INSTALL) -c -d -g $(GROUP) -o $(OWNER) -m 755 $(DESTDIR)$(PREFIX)/share/mime/packages ++ $(INSTALL) -c -g $(GROUP) -o $(OWNER) -m 444 downtime.xml $(DESTDIR)$(PREFIX)/share/mime/packages + + clean: + -rm $(OBJS) *.core *~ downtime downtime.1.gz downtime-*.tar.gz Modified: head/sysutils/downtime/pkg-plist ============================================================================== --- head/sysutils/downtime/pkg-plist Thu Jun 26 16:22:57 2014 (r359387) +++ head/sysutils/downtime/pkg-plist Thu Jun 26 16:29:09 2014 (r359388) @@ -1,5 +1,4 @@ bin/downtime +man/man1/downtime.1.gz share/applications/downtime.desktop share/mime/packages/downtime.xml -@dirrmtry share/mime/packages -@dirrmtry share/mime