diff options
author | mnag <mnag@FreeBSD.org> | 2005-10-07 09:18:34 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2005-10-07 09:18:34 +0800 |
commit | f77f58dc9ebd2169bd4dc247f5d3c319ecdbf553 (patch) | |
tree | c1536d17f562fdb4ca233f5a293fa4ac38939284 /audio | |
parent | b2bc030a27b8f9211d70fc460635c945e7b79c2d (diff) | |
download | freebsd-ports-gnome-f77f58dc9ebd2169bd4dc247f5d3c319ecdbf553.tar.gz freebsd-ports-gnome-f77f58dc9ebd2169bd4dc247f5d3c319ecdbf553.tar.zst freebsd-ports-gnome-f77f58dc9ebd2169bd4dc247f5d3c319ecdbf553.zip |
Update to 0.37
PR: 87019
Submitted by: Frank Laszlo <laszlof@vonostingroup.com> (maintainer)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/vorbisgain/Makefile | 4 | ||||
-rw-r--r-- | audio/vorbisgain/distinfo | 4 | ||||
-rw-r--r-- | audio/vorbisgain/files/patch-Makefile.in | 18 |
3 files changed, 3 insertions, 23 deletions
diff --git a/audio/vorbisgain/Makefile b/audio/vorbisgain/Makefile index 8711abceecbc..850060671009 100644 --- a/audio/vorbisgain/Makefile +++ b/audio/vorbisgain/Makefile @@ -7,8 +7,7 @@ # PORTNAME= vorbisgain -PORTVERSION= 0.34 -PORTREVISION= 1 +PORTVERSION= 0.37 CATEGORIES= audio MASTER_SITES= http://sjeng.org/ftp/vorbis/ @@ -17,7 +16,6 @@ COMMENT= Calculates the perceived sound level of an Ogg Vorbis file LIB_DEPENDS= vorbis.3:${PORTSDIR}/audio/libvorbis -USE_ZIP= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/audio/vorbisgain/distinfo b/audio/vorbisgain/distinfo index 2cecdcb41480..219c9d9c99f6 100644 --- a/audio/vorbisgain/distinfo +++ b/audio/vorbisgain/distinfo @@ -1,2 +1,2 @@ -MD5 (vorbisgain-0.34.zip) = ee62352b74c610bb3eeddda038819fc8 -SIZE (vorbisgain-0.34.zip) = 148950 +MD5 (vorbisgain-0.37.tar.gz) = 850b05a7b2b0ee67edb5a27b8c6ac3a2 +SIZE (vorbisgain-0.37.tar.gz) = 208977 diff --git a/audio/vorbisgain/files/patch-Makefile.in b/audio/vorbisgain/files/patch-Makefile.in deleted file mode 100644 index 456ce42bcaf4..000000000000 --- a/audio/vorbisgain/files/patch-Makefile.in +++ /dev/null @@ -1,18 +0,0 @@ - -$FreeBSD$ - ---- Makefile.in.orig Mon Oct 13 16:58:56 2003 -+++ Makefile.in Mon Oct 13 16:59:12 2003 -@@ -417,10 +417,10 @@ - - - debug: -- $(MAKE) all CFLAGS="@DEBUG@" -+ $(MAKE) all CFLAGS="@DEBUG@" - - profile: -- $(MAKE) all CFLAGS="@PROFILE@" -+ $(MAKE) all CFLAGS="@PROFILE@" - - # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. |