Skip to content

Commit

Permalink
libsigc++3: update to 3.0.3.
Browse files Browse the repository at this point in the history
3.0.3 (stable)

Build:
* docs/docs/reference/meson.build: Check if perl is found
  (Kjell Ahlstedt) Issue #53 (Rasmus Thomsen)
* README.md: Describe building with Meson
  (Kjell Ahlstedt)

Examples:
* Add example of using libsigc++ with Qt
  (Robert Middleton) Pull request #35

Tests:
* Replace C-style casts with static_cast<>
  (Lennard Berger)


3.0.2 (stable)

* Build: Meson build improvements.
  (Kjell Ahlstedt, Chun-Wei Fan)

3.0.1 (stable)

* Build:
  - Add meson build, alongside the existing autotools and CMake builds.
  (Kjell Ahlstedt, Chun-Wei Fan)
  - CMake: Fix the MSVC build, enable warnings, and disable unnecessary
  warnings, with MVSC.
  (Stuart Dootson)
* connection: Allow copying of empty connections.
  (Aigrind)
* sigc++/adaptors/bind.h: Make bind_functor::bound_ public.
  (Used by sigc::visitor::do_visit_each().
  (Kjell Ahlstedt) Bug #26
* test_limit_reference: Avoid virtual-move-assign warning
  (seen with g++ 9.2)
  (Murray Cumming)
* signal: slot_iterator_buf: Remove unused T_result default type
  (Murray Cumming)
* tests: Slight cleanups
  (Murray Cumming)
* Remove unused #ifdefed code.
  (Murray Cumming)
  • Loading branch information
0-wiz-0 committed Apr 6, 2020
1 parent 668d3fc commit ae79822
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions devel/libsigc++3/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.3 2020/03/20 11:57:28 nia Exp $
# $NetBSD: Makefile,v 1.4 2020/04/06 09:11:13 wiz Exp $

DISTNAME= libsigc++-3.0.0
DISTNAME= libsigc++-3.0.3
PKGNAME= ${DISTNAME:S/-/3-/}
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libsigc++/${PKGVERSION_NOREV:R}/}
Expand Down
4 changes: 2 additions & 2 deletions devel/libsigc++3/buildlink3.mk
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# $NetBSD: buildlink3.mk,v 1.1 2019/11/07 13:17:42 wiz Exp $
# $NetBSD: buildlink3.mk,v 1.2 2020/04/06 09:11:13 wiz Exp $

BUILDLINK_TREE+= libsigcpp3

.if !defined(LIBSIGCPP3_BUILDLINK3_MK)
LIBSIGCPP3_BUILDLINK3_MK:=

BUILDLINK_API_DEPENDS.libsigcpp3+= libsigc++3>=3.0.0
BUILDLINK_PKGSRCDIR.libsigcpp3?= ../../devel/libsigc++3
BUILDLINK_PKGSRCDIR.libsigcpp3?= ../../devel/libsigc++3

# needs C++11
GCC_REQD+= 4.8
Expand Down
10 changes: 5 additions & 5 deletions devel/libsigc++3/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.1 2019/11/07 13:17:42 wiz Exp $
$NetBSD: distinfo,v 1.2 2020/04/06 09:11:13 wiz Exp $

SHA1 (libsigc++-3.0.0.tar.xz) = 92bea5cff9b155cca1bc1534c008e3c7a0028234
RMD160 (libsigc++-3.0.0.tar.xz) = bebc9b89e52607065a9797d1d57b0d5fc4685b52
SHA512 (libsigc++-3.0.0.tar.xz) = 827831bd3d9aced63419e7616250ad7469db80dda101ad3b919e379e68fd54389e419093385b0fcfb695fc0f7ca954f5007bd747bf88a82090e649c2294a6d9b
Size (libsigc++-3.0.0.tar.xz) = 999820 bytes
SHA1 (libsigc++-3.0.3.tar.xz) = b0c9f57747be8da61085c5b95f985a7ac3f4b38d
RMD160 (libsigc++-3.0.3.tar.xz) = 7b895beab96b410cefb91acc1e86562461eea534
SHA512 (libsigc++-3.0.3.tar.xz) = 4ba1eeb1296ea8b3e911a7c6ce66c402f877485fd3da1ff1c2e6cfe89a986788cb9bcc9ff8d8ef57dc6dbaa046d7a18d30f6b32a0235fe66fb7afae4ec12e13e
Size (libsigc++-3.0.3.tar.xz) = 1011808 bytes

0 comments on commit ae79822

Please sign in to comment.