Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Jul 2014 20:30:30 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r361488 - head/sysutils/xmbmon
Message-ID:  <201407102030.s6AKUU1D095389@svn.freebsd.org>

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



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