diff options
author | zeising <zeising@FreeBSD.org> | 2019-02-27 23:04:01 +0800 |
---|---|---|
committer | zeising <zeising@FreeBSD.org> | 2019-02-27 23:04:01 +0800 |
commit | c06125ad7cffac2641f70b587cab0c847157c9d9 (patch) | |
tree | 78a536ae289899741c9a54f939ad19c9e4315945 /x11/libXau | |
parent | 5e5bbb1dc63d4e34e56ed66e18f67d42a00fb365 (diff) | |
download | freebsd-ports-gnome-c06125ad7cffac2641f70b587cab0c847157c9d9.tar.gz freebsd-ports-gnome-c06125ad7cffac2641f70b587cab0c847157c9d9.tar.zst freebsd-ports-gnome-c06125ad7cffac2641f70b587cab0c847157c9d9.zip |
x11/libXau: Update to 1.0.9
Update x11/libXau to 1.0.9.
Strip installed library.
The original PR suggested adding a variety of different licenses, all
MIT-like. After discussion with portmgr, it was decided that since the
liceneses are basically the same (only wording differs), we just tag it as
MIT licensed, without making a difference. This is already done.
PR: 235911 (based on)
Submitted by: Samy Mahmoudi
Sponsored by: B3 Init (zeising)
Diffstat (limited to 'x11/libXau')
-rw-r--r-- | x11/libXau/Makefile | 5 | ||||
-rw-r--r-- | x11/libXau/distinfo | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/x11/libXau/Makefile b/x11/libXau/Makefile index c3fb5f7f3d72..ee9539802685 100644 --- a/x11/libXau/Makefile +++ b/x11/libXau/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libXau -PORTVERSION= 1.0.8 -PORTREVISION= 5 +PORTVERSION= 1.0.9 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org @@ -15,4 +14,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING XORG_CAT= lib USE_XORG= xorgproto +INSTALL_TARGET=install-strip + .include <bsd.port.mk> diff --git a/x11/libXau/distinfo b/x11/libXau/distinfo index c0eadf794e43..f77746bd2205 100644 --- a/x11/libXau/distinfo +++ b/x11/libXau/distinfo @@ -1,2 +1,3 @@ -SHA256 (xorg/lib/libXau-1.0.8.tar.bz2) = fdd477320aeb5cdd67272838722d6b7d544887dfe7de46e1e7cc0c27c2bea4f2 -SIZE (xorg/lib/libXau-1.0.8.tar.bz2) = 295297 +TIMESTAMP = 1551272679 +SHA256 (xorg/lib/libXau-1.0.9.tar.bz2) = ccf8cbf0dbf676faa2ea0a6d64bcc3b6746064722b606c8c52917ed00dcb73ec +SIZE (xorg/lib/libXau-1.0.9.tar.bz2) = 322650 |