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 Mar  3 20:57:28 UTC 2024

Modified Files:
        pkgsrc/x11/editres: Makefile distinfo

Log Message:
editres: update to 1.0.9.

Alan Coopersmith (6):
      Ensure all *.c files include config.h before any other headers
      Re-enable code to use XKB Bells
      Add -help and -version options
      List which options were unrecognized before printing usage message
      gitlab CI: stop requiring Signed-off-by in commits
      editres 1.0.9

Peter Radisson (1):
      fix const error

Walter Harms (9):
      FIX const warning
      FIX some const warnings
      stop const warnings
      stop const warnings
      stop const warnings
      stop const warnings
      stop const warnings
      fix initialization discards const
      Fix shadowing box


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/x11/editres/Makefile
cvs rdiff -u -r1.9 -r1.10 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.12 pkgsrc/x11/editres/Makefile:1.13
--- pkgsrc/x11/editres/Makefile:1.12    Wed Nov  9 13:14:19 2022
+++ pkgsrc/x11/editres/Makefile Sun Mar  3 20:57:28 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2022/11/09 13:14:19 joerg Exp $
+# $NetBSD: Makefile,v 1.13 2024/03/03 20:57:28 wiz Exp $
 
-DISTNAME=              editres-1.0.8
+DISTNAME=              editres-1.0.9
 CATEGORIES=            x11
 MASTER_SITES=          ${MASTER_SITE_XORG:=app/}
 EXTRACT_SUFX=          .tar.xz
@@ -17,4 +17,5 @@ MAKE_FLAGS+=          appdefaultdir=${PREFIX}/li
 .include "../../x11/libXaw/buildlink3.mk"
 BUILDLINK_API_DEPENDS.libXt+=  libXt>=1.0.99.1
 .include "../../x11/libXt/buildlink3.mk"
+.include "../../x11/libxkbfile/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/x11/editres/distinfo
diff -u pkgsrc/x11/editres/distinfo:1.9 pkgsrc/x11/editres/distinfo:1.10
--- pkgsrc/x11/editres/distinfo:1.9     Sun Apr  3 18:39:42 2022
+++ pkgsrc/x11/editres/distinfo Sun Mar  3 20:57:28 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2022/04/03 18:39:42 wiz Exp $
+$NetBSD: distinfo,v 1.10 2024/03/03 20:57:28 wiz Exp $
 
-BLAKE2s (editres-1.0.8.tar.xz) = c3b6dd78a5d1ada25bc66dfff169ddcdafbb367f6404476031710a9f5f7bfd7e
-SHA512 (editres-1.0.8.tar.xz) = 9a007ed7a02abf61af8b65a163a7289a1e960db390db401bdfad162aa642e0eb887ecf85be14093efd8567c68f5e01450bb8321403a203a00065fa21985c7922
-Size (editres-1.0.8.tar.xz) = 158476 bytes
+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



Home | Main Index | Thread Index | Old Index