Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Feb 2015 17:56:55 +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: r378361 - in head/sysutils/xbatt: . files
Message-ID:  <201502031756.t13HutgM067886@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Feb  3 17:56:54 2015
New Revision: 378361
URL: https://svnweb.freebsd.org/changeset/ports/378361
QAT: https://qat.redports.org/buildarchive/r378361/

Log:
  - Allow staging as a regular user
  - Bump portrevision as it was not packaged with intended owner

Modified:
  head/sysutils/xbatt/Makefile
  head/sysutils/xbatt/files/patch-Imakefile

Modified: head/sysutils/xbatt/Makefile
==============================================================================
--- head/sysutils/xbatt/Makefile	Tue Feb  3 16:18:34 2015	(r378360)
+++ head/sysutils/xbatt/Makefile	Tue Feb  3 17:56:54 2015	(r378361)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xbatt
 PORTVERSION=	1.2.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.clave.gr.jp/~eto/xbatt/
 
@@ -14,6 +14,6 @@ ONLY_FOR_ARCHS=	i386 amd64
 
 USES=		imake:noman
 USE_XORG=	xpm xaw
-PLIST_FILES=	bin/xbatt
+PLIST_FILES=	"@(,operator,2755) bin/xbatt"
 
 .include <bsd.port.mk>

Modified: head/sysutils/xbatt/files/patch-Imakefile
==============================================================================
--- head/sysutils/xbatt/files/patch-Imakefile	Tue Feb  3 16:18:34 2015	(r378360)
+++ head/sysutils/xbatt/files/patch-Imakefile	Tue Feb  3 17:56:54 2015	(r378361)
@@ -1,6 +1,13 @@
---- Imakefile.org	Thu Mar  6 22:54:29 1997
-+++ Imakefile	Wed Oct 25 02:08:11 2000
-@@ -13,4 +13,4 @@
+--- Imakefile.orig	1997-03-07 06:54:29 UTC
++++ Imakefile
+@@ -7,10 +7,10 @@ SRCS = xbatt.c
+ OBJS = xbatt.o
+ 
+ #ifdef FreeBSDArchitecture
+-INSTALLFLAGS=-c -g operator -m 2755
++#INSTALLFLAGS=-c -g operator -m 2755
+ #endif
+ #ifdef LinuxArchitecture
  INSTALLFLAGS=-c -m 2755
  #endif
  



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