Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 May 2018 14:42:29 +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: r469553 - head/x11/listres
Message-ID:  <201805101442.w4AEgTcX031231@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Thu May 10 14:42:29 2018
New Revision: 469553
URL: https://svnweb.freebsd.org/changeset/ports/469553

Log:
  x11/listres: Update to 1.0.5
  
  Add missing libx11 dependency and sort list
  
  Summary of changes:
  * Autoconf fixes

Modified:
  head/x11/listres/Makefile
  head/x11/listres/distinfo

Modified: head/x11/listres/Makefile
==============================================================================
--- head/x11/listres/Makefile	Thu May 10 14:36:17 2018	(r469552)
+++ head/x11/listres/Makefile	Thu May 10 14:42:29 2018	(r469553)
@@ -1,14 +1,14 @@
 # $FreeBSD$
 
 PORTNAME=	listres
-PORTVERSION=	1.0.3
+PORTVERSION=	1.0.4
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
 COMMENT=	List resources in widgets
 
 XORG_CAT=	app
-USE_XORG=	xproto xt xmu xaw
+USE_XORG=	x11 xaw xmu xproto xt
 
 PLIST_FILES=	bin/listres man/man1/listres.1.gz
 

Modified: head/x11/listres/distinfo
==============================================================================
--- head/x11/listres/distinfo	Thu May 10 14:36:17 2018	(r469552)
+++ head/x11/listres/distinfo	Thu May 10 14:42:29 2018	(r469553)
@@ -1,2 +1,3 @@
-SHA256 (xorg/app/listres-1.0.3.tar.bz2) = c3d71e9a01650e3fd470189a749cd0202ef03d9e399350a7a7443d7595ed478e
-SIZE (xorg/app/listres-1.0.3.tar.bz2) = 115429
+TIMESTAMP = 1525888201
+SHA256 (xorg/app/listres-1.0.4.tar.bz2) = 6a1229f478796e141d6658762f432ebbe1f6083b27550847d52239b3f7ec2b10
+SIZE (xorg/app/listres-1.0.4.tar.bz2) = 125472



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