svn commit: r464665 - in head/audio/abcde: . files
Torsten Zuehlsdorff
tz at FreeBSD.org
Fri Mar 16 09:27:18 UTC 2018
Author: tz
Date: Fri Mar 16 09:27:17 2018
New Revision: 464665
URL: https://svnweb.freebsd.org/changeset/ports/464665
Log:
audio/abcde: Update from 2.8.1 to 2.9.1
Changelog: https://git.einval.com/cgi-bin/gitweb.cgi?p=abcde.git;a=blob;f=changelog;h=7794b57256ded379a8c00cd4d74c84a628b30c19;hb=ff4100f967b74171b27f4a7038e87082aa6e6bf2
Modified:
head/audio/abcde/Makefile
head/audio/abcde/distinfo
head/audio/abcde/files/patch-abcde
head/audio/abcde/files/patch-abcde.conf
Modified: head/audio/abcde/Makefile
==============================================================================
--- head/audio/abcde/Makefile Fri Mar 16 09:03:15 2018 (r464664)
+++ head/audio/abcde/Makefile Fri Mar 16 09:27:17 2018 (r464665)
@@ -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/
Modified: head/audio/abcde/distinfo
==============================================================================
--- head/audio/abcde/distinfo Fri Mar 16 09:03:15 2018 (r464664)
+++ head/audio/abcde/distinfo Fri Mar 16 09:27:17 2018 (r464665)
@@ -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
Modified: head/audio/abcde/files/patch-abcde
==============================================================================
--- head/audio/abcde/files/patch-abcde Fri Mar 16 09:03:15 2018 (r464664)
+++ head/audio/abcde/files/patch-abcde Fri Mar 16 09:27:17 2018 (r464665)
@@ -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
Modified: head/audio/abcde/files/patch-abcde.conf
==============================================================================
--- head/audio/abcde/files/patch-abcde.conf Fri Mar 16 09:03:15 2018 (r464664)
+++ head/audio/abcde/files/patch-abcde.conf Fri Mar 16 09:27:17 2018 (r464665)
@@ -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}'
More information about the svn-ports-all
mailing list