svn commit: r368058 - head/sysutils/wmdiskmon

Antoine Brodin antoine at FreeBSD.org
Fri Sep 12 18:24:58 UTC 2014


Author: antoine
Date: Fri Sep 12 18:24:57 2014
New Revision: 368058
URL: http://svnweb.freebsd.org/changeset/ports/368058
QAT: https://qat.redports.org/buildarchive/r368058/

Log:
  - Allow staging as a regular user
  - Bump portrevision as a file was not packaged with correct group

Modified:
  head/sysutils/wmdiskmon/Makefile

Modified: head/sysutils/wmdiskmon/Makefile
==============================================================================
--- head/sysutils/wmdiskmon/Makefile	Fri Sep 12 18:21:13 2014	(r368057)
+++ head/sysutils/wmdiskmon/Makefile	Fri Sep 12 18:24:57 2014	(r368058)
@@ -3,7 +3,7 @@
 
 PORTNAME=	wmdiskmon
 PORTVERSION=	0.0.2
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	sysutils windowmaker
 MASTER_SITES=	http://tnemeth.free.fr/projets/programmes/
 
@@ -14,6 +14,9 @@ USE_XORG=	x11 xpm
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--program-prefix=""
 
-PLIST_FILES=	bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
+PLIST_FILES=	"@(,kmem,2555) bin/${PORTNAME}" man/man1/${PORTNAME}.1.gz
+
+post-patch:
+	@${REINPLACE_CMD} '/SETGID_FLAGS=/d' ${WRKSRC}/configure
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list