Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 05 Jun 2026 04:15:17 +0000
From:      Don Lewis <truckman@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Cc:        Olivier Duchateau <duchateau.olivier@gmail.com>
Subject:   git: 52497b5fdce0 - main - devel/libsigc++20: update to 2.12.2
Message-ID:  <6a224d55.19e9b.787b3615@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by truckman:

URL: https://cgit.FreeBSD.org/ports/commit/?id=52497b5fdce07fadcbead0d6c44e902c76f133c0

commit 52497b5fdce07fadcbead0d6c44e902c76f133c0
Author:     Olivier Duchateau <duchateau.olivier@gmail.com>
AuthorDate: 2026-06-05 03:44:47 +0000
Commit:     Don Lewis <truckman@FreeBSD.org>
CommitDate: 2026-06-05 04:14:31 +0000

    devel/libsigc++20: update to 2.12.2
    
    Update to 2.12.2
    
      2.12.2 (stable) 2026-05-17
    
      This release and future releases will not store tarballs at
      download.gnome.org/sources/. Only modules with source code at
      gitlab.gnome.org/GNOME/ can store tarballs there now.
      Tarballs of libsigcplusplus are now stored only at
      github.com/libsigcplusplus/libsigcplusplus/releases/.
    
      Documentation:
    
      - README.md: Add info about building the documentation
        (Kjell Ahlstedt) Issue #101 (raphael10-collab)
      - Don't link to removed parts of gnome.org
        (Kjell Ahlstedt)
      - Remove obsolete FSF (Free Software Foundation) address
        (Tom spot Callaway) Pull request libxmlplusplus#72
      - Clarify download locations.
        Releases will not be stored at download.gnome.org/sources/.
        (Kjell Ahlstedt)
      - MSVC_NMake/MSVC-Builds.md: Mention Visual Studio 2026
        (Chun-wei Fan) Pull request #117
      - Visual Studio builds: Update build information
        (Chun-wei Fan) Pull request #119
    
      Meson build:
    
       - Don't fail if warning_level=everything
        (Daniel Boles, Kjell Ahlstedt) Merge request gtkmm!87
      - Don't require the 'dot' command to build the documentation
        (Kjell Ahlstedt) Issue #98
      - Add the build-manual option
      - Require python3 >= 3.7. That's what Meson requires.
      - Require meson >= 0.60
        (Kjell Ahlstedt)
      - build-pdf: Prevent infinite loop in dblatex
        (Philippe Baril Lecavalier) Pull request #113
      - Use the Python installation that Meson uses.
        See merge request glibmm!67
        (Kjell Ahlstedt)
      - NMake Makefiles: Update for Visual Studio 2026
        (Chun-wei Fan) Pull request #117
      - NMake Makefiles: Clean up and make things more flexible
      - NMake Makefiles: Make build process more robust
        (Chun-wei Fan) Pull request #119
    
    Make portclippy happy
    
    Revert PORTSCOUT location change, the proper location is ambiguous.
    (truckman)
    
    PR:             295365
    Reviewed by:    diizzy
---
 devel/libsigc++20/Makefile | 9 ++++-----
 devel/libsigc++20/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/devel/libsigc++20/Makefile b/devel/libsigc++20/Makefile
index aa7869d9e51d..454827b05c49 100644
--- a/devel/libsigc++20/Makefile
+++ b/devel/libsigc++20/Makefile
@@ -1,8 +1,7 @@
 PORTNAME=	libsigc++
-DISTVERSION=	2.12.1
+DISTVERSION=	2.12.2
 CATEGORIES=	devel
-MASTER_SITES=	GNOME \
-		https://github.com/libsigcplusplus/libsigcplusplus/releases/download/${DISTVERSION}/
+MASTER_SITES=	https://github.com/libsigcplusplus/libsigcplusplus/releases/download/${DISTVERSION}/
 
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	Callback Framework for C++
@@ -16,9 +15,9 @@ PORTSCOUT=	limit:^2\.12\.
 USES=		compiler:c++11-lang meson tar:xz
 USE_LDCONFIG=	yes
 
-PLIST_SUB=	API_VERSION="2.0"
-
 MESON_ARGS=	-Dbuild-documentation=false \
 		-Dbuild-examples=false
 
+PLIST_SUB=	API_VERSION="2.0"
+
 .include <bsd.port.mk>
diff --git a/devel/libsigc++20/distinfo b/devel/libsigc++20/distinfo
index 5908b3a7a36e..d4e8579ab5da 100644
--- a/devel/libsigc++20/distinfo
+++ b/devel/libsigc++20/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1720347977
-SHA256 (libsigc++-2.12.1.tar.xz) = a9dbee323351d109b7aee074a9cb89ca3e7bcf8ad8edef1851f4cf359bd50843
-SIZE (libsigc++-2.12.1.tar.xz) = 5041732
+TIMESTAMP = 1779038497
+SHA256 (libsigc++-2.12.2.tar.xz) = 7d4cdf1e4332ebfee8085ad960075045e7763cb291b3ccf4744d7cbf08a22b75
+SIZE (libsigc++-2.12.2.tar.xz) = 5316284


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a224d55.19e9b.787b3615>