pkgsrc-WIP-changes archive

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

smproxy: update to 1.0.8.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Mon May 19 08:35:22 2025 +0200
Changeset:	f519a8d3b1117cad716a41f583977ea78f1cf147

Modified Files:
	smproxy/Makefile
	smproxy/distinfo

Log Message:
smproxy: update to 1.0.8.

This release adds support for building with meson as well as autoconf.
Please test building with meson and report any issues you hit to:
  https://gitlab.freedesktop.org/xorg/app/smproxy/-/issues
as we plan on removing the autoconf build support in a future release.

Alan Coopersmith (6):
      gitlab CI: stop requiring Signed-off-by in commits
      meson: Add option to build with meson
      Accept --help & --version as aliases to -help & -version
      Improve man page formatting
      man pages: fix warnings from `mandoc -T lint` and `groff -rCHECKSTYLE=10`
      smproxy 1.0.7

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f519a8d3b1117cad716a41f583977ea78f1cf147

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

diffstat:
 smproxy/Makefile | 6 ++----
 smproxy/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 7 deletions(-)

diffs:
diff --git a/smproxy/Makefile b/smproxy/Makefile
index 920d24984b..8f28eb1aa8 100644
--- a/smproxy/Makefile
+++ b/smproxy/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.6 2015/04/17 06:56:55 thomasklausner Exp $
 
-DISTNAME=	smproxy-1.0.7
+DISTNAME=	smproxy-1.0.8
 CATEGORIES=	x11
 MASTER_SITES=	${MASTER_SITE_XORG:=app/}
 EXTRACT_SUFX=	.tar.xz
@@ -9,12 +9,10 @@ MAINTAINER=	metaridley%mchsi.com@localhost
 HOMEPAGE=	https://xorg.freedesktop.org/releases/individual/app/
 COMMENT=	Proxy to allow non-XSMP apps to be managed by xsm
 
-
-GNU_CONFIGURE=	yes
 USE_TOOLS+=	pkg-config
 
+.include "../../devel/meson/build.mk"
 .include "../../x11/xorgproto/buildlink3.mk"
 .include "../../x11/libXmu/buildlink3.mk"
 .include "../../x11/libXt/buildlink3.mk"
-
 .include "../../mk/bsd.pkg.mk"
diff --git a/smproxy/distinfo b/smproxy/distinfo
index 69d51bc5cd..cb70d76582 100644
--- a/smproxy/distinfo
+++ b/smproxy/distinfo
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.4 2015/04/17 06:56:55 thomasklausner Exp $
 
-BLAKE2s (smproxy-1.0.7.tar.xz) = afb09cf416b701d740c30a854a45c89fb9ba40e561e924a8fda3cbe6bffb0600
-SHA512 (smproxy-1.0.7.tar.xz) = cd6a6933b74f76ae65fb16504e57871724bc1102eae1d02e801e99c3fe73fe44e27f87cef3fbf9f75f369d18197b53bb677d637d94cc8185b55acae0cbd44f21
-Size (smproxy-1.0.7.tar.xz) = 129044 bytes
+BLAKE2s (smproxy-1.0.8.tar.xz) = 28837fef6de0bbf436361c5d200d265019a46f19a38d627d30614e33d8661c64
+SHA512 (smproxy-1.0.8.tar.xz) = e930a01c3535050d7d580a93c0b2b7898ff8a8d7ab498215f2d035ab902989497d1fbc70f2939d04b609c980e86d0d4ba7829a98fda3261cb4b159432cd2bc8e
+Size (smproxy-1.0.8.tar.xz) = 133180 bytes


Home | Main Index | Thread Index | Old Index