1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
Torsten Zuehlsdorff 2018-03-16 09:27:17 +00:00
parent c4a659c21f
commit c49abedca7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464665
4 changed files with 12 additions and 13 deletions

View File

@ -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/

View File

@ -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

View File

@ -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

View File

@ -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}'