pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libsigc++3



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jul 25 19:45:35 UTC 2022

Modified Files:
        pkgsrc/devel/libsigc++3: Makefile distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/libsigc++3/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/libsigc++3/distinfo

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

Modified files:

Index: pkgsrc/devel/libsigc++3/Makefile
diff -u pkgsrc/devel/libsigc++3/Makefile:1.10 pkgsrc/devel/libsigc++3/Makefile:1.11
--- pkgsrc/devel/libsigc++3/Makefile:1.10       Mon Jul 25 19:22:23 2022
+++ pkgsrc/devel/libsigc++3/Makefile    Mon Jul 25 19:45:35 2022
@@ -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 @@ COMMENT=      Type-safe callback system for C
 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

Index: pkgsrc/devel/libsigc++3/distinfo
diff -u pkgsrc/devel/libsigc++3/distinfo:1.6 pkgsrc/devel/libsigc++3/distinfo:1.7
--- pkgsrc/devel/libsigc++3/distinfo:1.6        Tue Oct 26 10:15:28 2021
+++ pkgsrc/devel/libsigc++3/distinfo    Mon Jul 25 19:45:35 2022
@@ -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