pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/editres



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr 19 07:51:22 UTC 2026

Modified Files:
        pkgsrc/x11/editres: Makefile distinfo

Log Message:
editres: update to 1.1.0.

This release updates to version 6 of the editres protocol, introduced
in version 1.3.0 of libXmu (which is required to build this version),
providing support for 64-bit pointers to windows & widgets.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/x11/editres/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/editres/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/editres/Makefile
diff -u pkgsrc/x11/editres/Makefile:1.13 pkgsrc/x11/editres/Makefile:1.14
--- pkgsrc/x11/editres/Makefile:1.13    Sun Mar  3 20:57:28 2024
+++ pkgsrc/x11/editres/Makefile Sun Apr 19 07:51:21 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2024/03/03 20:57:28 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2026/04/19 07:51:21 wiz Exp $
 
-DISTNAME=              editres-1.0.9
+DISTNAME=              editres-1.1.0
 CATEGORIES=            x11
 MASTER_SITES=          ${MASTER_SITE_XORG:=app/}
 EXTRACT_SUFX=          .tar.xz
@@ -9,11 +9,9 @@ MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              https://xorg.freedesktop.org/
 COMMENT=               Dynamic resource editor for libXt applications
 
-GNU_CONFIGURE=         yes
 USE_TOOLS+=            pkg-config
 
-MAKE_FLAGS+=           appdefaultdir=${PREFIX}/lib/X11/app-defaults
-
+.include "../../devel/meson/build.mk"
 .include "../../x11/libXaw/buildlink3.mk"
 BUILDLINK_API_DEPENDS.libXt+=  libXt>=1.0.99.1
 .include "../../x11/libXt/buildlink3.mk"

Index: pkgsrc/x11/editres/distinfo
diff -u pkgsrc/x11/editres/distinfo:1.10 pkgsrc/x11/editres/distinfo:1.11
--- pkgsrc/x11/editres/distinfo:1.10    Sun Mar  3 20:57:28 2024
+++ pkgsrc/x11/editres/distinfo Sun Apr 19 07:51:21 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2024/03/03 20:57:28 wiz Exp $
+$NetBSD: distinfo,v 1.11 2026/04/19 07:51:21 wiz Exp $
 
-BLAKE2s (editres-1.0.9.tar.xz) = e762437819d654a7d85d0751dd080d9151e23125357c0bae6dca759ca6589ede
-SHA512 (editres-1.0.9.tar.xz) = b1abf32cad8f881b8b98c8b4a3280b09f581fc3a86188e86d5d435801676ec75377d8a636b9479a335c5c2321d358841f1194861913b2c17803758b626517230
-Size (editres-1.0.9.tar.xz) = 161300 bytes
+BLAKE2s (editres-1.1.0.tar.xz) = 2b7edf4a44ac427161372afa48bcdf28b8db3e58e219a85c1a1d6374350cd680
+SHA512 (editres-1.1.0.tar.xz) = 4ed50461c9f8064bc7fbc17544ccae74dc9479ac7b61a9dd6ae8639f4ba08df1096a777a2234df80538c1b9fef7eb9b7990406737073d841b8e179c60eb283c0
+Size (editres-1.1.0.tar.xz) = 166928 bytes



Home | Main Index | Thread Index | Old Index