Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Sep 2014 15:40:48 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368774 - head/audio/wmmp
Message-ID:  <201409211540.s8LFem7f051865@svn.freebsd.org>

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



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