pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/libdiscid



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Jul  8 10:10:21 UTC 2026

Modified Files:
        pkgsrc/audio/libdiscid: Makefile distinfo

Log Message:
libdiscid: updated to 0.7.0

0.7.0

Add DISCID_USE_HTTPS build flag: If set, the functions discid_get_submission_url
and discid_get_webservice_url will generate URLs using the HTTPS protocol instead
of HTTP. This might break existing applications that rely on the exact URL
structure being returned, hence this flag is disabled by default.
NOTE: DISCID_USE_HTTPS will become the default in a future release. Please
update your software to not rely on the exact URL structure being returned.
CMake: Fix pkg-config .pc file not being relocatable
Autotools: Fix "make docs" not including examples
Mac: Fix compiler warning about deprecated use of IOMasterPort
Fix compiler warnings about use of strncpy
Consistently use CRLF for newlines in versioninfo.rc
Provide Windows ARM64 binary builds


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/audio/libdiscid/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/audio/libdiscid/distinfo

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

Modified files:

Index: pkgsrc/audio/libdiscid/Makefile
diff -u pkgsrc/audio/libdiscid/Makefile:1.17 pkgsrc/audio/libdiscid/Makefile:1.18
--- pkgsrc/audio/libdiscid/Makefile:1.17        Wed May 21 12:11:51 2025
+++ pkgsrc/audio/libdiscid/Makefile     Wed Jul  8 10:10:21 2026
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.17 2025/05/21 12:11:51 adam Exp $
+# $NetBSD: Makefile,v 1.18 2026/07/08 10:10:21 adam Exp $
 
-DISTNAME=      libdiscid-0.6.5
+DISTNAME=      libdiscid-0.7.0
 CATEGORIES=    audio
-MASTER_SITES=  http://ftp.musicbrainz.org/pub/musicbrainz/libdiscid/
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=metabrainz/}
+GITHUB_RELEASE=        v${PKGVERSION_NOREV}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://musicbrainz.org/doc/libdiscid

Index: pkgsrc/audio/libdiscid/distinfo
diff -u pkgsrc/audio/libdiscid/distinfo:1.10 pkgsrc/audio/libdiscid/distinfo:1.11
--- pkgsrc/audio/libdiscid/distinfo:1.10        Wed May 21 12:11:51 2025
+++ pkgsrc/audio/libdiscid/distinfo     Wed Jul  8 10:10:21 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2025/05/21 12:11:51 adam Exp $
+$NetBSD: distinfo,v 1.11 2026/07/08 10:10:21 adam Exp $
 
-BLAKE2s (libdiscid-0.6.5.tar.gz) = 7196c9f1a72bb19bfc05e6dd6e232abb302841ef6d91a986f82c0f2bc1da5866
-SHA512 (libdiscid-0.6.5.tar.gz) = a23a107172b7d5681a5c3c51b12b466f20c571bfd116fd822ab617ca16b1e77e36875b99803d9bd3e88fe70f97ee310b26bfc427b605ba6f5125f5d9d04bf9c8
-Size (libdiscid-0.6.5.tar.gz) = 396307 bytes
+BLAKE2s (libdiscid-0.7.0.tar.gz) = 2c7703925da6237571f874e83cb1cba2c9e8d5febc663eed23929a9e274d84e4
+SHA512 (libdiscid-0.7.0.tar.gz) = b90a1d22402a644478ee4abaae7d4012033069516e49c50ba966aa58d89094004a7d39e4b85e99b53716068c90c4b92635176ac94f4770a5ba34608d665e9a76
+Size (libdiscid-0.7.0.tar.gz) = 396943 bytes



Home | Main Index | Thread Index | Old Index