Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 May 2018 11:30:13 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r469533 - head/x11-fonts/xfontsel
Message-ID:  <201805101130.w4ABUDLn029180@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Thu May 10 11:30:13 2018
New Revision: 469533
URL: https://svnweb.freebsd.org/changeset/ports/469533

Log:
  x11-fonts/xfontsel: update to 1.0.6
  
  Add missing dependencies
  
  Summary of changes:
  * Autoconf changes and fixes
  * Code cleanup and misc. fixes.

Modified:
  head/x11-fonts/xfontsel/Makefile
  head/x11-fonts/xfontsel/distinfo

Modified: head/x11-fonts/xfontsel/Makefile
==============================================================================
--- head/x11-fonts/xfontsel/Makefile	Thu May 10 11:20:09 2018	(r469532)
+++ head/x11-fonts/xfontsel/Makefile	Thu May 10 11:30:13 2018	(r469533)
@@ -1,13 +1,13 @@
 # $FreeBSD$
 
 PORTNAME=	xfontsel
-PORTVERSION=	1.0.5
+PORTVERSION=	1.0.6
 CATEGORIES=	x11-fonts
 
 MAINTAINER=	x11@FreeBSD.org
 COMMENT=	Point and click selection of X11 font names
 
 XORG_CAT=	app
-USE_XORG=	xt xaw
+USE_XORG=	x11 xaw xmu xt
 
 .include <bsd.port.mk>

Modified: head/x11-fonts/xfontsel/distinfo
==============================================================================
--- head/x11-fonts/xfontsel/distinfo	Thu May 10 11:20:09 2018	(r469532)
+++ head/x11-fonts/xfontsel/distinfo	Thu May 10 11:30:13 2018	(r469533)
@@ -1,2 +1,3 @@
-SHA256 (xorg/app/xfontsel-1.0.5.tar.bz2) = 170d8550b96fb47b04db6181b947e6f6b8b97f4df5d691c351a278480cc931bf
-SIZE (xorg/app/xfontsel-1.0.5.tar.bz2) = 139801
+TIMESTAMP = 1525894056
+SHA256 (xorg/app/xfontsel-1.0.6.tar.bz2) = 25aa0b7c4262f5e99c07c2b96e00e4eb25b7e53f94fa803942af9d0e8da3001c
+SIZE (xorg/app/xfontsel-1.0.6.tar.bz2) = 146469



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805101130.w4ABUDLn029180>