pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/33727629ac1e
branches:  trunk
changeset: 389379:33727629ac1e
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Dec 04 15:34:12 2022 +0000

description:
xgamma: update to 1.0.7.

Alan Coopersmith (8):
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      gitlab CI: add a basic build test
      Build xz tarballs instead of bzip2
      Resolve -Wdouble-promotion warnings from clang
      Refactor to reduce code duplication
      Use strtof() if available, instead of casting atof() to float
      xgamma 1.0.7

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

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

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

diffstat:

 x11/xgamma/Makefile |  7 +++----
 x11/xgamma/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (30 lines):

diff -r a640d3c75c16 -r 33727629ac1e x11/xgamma/Makefile
--- a/x11/xgamma/Makefile       Sun Dec 04 15:33:36 2022 +0000
+++ b/x11/xgamma/Makefile       Sun Dec 04 15:34:12 2022 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.13 2022/11/09 13:14:29 joerg Exp $
+# $NetBSD: Makefile,v 1.14 2022/12/04 15:34:12 wiz Exp $
 
-DISTNAME=              xgamma-1.0.6
-PKGREVISION=           1
+DISTNAME=              xgamma-1.0.7
 CATEGORIES=            x11
 MASTER_SITES=          ${MASTER_SITE_XORG:=app/}
-EXTRACT_SUFX=          .tar.bz2
+EXTRACT_SUFX=          .tar.xz
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              https://xorg.freedesktop.org/
diff -r a640d3c75c16 -r 33727629ac1e x11/xgamma/distinfo
--- a/x11/xgamma/distinfo       Sun Dec 04 15:33:36 2022 +0000
+++ b/x11/xgamma/distinfo       Sun Dec 04 15:34:12 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2021/10/26 11:34:49 nia Exp $
+$NetBSD: distinfo,v 1.9 2022/12/04 15:34:12 wiz Exp $
 
-BLAKE2s (xgamma-1.0.6.tar.bz2) = 36ff78abd36e5e27b475361db7d2776a4538866422ca969e45b8410f999e89ed
-SHA512 (xgamma-1.0.6.tar.bz2) = 2d41798e15ac8c6f6731a2da29589207d936eaee1223ce6f3ca948e67d63c5c8b955d11c7db092dcd8c66a6209bd15c1de3dc1446dad4b4277134f010c6fc47a
-Size (xgamma-1.0.6.tar.bz2) = 123105 bytes
+BLAKE2s (xgamma-1.0.7.tar.xz) = 6cfd609259f9ea3a3f576bd5d9a762de84bb0a016dcfd27968c70b838203590d
+SHA512 (xgamma-1.0.7.tar.xz) = 9eeee9b537dcae9e4d153774eb632a6a5e8dd32bebadc9bbd897a773e5b56f76848f32a1699b8c921d3094760c42b5083365d853b89ab31fd85c7a0d46feeceb
+Size (xgamma-1.0.7.tar.xz) = 119992 bytes



Home | Main Index | Thread Index | Old Index