diff options
author | zeising <zeising@FreeBSD.org> | 2019-03-10 20:23:25 +0800 |
---|---|---|
committer | zeising <zeising@FreeBSD.org> | 2019-03-10 20:23:25 +0800 |
commit | 0f70eb3961d1d092c0f56f4525b5379495fff3c8 (patch) | |
tree | 71ad4aa69d8c162ccacdd0eac7f872324ba9aaa4 /x11 | |
parent | bc9580709b248e581e166a39a58a98376d11406f (diff) | |
download | freebsd-ports-gnome-0f70eb3961d1d092c0f56f4525b5379495fff3c8.tar.gz freebsd-ports-gnome-0f70eb3961d1d092c0f56f4525b5379495fff3c8.tar.zst freebsd-ports-gnome-0f70eb3961d1d092c0f56f4525b5379495fff3c8.zip |
x11/xfd: Update to 1.1.3
Update x11/xfd to 1.1.3
Add LICENSE_FILE
Update dependencies and add missing dependencies
This is a maintenance release
Changelog:
https://lists.x.org/archives/xorg-announce/2019-March/002968.html
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xfd/Makefile | 6 | ||||
-rw-r--r-- | x11/xfd/distinfo | 5 |
2 files changed, 6 insertions, 5 deletions
diff --git a/x11/xfd/Makefile b/x11/xfd/Makefile index 5fe8bbb5b82b..4035ccd46bfc 100644 --- a/x11/xfd/Makefile +++ b/x11/xfd/Makefile @@ -1,21 +1,21 @@ # $FreeBSD$ PORTNAME= xfd -PORTVERSION= 1.1.2 -PORTREVISION= 1 +PORTVERSION= 1.1.3 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Display all characters in an X font LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libfreetype.so:print/freetype2 BUILD_DEPENDS= fc-cache:x11-fonts/fontconfig RUN_DEPENDS= fc-cache:x11-fonts/fontconfig XORG_CAT= app -USE_XORG= xft xt xaw +USE_XORG= x11 xft xkbfile xmu xrender xt xaw BROKEN_aarch64= Fails to build: exec(xgettext) failed (No such file or directory) diff --git a/x11/xfd/distinfo b/x11/xfd/distinfo index 74cc4de77821..a301a2ed70a8 100644 --- a/x11/xfd/distinfo +++ b/x11/xfd/distinfo @@ -1,2 +1,3 @@ -SHA256 (xorg/app/xfd-1.1.2.tar.bz2) = c1a32222fbb891e46f9a82ebab005bc5e54ce006a2586195ec9ea7ab308e2759 -SIZE (xorg/app/xfd-1.1.2.tar.bz2) = 137632 +TIMESTAMP = 1552219927 +SHA256 (xorg/app/xfd-1.1.3.tar.bz2) = 192f938ba5830e84cc807d8ead2ad9655b43eaed6500c830f3e083aad10ed958 +SIZE (xorg/app/xfd-1.1.3.tar.bz2) = 141312 |