Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Apr 2018 22:14:40 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r468666 - head/x11/xload
Message-ID:  <201804292214.w3TMEeKe040523@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sun Apr 29 22:14:40 2018
New Revision: 468666
URL: https://svnweb.freebsd.org/changeset/ports/468666

Log:
  x11/xload: Update 1.1.2 -> 1.1.3
  
  Port changes:
  * Add LICENSE_FILE
  * Add to USE_XORG
  * Moved BROKENxx to a proper place
  
  PR:		227083
  Submitted by:	Dmitri Goutnik <dg@syrec.org>
  Approved by:	maintainer's timeout (x11@FreeBSD.org; 31 days)

Modified:
  head/x11/xload/Makefile
  head/x11/xload/distinfo

Modified: head/x11/xload/Makefile
==============================================================================
--- head/x11/xload/Makefile	Sun Apr 29 22:09:45 2018	(r468665)
+++ head/x11/xload/Makefile	Sun Apr 29 22:14:40 2018	(r468666)
@@ -1,17 +1,18 @@
 # $FreeBSD$
 
 PORTNAME=	xload
-PORTVERSION=	1.1.2
+PORTVERSION=	1.1.3
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
 COMMENT=	System load average display for X
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/COPYING
 
-XORG_CAT=	app
-USE_XORG=	xt xaw
-
 BROKEN_aarch64=		Fails to build: exec(xgettext) failed (No such file or directory)
+
+XORG_CAT=	app
+USE_XORG=	x11 xaw xmu xt
 
 .include <bsd.port.mk>

Modified: head/x11/xload/distinfo
==============================================================================
--- head/x11/xload/distinfo	Sun Apr 29 22:09:45 2018	(r468665)
+++ head/x11/xload/distinfo	Sun Apr 29 22:14:40 2018	(r468666)
@@ -1,2 +1,3 @@
-SHA256 (xorg/app/xload-1.1.2.tar.bz2) = 83f8e6260435f1df2e2e5036bb3325688b79f0b33069ef445eff5058d127e078
-SIZE (xorg/app/xload-1.1.2.tar.bz2) = 136745
+TIMESTAMP = 1522345258
+SHA256 (xorg/app/xload-1.1.3.tar.bz2) = f34e4803871d771325cfe52bebd98cc5b6040d3f065184ec73de436f9a375907
+SIZE (xorg/app/xload-1.1.3.tar.bz2) = 140327



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