Date: Fri, 12 Sep 2014 18:24:58 +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: r368058 - head/sysutils/wmdiskmon Message-ID: <201409121824.s8CIOwek085325@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409121824.s8CIOwek085325>