From owner-svn-ports-all@FreeBSD.ORG Sun Oct 12 14:42:16 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 651AAA23; Sun, 12 Oct 2014 14:42:16 +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 36E69EF7; Sun, 12 Oct 2014 14:42:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9CEgG1Y089777; Sun, 12 Oct 2014 14:42:16 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9CEgFTb089774; Sun, 12 Oct 2014 14:42:15 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201410121442.s9CEgFTb089774@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 12 Oct 2014 14:42:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370714 - in head/games/atanks: . 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-1 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: Sun, 12 Oct 2014 14:42:16 -0000 Author: antoine Date: Sun Oct 12 14:42:14 2014 New Revision: 370714 URL: https://svnweb.freebsd.org/changeset/ports/370714 QAT: https://qat.redports.org/buildarchive/r370714/ Log: Allow stripping as a regular user Modified: head/games/atanks/Makefile head/games/atanks/files/patch-Makefile head/games/atanks/pkg-plist Modified: head/games/atanks/Makefile ============================================================================== --- head/games/atanks/Makefile Sun Oct 12 14:23:29 2014 (r370713) +++ head/games/atanks/Makefile Sun Oct 12 14:42:14 2014 (r370714) @@ -29,8 +29,6 @@ post-patch: ${WRKSRC}/src/files.cpp post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} - ${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/ Modified: head/games/atanks/files/patch-Makefile ============================================================================== --- head/games/atanks/files/patch-Makefile Sun Oct 12 14:23:29 2014 (r370713) +++ head/games/atanks/files/patch-Makefile Sun Oct 12 14:42:14 2014 (r370714) @@ -1,5 +1,5 @@ ---- ./Makefile.orig 2014-03-29 16:11:25.000000000 +0100 -+++ ./Makefile 2014-04-09 17:29:31.394283912 +0200 +--- Makefile.orig 2014-03-29 15:11:25 UTC ++++ Makefile @@ -4,27 +4,27 @@ BINPREFIX = $(PREFIX) @@ -29,7 +29,7 @@ - $(INSTALL) -m 644 atanks.desktop $(DESTDIR)/usr/share/applications - mkdir -p $(DESTDIR)/usr/share/icons/hicolor/48x48/apps - $(INSTALL) -m 644 atanks.png $(DESTDIR)/usr/share/icons/hicolor/48x48/apps -+ $(INSTALL) -m 555 atanks $(DESTDIR)${BINDIR} ++ $(BSD_INSTALL_PROGRAM) atanks $(DESTDIR)${BINDIR} + mkdir -p $(DESTDIR)/usr/local/share/applications + $(INSTALL) -m 644 atanks.desktop $(DESTDIR)/usr/local/share/applications + mkdir -p $(DESTDIR)/usr/local/share/icons/hicolor/48x48/apps Modified: head/games/atanks/pkg-plist ============================================================================== --- head/games/atanks/pkg-plist Sun Oct 12 14:23:29 2014 (r370713) +++ head/games/atanks/pkg-plist Sun Oct 12 14:42:14 2014 (r370714) @@ -279,17 +279,3 @@ share/applications/atanks.desktop %%DATADIR%%/unicode.dat share/icons/hicolor/48x48/apps/atanks.png share/pixmaps/atanks.png -@dirrm %%DATADIR%%/title -@dirrm %%DATADIR%%/text -@dirrm %%DATADIR%%/tankgun -@dirrm %%DATADIR%%/tank -@dirrm %%DATADIR%%/stock -@dirrm %%DATADIR%%/sound -@dirrm %%DATADIR%%/missile -@dirrm %%DATADIR%%/misc -@dirrm %%DATADIR%%/button -@dirrm %%DATADIR%% -@dirrmtry share/icons/hicolor/48x48/apps -@dirrmtry share/icons/hicolor/48x48 -@dirrmtry share/icons/hicolor -@dirrmtry share/icons