aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2023-12-31 07:24:12 +0000
committerDaniel Engberg <diizzy@FreeBSD.org>2023-12-31 07:34:21 +0000
commit52a318c5bd0cba3ef2c7792f552ad2f51bbb318f (patch)
tree9ea2edc5b7244fc0ced23060fd1f1eb06727000a
parent3d06a50291908c938eb9530517592142b0c005b8 (diff)
downloadports-52a318c5bd0cba3ef2c7792f552ad2f51bbb318f.tar.gz
ports-52a318c5bd0cba3ef2c7792f552ad2f51bbb318f.zip
audio/cyanrip: Backport patch fixing reporting correct version
Purely cosmetic but backport upstream patch so it actually reports current version Reference: https://github.com/cyanreg/cyanrip/commit/e75ed1c51d333ec37bb51fbfb7597ca4059cc298
-rw-r--r--audio/cyanrip/Makefile4
-rw-r--r--audio/cyanrip/distinfo4
2 files changed, 7 insertions, 1 deletions
diff --git a/audio/cyanrip/Makefile b/audio/cyanrip/Makefile
index cffb29d72eaa..aea6a6a2ec6b 100644
--- a/audio/cyanrip/Makefile
+++ b/audio/cyanrip/Makefile
@@ -1,8 +1,12 @@
PORTNAME= cyanrip
DISTVERSIONPREFIX= v
DISTVERSION= 0.9.2
+PORTREVISION= 1
CATEGORIES= audio
+PATCH_SITES= https://github.com/cyanreg/${PORTNAME}/commit/
+PATCHFILES= e75ed1c51d333ec37bb51fbfb7597ca4059cc298.patch:-p1
+
MAINTAINER= diizzy@FreeBSD.org
COMMENT= Audio CD ripper with command-line interface and focus on accuracy
WWW= https://github.com/cyanreg/cyanrip
diff --git a/audio/cyanrip/distinfo b/audio/cyanrip/distinfo
index 0d3db4593809..84f2c705339c 100644
--- a/audio/cyanrip/distinfo
+++ b/audio/cyanrip/distinfo
@@ -1,3 +1,5 @@
-TIMESTAMP = 1701503291
+TIMESTAMP = 1704006910
SHA256 (cyanreg-cyanrip-v0.9.2_GH0.tar.gz) = 55ee337fde224fc98c954134f7ae42f38f9e7b59421514d8acce3a875e5ed2b7
SIZE (cyanreg-cyanrip-v0.9.2_GH0.tar.gz) = 67574
+SHA256 (e75ed1c51d333ec37bb51fbfb7597ca4059cc298.patch) = ff893084ff827af13a7f153a76a066d6be504da2f97b5396a666d66b93d1ee45
+SIZE (e75ed1c51d333ec37bb51fbfb7597ca4059cc298.patch) = 700