svn commit: r476741 - head/sysutils/xbatt

Renato Botelho garga at FreeBSD.org
Thu Aug 9 12:22:43 UTC 2018


Author: garga
Date: Thu Aug  9 12:22:41 2018
New Revision: 476741
URL: https://svnweb.freebsd.org/changeset/ports/476741

Log:
  sysutils/xbatt:
  
  - Add missing dependencies
  - Pass maintainership to submitter
  - Bump PORTREVISION
  
  PR:		230056
  Submitted by:	Vinícius Zavam <egypcio at googlemail.com>
  Sponsored by:	Rubicon Communications, LLC (Netgate)

Modified:
  head/sysutils/xbatt/Makefile

Modified: head/sysutils/xbatt/Makefile
==============================================================================
--- head/sysutils/xbatt/Makefile	Thu Aug  9 12:01:51 2018	(r476740)
+++ head/sysutils/xbatt/Makefile	Thu Aug  9 12:22:41 2018	(r476741)
@@ -3,17 +3,17 @@
 
 PORTNAME=	xbatt
 PORTVERSION=	1.2.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.clave.gr.jp/~eto/xbatt/
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	egypcio at googlemail.com
 COMMENT=	Laptop battery status display for X11
 
-ONLY_FOR_ARCHS=	i386 amd64
+ONLY_FOR_ARCHS=	amd64 i386
 
 USES=		imake:noman
-USE_XORG=	xpm xaw
+USE_XORG=	ice sm x11 xaw xext xmu xpm xt
 PLIST_FILES=	"@(,operator,2755) bin/xbatt"
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list