From owner-svn-ports-all@FreeBSD.ORG Thu Jul 10 20:30:30 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 8C774B21; Thu, 10 Jul 2014 20:30:30 +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 79F7E21AB; Thu, 10 Jul 2014 20:30:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6AKUU0M095390; Thu, 10 Jul 2014 20:30:30 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6AKUU1D095389; Thu, 10 Jul 2014 20:30:30 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201407102030.s6AKUU1D095389@svn.freebsd.org> From: John Marino Date: Thu, 10 Jul 2014 20:30:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361488 - head/sysutils/xmbmon 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 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: Thu, 10 Jul 2014 20:30:30 -0000 Author: marino Date: Thu Jul 10 20:30:29 2014 New Revision: 361488 URL: http://svnweb.freebsd.org/changeset/ports/361488 QAT: https://qat.redports.org/buildarchive/r361488/ Log: sysutils/xmbmon: Install programs with mode 4555 instead of 555 Mode 4555 is how the programs were installed before staging, and allows normal users to access the system information. For now, xmbmon is still installed in the X resource directory. PR: 186332 Reported by: turutani (scphys.kyoto-u.ac.jp) Approved by: maintainer (Muhammad Rahman) Modified: head/sysutils/xmbmon/Makefile Modified: head/sysutils/xmbmon/Makefile ============================================================================== --- head/sysutils/xmbmon/Makefile Thu Jul 10 20:13:18 2014 (r361487) +++ head/sysutils/xmbmon/Makefile Thu Jul 10 20:30:29 2014 (r361488) @@ -3,7 +3,7 @@ PORTNAME= xmbmon PORTVERSION= 205 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= sysutils MASTER_SITES= http://www.nt.phys.kyushu-u.ac.jp/shimizu/download/${PORTNAME}/ DISTNAME= ${PORTNAME}${PORTVERSION} @@ -19,6 +19,7 @@ PATCHFILES+= ${PORTNAME}${PORTVERSION}_f ONLY_FOR_ARCHS= i386 amd64 GNU_CONFIGURE= yes +BINMODE= 4555 PORTDOCS= ChangeLog ChangeLog.jp ReadMe ReadMe.jp ReadMe.tech