git: 3666ac74205a - main - audio/ncmpcpp: Update to 0.10.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 16 Nov 2024 18:30:34 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=3666ac74205a30c7d62af04424c5162c9892b4f2 commit 3666ac74205a30c7d62af04424c5162c9892b4f2 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-11-16 09:39:08 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-11-16 18:29:08 +0000 audio/ncmpcpp: Update to 0.10.1 Changelog: https://github.com/ncmpcpp/ncmpcpp/blob/0.10.1/CHANGELOG.md PR: 282307 Approved by: portmgr (maintainer timeout, 2+ weeks) --- audio/ncmpcpp/Makefile | 8 ++------ audio/ncmpcpp/distinfo | 8 +++----- audio/ncmpcpp/files/patch-configure.ac | 2 +- 3 files changed, 6 insertions(+), 12 deletions(-) diff --git a/audio/ncmpcpp/Makefile b/audio/ncmpcpp/Makefile index 161afd7fb064..39ad17fa3789 100644 --- a/audio/ncmpcpp/Makefile +++ b/audio/ncmpcpp/Makefile @@ -1,11 +1,7 @@ PORTNAME= ncmpcpp -DISTVERSION= 0.10 -PORTREVISION= 1 +DISTVERSION= 0.10.1 CATEGORIES= audio -PATCH_SITES= https://github.com/ncmpcpp/ncmpcpp/commit/ -PATCHFILES= 72d990fe250da1e583677474b3462b9e9894130b.patch:-p1 - MAINTAINER= yamagi@yamagi.org COMMENT= Ncurses mpd client, clone of ncmpc with some new features WWW= https://github.com/ncmpcpp/ncmpcpp @@ -18,7 +14,7 @@ LIB_DEPENDS= libmpdclient.so:audio/libmpdclient \ libboost_filesystem.so:devel/boost-libs \ libcurl.so:ftp/curl -USES= autoreconf compiler:c++14-lang iconv libtool ncurses \ +USES= autoreconf compiler:c++17-lang iconv libtool ncurses \ pkgconfig readline USE_GITHUB= yes diff --git a/audio/ncmpcpp/distinfo b/audio/ncmpcpp/distinfo index 82f3cbd73153..6403d7d5cb8a 100644 --- a/audio/ncmpcpp/distinfo +++ b/audio/ncmpcpp/distinfo @@ -1,5 +1,3 @@ -TIMESTAMP = 1726342098 -SHA256 (ncmpcpp-ncmpcpp-0.10_GH0.tar.gz) = d1baaeea6c79b4595447947102b2d866fe1b793be9b3bf9d26eef2c02d42108f -SIZE (ncmpcpp-ncmpcpp-0.10_GH0.tar.gz) = 231321 -SHA256 (72d990fe250da1e583677474b3462b9e9894130b.patch) = 9e17aa75007e0a8ecebbdfe500f5f410f6ea9faa28809f6b104b3d093cfc8d4f -SIZE (72d990fe250da1e583677474b3462b9e9894130b.patch) = 676 +TIMESTAMP = 1729793864 +SHA256 (ncmpcpp-ncmpcpp-0.10.1_GH0.tar.gz) = ddc89da86595d272282ae8726cc7913867b9517eec6e765e66e6da860b58e2f9 +SIZE (ncmpcpp-ncmpcpp-0.10.1_GH0.tar.gz) = 231032 diff --git a/audio/ncmpcpp/files/patch-configure.ac b/audio/ncmpcpp/files/patch-configure.ac index 40c8b37fcdf2..d897255b4c75 100644 --- a/audio/ncmpcpp/files/patch-configure.ac +++ b/audio/ncmpcpp/files/patch-configure.ac @@ -67,7 +67,7 @@ +# AC_MSG_RESULT([no]) +# AC_MSG_ERROR([[Your compiler doesn't seem to support C++20, please upgrade]]) +#) -+CXXFLAGS="$old_CXXFLAGS -std=c++14" ++CXXFLAGS="$old_CXXFLAGS -std=c++17" # generic lambda expressions support AC_MSG_CHECKING([whether compiler supports generic lambda expressions])