svn commit: r418227 - head/sysutils/xosview

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Jul 8 14:47:17 UTC 2016


Author: amdmi3
Date: Fri Jul  8 14:47:16 2016
New Revision: 418227
URL: https://svnweb.freebsd.org/changeset/ports/418227

Log:
  - Pass maintainership to submitter
  - While here, add missing XORG dependency
  
  PR:		210802
  Submitted by:	otacilio.neto at bsd.com.br

Modified:
  head/sysutils/xosview/Makefile

Modified: head/sysutils/xosview/Makefile
==============================================================================
--- head/sysutils/xosview/Makefile	Fri Jul  8 14:32:04 2016	(r418226)
+++ head/sysutils/xosview/Makefile	Fri Jul  8 14:47:16 2016	(r418227)
@@ -3,9 +3,10 @@
 
 PORTNAME=	xosview
 PORTVERSION=	1.17
+PORTREVISION=	1
 CATEGORIES=	sysutils
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	otacilio.neto at bsd.com.br
 COMMENT=	Graphical performance meter
 
 LICENSE=	BSD4CLAUSE GPLv2
@@ -17,7 +18,7 @@ ONLY_FOR_ARCHS_REASON=	used i386-specifi
 USE_GITHUB=	yes
 GH_ACCOUNT=	hills
 
-USE_XORG=	xpm
+USE_XORG=	x11 xpm
 USES=		gmake
 MAKE_ENV=	OPTFLAGS="" PLATFORM=bsd MANDIR=${MANPREFIX}/man
 ALL_TARGET=	xosview


More information about the svn-ports-all mailing list