svn commit: r468666 - head/x11/xload
Yuri Victorovich
yuri at FreeBSD.org
Sun Apr 29 22:14:41 UTC 2018
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 at syrec.org>
Approved by: maintainer's timeout (x11 at 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 at 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
More information about the svn-ports-all
mailing list