svn commit: r368774 - head/audio/wmmp
Antoine Brodin
antoine at FreeBSD.org
Sun Sep 21 15:40:48 UTC 2014
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>
More information about the svn-ports-all
mailing list