git: 4430a994eea5 - main - audio/cmus: Fix absence of colors in terminal
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 15 Jan 2024 08:24:12 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=4430a994eea5d6b2ed84c940963788069d6fd1d6 commit 4430a994eea5d6b2ed84c940963788069d6fd1d6 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-01-15 08:17:46 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-01-15 08:23:59 +0000 audio/cmus: Fix absence of colors in terminal Apply uptream patch to fix function detection. check_function failed to compile due to clang -Wint-conversion warning became error. See also: https://github.com/cmus/cmus/pull/1269 PR: 276318 Reported by: Ivan <ivan@drm.su> --- audio/cmus/Makefile | 3 ++- audio/cmus/distinfo | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/audio/cmus/Makefile b/audio/cmus/Makefile index e1dfe5ca9ed3..ce90a4184f5a 100644 --- a/audio/cmus/Makefile +++ b/audio/cmus/Makefile @@ -1,12 +1,13 @@ PORTNAME= cmus DISTVERSIONPREFIX= v DISTVERSION= 2.10.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= audio PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCHFILES+= 7d3116962bd8.patch:-p1 # https://github.com/cmus/cmus/pull/1221 PATCHFILES+= 07ce2dc7082a.patch:-p1 # https://github.com/cmus/cmus/pull/1254 +PATCHFILES+= 0e07ddc14234.patch:-p1 # https://github.com/cmus/cmus/pull/1269 MAINTAINER= eduardo@FreeBSD.org COMMENT= Console-based music player with really cool features diff --git a/audio/cmus/distinfo b/audio/cmus/distinfo index 43a1889c32c6..7e4ecdd591ca 100644 --- a/audio/cmus/distinfo +++ b/audio/cmus/distinfo @@ -1,7 +1,9 @@ -TIMESTAMP = 1688901999 +TIMESTAMP = 1705306379 SHA256 (cmus-cmus-v2.10.0_GH0.tar.gz) = ff40068574810a7de3990f4f69c9c47ef49e37bd31d298d372e8bcdafb973fff SIZE (cmus-cmus-v2.10.0_GH0.tar.gz) = 324121 SHA256 (7d3116962bd8.patch) = 9f61d5402574eab21aae828265e3fc867f8aba7657c746fab96fd80b4f0d5a52 SIZE (7d3116962bd8.patch) = 1065 SHA256 (07ce2dc7082a.patch) = 940e44a28a3a76485a2d687e5c468f8494f1e0caf34df3ab2a25201dc40b33ca SIZE (07ce2dc7082a.patch) = 784 +SHA256 (0e07ddc14234.patch) = a0a853ffc45d60b7b828b6efb58f01fe36faa4287428803862287996345e0c6f +SIZE (0e07ddc14234.patch) = 848