From owner-svn-ports-head@FreeBSD.ORG Thu Sep 18 21:21:30 2014 Return-Path: Delivered-To: svn-ports-head@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 9F3A0E45; Thu, 18 Sep 2014 21:21:30 +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 6FDFD818; Thu, 18 Sep 2014 21:21:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8ILLUJx073273; Thu, 18 Sep 2014 21:21:30 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8ILLUFV073270; Thu, 18 Sep 2014 21:21:30 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201409182121.s8ILLUFV073270@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 18 Sep 2014 21:21:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368530 - in head/x11/metalock: . 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-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Sep 2014 21:21:30 -0000 Author: antoine Date: Thu Sep 18 21:21:29 2014 New Revision: 368530 URL: http://svnweb.freebsd.org/changeset/ports/368530 QAT: https://qat.redports.org/buildarchive/r368530/ Log: Allow staging as a regular user Modified: head/x11/metalock/files/patch-Makefile head/x11/metalock/pkg-plist Modified: head/x11/metalock/files/patch-Makefile ============================================================================== --- head/x11/metalock/files/patch-Makefile Thu Sep 18 21:05:21 2014 (r368529) +++ head/x11/metalock/files/patch-Makefile Thu Sep 18 21:21:29 2014 (r368530) @@ -1,6 +1,6 @@ ---- Makefile.orig 2014-01-11 00:15:02.000000000 +0800 -+++ Makefile 2014-01-11 00:16:03.000000000 +0800 -@@ -129,16 +129,16 @@ install: all +--- Makefile.orig 2012-03-22 11:43:52 UTC ++++ Makefile +@@ -129,16 +129,14 @@ @echo "(the default theme is missing)" .else @echo installing executable file to ${DEST_PREFIX}/bin @@ -11,7 +11,6 @@ + @mkdir -p $(DESTDIR)${DEST_PREFIX}/bin + @cp -f metalock $(DESTDIR)${DEST_PREFIX}/bin + @chmod 755 $(DESTDIR)${DEST_PREFIX}/bin/metalock -+ @chmod u+s $(DESTDIR)${DEST_PREFIX}/bin/metalock @echo -n "installing theme to " @echo "${DEST_PREFIX}/share/metalock/themes/${DEFAULT_THEME}" - @mkdir -p ${DEST_PREFIX}/share/metalock/themes @@ -20,7 +19,6 @@ - @chmod 644 ${DEST_PREFIX}/share/metalock/themes/${DEFAULT_THEME}/* + @mkdir -p $(DESTDIR)${DEST_PREFIX}/share/metalock/themes + @cp -pRf ../themes/${DEFAULT_THEME} $(DESTDIR)${DEST_PREFIX}/share/metalock/themes -+ @chown 0:0 $(DESTDIR)${DEST_PREFIX}/share/metalock/themes/${DEFAULT_THEME}/* + @chmod 644 $(DESTDIR)${DEST_PREFIX}/share/metalock/themes/${DEFAULT_THEME}/* @echo "finished installing metalock" .endif Modified: head/x11/metalock/pkg-plist ============================================================================== --- head/x11/metalock/pkg-plist Thu Sep 18 21:05:21 2014 (r368529) +++ head/x11/metalock/pkg-plist Thu Sep 18 21:21:29 2014 (r368530) @@ -1,4 +1,4 @@ -bin/metalock +@(,,4555) bin/metalock %%DATADIR%%/themes/Blue_Marble/bg.xpm.gz %%DATADIR%%/themes/Blue_Marble/box.xpm.gz %%DATADIR%%/themes/Blue_Marble/metadata.mk