Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Jun 2014 16:29:10 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r359388 - in head/sysutils/downtime: . files
Message-ID:  <201406261629.s5QGTAma079585@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406261629.s5QGTAma079585>