diff options
author | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2018-03-16 09:27:17 +0000 |
---|---|---|
committer | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2018-03-16 09:27:17 +0000 |
commit | c49abedca7b0afc7ee27333d2e005a1392ebda2c (patch) | |
tree | b5aaadaae32aff0edb85e564d460d76db92e0150 /audio/abcde | |
parent | c4a659c21f74f8c4d78b2c764d1e809b1ca04a16 (diff) | |
download | ports-c49abedca7b0afc7ee27333d2e005a1392ebda2c.tar.gz ports-c49abedca7b0afc7ee27333d2e005a1392ebda2c.zip |
Notes
Diffstat (limited to 'audio/abcde')
-rw-r--r-- | audio/abcde/Makefile | 3 | ||||
-rw-r--r-- | audio/abcde/distinfo | 6 | ||||
-rw-r--r-- | audio/abcde/files/patch-abcde | 6 | ||||
-rw-r--r-- | audio/abcde/files/patch-abcde.conf | 10 |
4 files changed, 12 insertions, 13 deletions
diff --git a/audio/abcde/Makefile b/audio/abcde/Makefile index 2d6e1572022b..ad0fffcea551 100644 --- a/audio/abcde/Makefile +++ b/audio/abcde/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= abcde -PORTVERSION= 2.8.1 -PORTREVISION= 2 +PORTVERSION= 2.9.1 CATEGORIES= audio MASTER_SITES= http://abcde.einval.com/download/ diff --git a/audio/abcde/distinfo b/audio/abcde/distinfo index ad9fe02e5286..49aa9300949e 100644 --- a/audio/abcde/distinfo +++ b/audio/abcde/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1501666570 -SHA256 (abcde-2.8.1.tar.gz) = e49c71d7ddcd312dcc819c3be203abd3d09d286500ee777cde434c7881962b39 -SIZE (abcde-2.8.1.tar.gz) = 149238 +TIMESTAMP = 1521129693 +SHA256 (abcde-2.9.1.tar.gz) = 70ec6e06b791115fbe88dee313f58f691f9b559ee992f2af5ed64fe6ad2e55d7 +SIZE (abcde-2.9.1.tar.gz) = 159563 diff --git a/audio/abcde/files/patch-abcde b/audio/abcde/files/patch-abcde index ccb910fa6d5e..32e99793ccaf 100644 --- a/audio/abcde/files/patch-abcde +++ b/audio/abcde/files/patch-abcde @@ -1,6 +1,6 @@ ---- abcde.orig 2017-01-18 13:56:14 UTC +--- abcde.orig 2018-03-15 16:01:58 UTC +++ abcde -@@ -2012,7 +2012,10 @@ do_discid () +@@ -2108,7 +2108,10 @@ do_discid () LEADOUT="$(echo "$CDPARANOIAOUTPUT" | grep -Eo '^TOTAL[[:space:]]+([[:digit:]]+)' | get_last)" OFFSETS="$(echo "$CDPARANOIAOUTPUT" | sed -n -e's/^ .* \([0-9]\+\) \[.*/\1/p')" @@ -11,4 +11,4 @@ + esac ;; *) - case "$CDDBMETHOD" in + # Calculate the cddb discid in all diff --git a/audio/abcde/files/patch-abcde.conf b/audio/abcde/files/patch-abcde.conf index 4a85843f572c..ed8dffd0fe4a 100644 --- a/audio/abcde/files/patch-abcde.conf +++ b/audio/abcde/files/patch-abcde.conf @@ -1,6 +1,6 @@ ---- abcde.conf.orig 2016-04-06 08:47:56 UTC +--- abcde.conf.orig 2018-03-09 23:03:50 UTC +++ abcde.conf -@@ -231,7 +231,8 @@ +@@ -237,7 +237,8 @@ # Ogg: #VORBIZEOPTS= @@ -10,16 +10,16 @@ # FLAC: # The flac option is a workaround for an error where flac fails -@@ -379,7 +380,7 @@ +@@ -399,7 +400,7 @@ # (e.g. "ogg") or a combination of them separated with "," # (e.g. "flac,mp3"). Currently recognised and supported are: - # "flac", "m4a", "mp3, "mpc", "ogg", "opus", "mka", "spx", "vorbis", "wav", "wv", "ape" + # "flac", "m4a", "mp3, "mpc", "ogg", "opus", "mka", "spx", "vorbis", "wav", "wv", "ape", "aiff" -#OUTPUTTYPE=ogg +OUTPUTTYPE=ogg # Output filename format - change this to reflect your inner desire to # organize things differently than everyone else :) -@@ -392,9 +393,11 @@ +@@ -412,9 +413,11 @@ # to the files. Remove it from your user defined string if you are getting # files like ".ogg.ogg". #OUTPUTFORMAT='${ARTISTFILE}-${ALBUMFILE}/${TRACKNUM}.${TRACKFILE}' |