svn commit: r495290 - head/x11/xfd

Niclas Zeising zeising at FreeBSD.org
Sun Mar 10 12:23:27 UTC 2019


Author: zeising
Date: Sun Mar 10 12:23:25 2019
New Revision: 495290
URL: https://svnweb.freebsd.org/changeset/ports/495290

Log:
  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

Modified:
  head/x11/xfd/Makefile
  head/x11/xfd/distinfo

Modified: head/x11/xfd/Makefile
==============================================================================
--- head/x11/xfd/Makefile	Sun Mar 10 12:00:25 2019	(r495289)
+++ head/x11/xfd/Makefile	Sun Mar 10 12:23:25 2019	(r495290)
@@ -1,21 +1,21 @@
 # $FreeBSD$
 
 PORTNAME=	xfd
-PORTVERSION=	1.1.2
-PORTREVISION=	1
+PORTVERSION=	1.1.3
 CATEGORIES=	x11
 
 MAINTAINER=	x11 at 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)
 

Modified: head/x11/xfd/distinfo
==============================================================================
--- head/x11/xfd/distinfo	Sun Mar 10 12:00:25 2019	(r495289)
+++ head/x11/xfd/distinfo	Sun Mar 10 12:23:25 2019	(r495290)
@@ -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


More information about the svn-ports-all mailing list