View | Details | Raw Unified | Return to bug 208604
Collapse All | Expand All

(-)b/audio/abcde/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	abcde
4
PORTNAME=	abcde
5
PORTVERSION=	2.7.1
5
PORTVERSION=	2.7.2
6
CATEGORIES=	audio
6
CATEGORIES=	audio
7
MASTER_SITES=	http://abcde.einval.com/download/
7
MASTER_SITES=	http://abcde.einval.com/download/
8
8
(-)b/audio/abcde/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (abcde-2.7.1.tar.gz) = 3401e39785b20edee843d4d875b47d2b559f764681c482c4491a8c8ba605f250
1
SHA256 (abcde-2.7.2.tar.gz) = aa39881682ac46eb9fc199d1343b97bc56a322b41a5c57013acda31948bc53dd
2
SIZE (abcde-2.7.1.tar.gz) = 144302
2
SIZE (abcde-2.7.2.tar.gz) = 146407
(-)b/audio/abcde/files/patch-abcde.conf (-5 / +5 lines)
Lines 1-6 Link Here
1
--- abcde.conf.orig	2015-06-18 12:26:40 UTC
1
--- abcde.conf.orig	2016-04-06 08:47:56 UTC
2
+++ abcde.conf
2
+++ abcde.conf
3
@@ -209,7 +209,8 @@
3
@@ -231,7 +231,8 @@
4
 
4
 
5
 # Ogg:
5
 # Ogg:
6
 #VORBIZEOPTS=
6
 #VORBIZEOPTS=
Lines 10-25 Link Here
10
 
10
 
11
 # FLAC:
11
 # FLAC:
12
 # The flac option is a workaround for an error where flac fails
12
 # The flac option is a workaround for an error where flac fails
13
@@ -323,7 +324,7 @@
13
@@ -379,7 +380,7 @@
14
 # (e.g. "ogg") or a combination of them separated with ","
14
 # (e.g. "ogg") or a combination of them separated with ","
15
 # (e.g. "flac,mp3"). Currently recognised and supported are:
15
 # (e.g. "flac,mp3"). Currently recognised and supported are:
16
 # "flac", "m4a", "mp3, "mpc", "ogg", "opus", "spx", "vorbis", "wav", "wv", "ape"
16
 # "flac", "m4a", "mp3, "mpc", "ogg", "opus", "mka", "spx", "vorbis", "wav", "wv", "ape"
17
-#OUTPUTTYPE=ogg
17
-#OUTPUTTYPE=ogg
18
+OUTPUTTYPE=ogg
18
+OUTPUTTYPE=ogg
19
 
19
 
20
 # Output filename format - change this to reflect your inner desire to
20
 # Output filename format - change this to reflect your inner desire to
21
 # organize things differently than everyone else :)
21
 # organize things differently than everyone else :)
22
@@ -336,9 +337,11 @@
22
@@ -392,9 +393,11 @@
23
 # to the files. Remove it from your user defined string if you are getting
23
 # to the files. Remove it from your user defined string if you are getting
24
 # files like ".ogg.ogg".
24
 # files like ".ogg.ogg".
25
 #OUTPUTFORMAT='${ARTISTFILE}-${ALBUMFILE}/${TRACKNUM}.${TRACKFILE}'
25
 #OUTPUTFORMAT='${ARTISTFILE}-${ALBUMFILE}/${TRACKNUM}.${TRACKFILE}'

Return to bug 208604