From owner-svn-ports-all@FreeBSD.ORG Sun Sep 21 15:40:48 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5A4F0AE; Sun, 21 Sep 2014 15:40:48 +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 461D18AD; Sun, 21 Sep 2014 15:40:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8LFem4p051866; Sun, 21 Sep 2014 15:40:48 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8LFem7f051865; Sun, 21 Sep 2014 15:40:48 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201409211540.s8LFem7f051865@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 21 Sep 2014 15:40:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368774 - head/audio/wmmp 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, 21 Sep 2014 15:40:48 -0000 Author: antoine Date: Sun Sep 21 15:40:47 2014 New Revision: 368774 URL: http://svnweb.freebsd.org/changeset/ports/368774 QAT: https://qat.redports.org/buildarchive/r368774/ Log: - Allow staging as a regular user - Bump portrevision as a setgid file wasn't packaged with intended group Modified: head/audio/wmmp/Makefile Modified: head/audio/wmmp/Makefile ============================================================================== --- head/audio/wmmp/Makefile Sun Sep 21 15:36:56 2014 (r368773) +++ head/audio/wmmp/Makefile Sun Sep 21 15:40:47 2014 (r368774) @@ -3,6 +3,7 @@ PORTNAME= WMmp PORTVERSION= 0.10.0 +PORTREVISION= 1 CATEGORIES= audio windowmaker MASTER_SITES= SF/musicpd/${PORTNAME}/${PORTVERSION} @@ -12,7 +13,10 @@ COMMENT= Window Maker Dockapp for MusicP GNU_CONFIGURE= yes USE_XORG= x11 xpm -PLIST_FILES= bin/WMmp \ +PLIST_FILES= "@(,kmem,2555) bin/WMmp" \ man/man1/WMmp.1.gz +post-patch: + @${REINPLACE_CMD} '/SETGID_FLAGS=/d' ${WRKSRC}/configure + .include