Date: Sun, 23 Jun 2024 18:38:46 GMT From: Daniel Engberg <diizzy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 8238e05cc432 - main - audio/libsidplayfp: Update to 2.7.1 Message-ID: <202406231838.45NIckAk044446@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=8238e05cc4328f310b4685ffea483b372d216cc5 commit 8238e05cc4328f310b4685ffea483b372d216cc5 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-06-23 15:36:23 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-06-23 18:19:17 +0000 audio/libsidplayfp: Update to 2.7.1 Changelog: https://github.com/libsidplayfp/libsidplayfp/releases/tag/v2.7.1 PR: 279476 Approved by: portmgr (maintainer timeout, 2+ weeks) --- audio/libsidplayfp/Makefile | 9 ++++----- audio/libsidplayfp/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/audio/libsidplayfp/Makefile b/audio/libsidplayfp/Makefile index 0c96a754cc97..6921c1c019b7 100644 --- a/audio/libsidplayfp/Makefile +++ b/audio/libsidplayfp/Makefile @@ -1,5 +1,5 @@ PORTNAME= libsidplayfp -DISTVERSION= 2.5.0 +DISTVERSION= 2.7.1 CATEGORIES= audio MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/ @@ -11,10 +11,9 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= libgcrypt-config:security/libgcrypt -LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ - libgpg-error.so:security/libgpg-error +LIB_DEPENDS= libgcrypt.so:security/libgcrypt -USES= compiler:c++14-lang libtool pathfix pkgconfig +USES= compiler:c++17-lang libtool pathfix pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes @@ -50,7 +49,7 @@ CONFIGURE_ARGS+= --with-simd=neon CONFIGURE_ARGS+= --with-simd=sse2 .endif -SIDPLAYFP_SHLIB_VERSION= 6.3.27 +SIDPLAYFP_SHLIB_VERSION= 6.4.31 STILVIEW_SHLIB_VERSION= 0.0.4 post-build-DOXYGEN-on: diff --git a/audio/libsidplayfp/distinfo b/audio/libsidplayfp/distinfo index fc0bd0f0cda4..f49222f8dc12 100644 --- a/audio/libsidplayfp/distinfo +++ b/audio/libsidplayfp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1698259527 -SHA256 (libsidplayfp-2.5.0.tar.gz) = 3a22751b72b1f5b36ba7d39af7f63947de201d02117a0e156153464cb89f0bd1 -SIZE (libsidplayfp-2.5.0.tar.gz) = 806655 +TIMESTAMP = 1717352921 +SHA256 (libsidplayfp-2.7.1.tar.gz) = 416df16c09b0ab058c21adc1792abfac8524a27b0dac0034afc040057f6346ba +SIZE (libsidplayfp-2.7.1.tar.gz) = 806267
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406231838.45NIckAk044446>