pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/editres editres: update to 1.0.7.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/47c338b7a64a
branches:  trunk
changeset: 376613:47c338b7a64a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Mar 05 09:25:54 2018 +0000

description:
editres: update to 1.0.7.

Alan Coopersmith (10):
      config: Add missing AC_CONFIG_SRCDIR
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1
      Replace XtMalloc+sprintf pair with XtAsprintf call
      Replace remaining sprintf calls with snprintf
      Fix -Wsign-compare warnings
      Strip trailing whitespace
      Fix -Wmissing-noreturn warnings
      Add intro to editres to README
      editres 1.0.7

Emil Velikov (1):
      autogen.sh: use quoted string variables

Eric S. Raymond (1):
      Avoid a spurious  warning during XML upconversion.

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish

diffstat:

 x11/editres/DESCR    |   6 +++---
 x11/editres/Makefile |   7 ++++---
 x11/editres/distinfo |  10 +++++-----
 3 files changed, 12 insertions(+), 11 deletions(-)

diffs (47 lines):

diff -r 645453478971 -r 47c338b7a64a x11/editres/DESCR
--- a/x11/editres/DESCR Mon Mar 05 09:22:46 2018 +0000
+++ b/x11/editres/DESCR Mon Mar 05 09:25:54 2018 +0000
@@ -1,5 +1,5 @@
-This package provides editres, a program to display the widget tree of
-applications with Editres protocol support and dynamically alter the
-resource specification for those.
+Editres is a tool that allows users and application developers to view
+the full widget hierarchy of any Xt Toolkit application that speaks the
+Editres protocol.
 
 This is from the modular X.org X11 project.
diff -r 645453478971 -r 47c338b7a64a x11/editres/Makefile
--- a/x11/editres/Makefile      Mon Mar 05 09:22:46 2018 +0000
+++ b/x11/editres/Makefile      Mon Mar 05 09:25:54 2018 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2013/01/21 12:57:32 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.9 2018/03/05 09:25:54 wiz Exp $
 
-DISTNAME=              editres-1.0.6
+DISTNAME=              editres-1.0.7
 CATEGORIES=            x11
 MASTER_SITES=          ${MASTER_SITE_XORG:=app/}
 EXTRACT_SUFX=          .tar.bz2
@@ -16,4 +15,6 @@
 MAKE_FLAGS+=           appdefaultdir=${PREFIX}/lib/X11/app-defaults
 
 .include "../../x11/libXaw/buildlink3.mk"
+BUILDLINK_API_DEPENDS.libXt+=  libXt>=1.0.99.1
+.include "../../x11/libXt/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 645453478971 -r 47c338b7a64a x11/editres/distinfo
--- a/x11/editres/distinfo      Mon Mar 05 09:22:46 2018 +0000
+++ b/x11/editres/distinfo      Mon Mar 05 09:25:54 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2015/11/04 03:28:28 agc Exp $
+$NetBSD: distinfo,v 1.6 2018/03/05 09:25:54 wiz Exp $
 
-SHA1 (editres-1.0.6.tar.bz2) = dfaecb0b038d5c8d7244c518cf8c0c48d10455f9
-RMD160 (editres-1.0.6.tar.bz2) = 438b68b2654fdcaf9c9bcf2aabe5079fcd83b23a
-SHA512 (editres-1.0.6.tar.bz2) = c070709ce926802696d43d27256cea125c04021ad7555e1ea6c90650bf9e9fdd8da7786ebc99d6cf6a2dac73db041d489d34e6b2f6ceb6b396b6e96711b1c510
-Size (editres-1.0.6.tar.bz2) = 156155 bytes
+SHA1 (editres-1.0.7.tar.bz2) = 389e953ebb5080564a6780cb34b72bafae7f5540
+RMD160 (editres-1.0.7.tar.bz2) = acdb3e1b3c1ba0ca1f474034d54795de69ba883d
+SHA512 (editres-1.0.7.tar.bz2) = b9c928b556116bf50cf4b6ea779bdc9fedf29f5db3e6a8cc75c122578c92e1cc530a81b226ec24aad183b8ebc2de570f200314b0d9ce7883b6e3306007365b32
+Size (editres-1.0.7.tar.bz2) = 166429 bytes



Home | Main Index | Thread Index | Old Index