git: 984428e45c70 - main - audio/cyanrip: Update to 0.9.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 22 Feb 2023 02:37:13 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=984428e45c70cb2938f5a56d76d67eacae0ebaa4 commit 984428e45c70cb2938f5a56d76d67eacae0ebaa4 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2023-02-22 02:36:25 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2023-02-22 02:36:29 +0000 audio/cyanrip: Update to 0.9.0 Changelog: https://github.com/cyanreg/cyanrip/releases/tag/v0.9.0 --- audio/cyanrip/Makefile | 4 ++-- audio/cyanrip/distinfo | 6 +++--- audio/cyanrip/files/patch-src_meson.build | 11 +++++++++++ audio/cyanrip/pkg-message | 4 ++-- 4 files changed, 18 insertions(+), 7 deletions(-) diff --git a/audio/cyanrip/Makefile b/audio/cyanrip/Makefile index 52ddc7ed2569..0d388fb21b58 100644 --- a/audio/cyanrip/Makefile +++ b/audio/cyanrip/Makefile @@ -1,6 +1,6 @@ PORTNAME= cyanrip DISTVERSIONPREFIX= v -DISTVERSION= 0.8.1 +DISTVERSION= 0.9.0 CATEGORIES= audio MAINTAINER= diizzy@FreeBSD.org @@ -16,7 +16,7 @@ LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ libcurl.so:ftp/curl \ libmusicbrainz5.so:audio/libmusicbrainz5 -USES= compiler:c11 localbase meson pkgconfig +USES= localbase meson pkgconfig USE_GITHUB= yes GH_ACCOUNT= cyanreg diff --git a/audio/cyanrip/distinfo b/audio/cyanrip/distinfo index 95cfe0c2ce95..c3935c7a600a 100644 --- a/audio/cyanrip/distinfo +++ b/audio/cyanrip/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1643663020 -SHA256 (cyanreg-cyanrip-v0.8.1_GH0.tar.gz) = a65a454d111bb0852280b9410409e39e63cc7d36757e5e8a9358b4c4fba52183 -SIZE (cyanreg-cyanrip-v0.8.1_GH0.tar.gz) = 58443 +TIMESTAMP = 1677020120 +SHA256 (cyanreg-cyanrip-v0.9.0_GH0.tar.gz) = 51cea8dbe1825d2b25698dd9cc88116d1129b71dc27ac737276c0f242b764406 +SIZE (cyanreg-cyanrip-v0.9.0_GH0.tar.gz) = 59020 diff --git a/audio/cyanrip/files/patch-src_meson.build b/audio/cyanrip/files/patch-src_meson.build new file mode 100644 index 000000000000..29ccececc0e0 --- /dev/null +++ b/audio/cyanrip/files/patch-src_meson.build @@ -0,0 +1,11 @@ +--- src/meson.build.orig 2023-02-21 23:13:42 UTC ++++ src/meson.build +@@ -46,7 +46,7 @@ sources = [ + 'accurip.c', + + # Version +- vcs_tag(command: ['git', 'rev-parse', '--short', 'HEAD'], ++ vcs_tag(command: ['false'], + input: 'version.c.in', output: 'version.c', + fallback: 'release') + ] diff --git a/audio/cyanrip/pkg-message b/audio/cyanrip/pkg-message index e81745601143..627c72728516 100644 --- a/audio/cyanrip/pkg-message +++ b/audio/cyanrip/pkg-message @@ -4,8 +4,8 @@ In order for cyanrip to rip as accurate as possible, be sure to set the drive offset. -You can determine the offset by visiting https://www.daefeatures.co.uk/ , -http://www.accuraterip.com/driveoffsets.htm , by or using a disc that's in +You can determine the offset by visiting https://www.daefeatures.co.uk/ , +http://www.accuraterip.com/driveoffsets.htm , or by using a disc that's in the AccurateRip database. Please refer to https://github.com/cyanreg/cyanrip for more information.