diff options
author | yuri <yuri@FreeBSD.org> | 2018-04-30 06:14:40 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-04-30 06:14:40 +0800 |
commit | 043bf57a0a1d5fbb5f02c48ae3d90fd3bffb5128 (patch) | |
tree | 22171514e42904c2d3851fc8e450edb63574c83c /x11 | |
parent | 78e62a422ac8180bf3e01afe4db9e057dfa62fdd (diff) | |
download | freebsd-ports-gnome-043bf57a0a1d5fbb5f02c48ae3d90fd3bffb5128.tar.gz freebsd-ports-gnome-043bf57a0a1d5fbb5f02c48ae3d90fd3bffb5128.tar.zst freebsd-ports-gnome-043bf57a0a1d5fbb5f02c48ae3d90fd3bffb5128.zip |
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)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xload/Makefile | 9 | ||||
-rw-r--r-- | x11/xload/distinfo | 5 |
2 files changed, 8 insertions, 6 deletions
diff --git a/x11/xload/Makefile b/x11/xload/Makefile index 661d88a608e3..de75e965ae9b 100644 --- a/x11/xload/Makefile +++ b/x11/xload/Makefile @@ -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 - -XORG_CAT= app -USE_XORG= xt xaw +LICENSE_FILE= ${WRKSRC}/COPYING 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> diff --git a/x11/xload/distinfo b/x11/xload/distinfo index 2ab847a5efeb..284e29d27da0 100644 --- a/x11/xload/distinfo +++ b/x11/xload/distinfo @@ -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 |