summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2009-06-18 05:23:32 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2009-06-18 05:23:32 +0000
commit3d18ef893f0b996694bbc391bd24a2d58989f36b (patch)
tree8b51a31ce72f4b48fd64c90d08c090b955f49d52 /audio
parentUpdate 1.0.3 --> 1.0.4 (diff)
- update to 1.5.0
Notes
Notes: svn path=/head/; revision=236191
Diffstat (limited to 'audio')
-rw-r--r--audio/mp3gain/Makefile2
-rw-r--r--audio/mp3gain/distinfo6
-rw-r--r--audio/mp3gain/files/Makefile.main4
3 files changed, 6 insertions, 6 deletions
diff --git a/audio/mp3gain/Makefile b/audio/mp3gain/Makefile
index 661ad71d7c7d..bb1d5c686f68 100644
--- a/audio/mp3gain/Makefile
+++ b/audio/mp3gain/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= mp3gain
-PORTVERSION= 1.4.6
+PORTVERSION= 1.5.0
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=${PORTNAME}
diff --git a/audio/mp3gain/distinfo b/audio/mp3gain/distinfo
index 2a7f4afef17c..1d4d903885ba 100644
--- a/audio/mp3gain/distinfo
+++ b/audio/mp3gain/distinfo
@@ -1,3 +1,3 @@
-MD5 (mp3gain-1_4_6-src.zip) = 4327167375dce5bce97625729a95fdb9
-SHA256 (mp3gain-1_4_6-src.zip) = e1ad9aeb18403cf9ea54af830e1371523d6d5373bfef01a8964e3735deaf7d4f
-SIZE (mp3gain-1_4_6-src.zip) = 111408
+MD5 (mp3gain-1_5_0-src.zip) = f14ac8f48c83cb5addfbb91d3c4c3711
+SHA256 (mp3gain-1_5_0-src.zip) = 38bf2f31e098a380a135b9613ac60cb92219088e68d3365ad7c9f1d5de683c75
+SIZE (mp3gain-1_5_0-src.zip) = 120943
diff --git a/audio/mp3gain/files/Makefile.main b/audio/mp3gain/files/Makefile.main
index b853ea9e2325..b6fbf2c2b980 100644
--- a/audio/mp3gain/files/Makefile.main
+++ b/audio/mp3gain/files/Makefile.main
@@ -1,4 +1,4 @@
-SRCS= gain_analysis.c mp3gain.c rg_error.c apetag.c
+SRCS= gain_analysis.c mp3gain.c rg_error.c apetag.c id3tag.c
PROG= mp3gain
LDFLAGS+= -LmpglibDBL
@@ -7,7 +7,7 @@ DPADD= mpglibDBL/libmpglibDBL.a
BINDIR= ${PREFIX}/bin
-NOMAN= yes
+NO_MAN= yes
mpglibDBL/libmpglibDBL.a:
cd mpglibDBL && ${MAKE}