pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libsigc++3 libsigc++3: update to 3.2.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/90eefe220e34
branches:  trunk
changeset: 382336:90eefe220e34
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jul 25 19:45:35 2022 +0000

description:
libsigc++3: update to 3.2.0.

Remove some unused build dependencies.

3.2.0 (stable)

* Allow slots with rvalue reference parameters
  (Slava Andrejev) Pull requests #74, #77

Build:
* Meson build: Perl is not required by new versions of mm-common
  (Kjell Ahlstedt)
* NMake Makefiles: Support building with VS2022
  (Chun-wei Fan)

Documentation:
* Upgrade the manual from DocBook 4.1 to DocBook 5.0
  (Kjell Ahlstedt)
* ptr_fun(), mem_fun() docs: Remove left-overs from sigc++-2.0
  (Kjell Ahlstedt)
* Fix links to sigc::slot and sigc::signal
  (Kjell Ahlstedt)

diffstat:

 devel/libsigc++3/Makefile |  9 +++------
 devel/libsigc++3/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 10 deletions(-)

diffs (38 lines):

diff -r 87fc1d23e399 -r 90eefe220e34 devel/libsigc++3/Makefile
--- a/devel/libsigc++3/Makefile Mon Jul 25 19:42:44 2022 +0000
+++ b/devel/libsigc++3/Makefile Mon Jul 25 19:45:35 2022 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2022/07/25 19:22:23 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2022/07/25 19:45:35 wiz Exp $
 
-DISTNAME=      libsigc++-3.0.7
+DISTNAME=      libsigc++-3.2.0
 PKGNAME=       ${DISTNAME:S/-/3-/}
-PKGREVISION=   1
 CATEGORIES=    devel gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/libsigc++/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz
@@ -13,9 +12,7 @@
 LICENSE=       gnu-lgpl-v2.1
 
 USE_LANGUAGES=         c c++11
-USE_LIBTOOL=           yes
-USE_TOOLS+=            gm4 perl:build pkg-config
-GNU_CONFIGURE=         yes
+USE_TOOLS+=            gm4 pkg-config
 PKGCONFIG_OVERRIDE=    sigc++.pc.in
 
 GCC_REQD+=     4.8
diff -r 87fc1d23e399 -r 90eefe220e34 devel/libsigc++3/distinfo
--- a/devel/libsigc++3/distinfo Mon Jul 25 19:42:44 2022 +0000
+++ b/devel/libsigc++3/distinfo Mon Jul 25 19:45:35 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 10:15:28 nia Exp $
+$NetBSD: distinfo,v 1.7 2022/07/25 19:45:35 wiz Exp $
 
-BLAKE2s (libsigc++-3.0.7.tar.xz) = 2f776ba6b8e1a9b9fb81094bf1d65649cd07dc2aa2043f15e521592feaaac03e
-SHA512 (libsigc++-3.0.7.tar.xz) = 0ce4b56d85ccb0041096e2241523b9ca5bf0fd52f9655d2216e2280d5902075a4685023aa60058eb8ee9b7ed0ffc945d652940b0bda73f2fc7ce4de7371ca984
-Size (libsigc++-3.0.7.tar.xz) = 790604 bytes
+BLAKE2s (libsigc++-3.2.0.tar.xz) = 35b74dbcca38eb10f16743ef09bb77fac3be842e86d62b28b9a1a81b493ecc18
+SHA512 (libsigc++-3.2.0.tar.xz) = 91315cecc79a1ad6ea165b66a13a5afd4e5bc101842f9d4c58811ea78536c07fc8821c51aa5110a032ed71c09f85790b3a02f2ad7fe8cc3aed6e03b2bafcd70c
+Size (libsigc++-3.2.0.tar.xz) = 785900 bytes



Home | Main Index | Thread Index | Old Index