summaryrefslogtreecommitdiffstats
path: root/audio/sound-juicer
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-08-24 08:27:55 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-08-24 08:27:55 +0800
commit0a4cbd92df92bc28904f7486afc1bdbe04040131 (patch)
treed4449dfdba59ccc67fdb4528986803d94523ae94 /audio/sound-juicer
parent7a9111e8897aa3e6f0b3c9b197784bfc799cc68c (diff)
downloadmarcuscom-ports-0a4cbd92df92bc28904f7486afc1bdbe04040131.tar
marcuscom-ports-0a4cbd92df92bc28904f7486afc1bdbe04040131.tar.gz
marcuscom-ports-0a4cbd92df92bc28904f7486afc1bdbe04040131.tar.bz2
marcuscom-ports-0a4cbd92df92bc28904f7486afc1bdbe04040131.tar.lz
marcuscom-ports-0a4cbd92df92bc28904f7486afc1bdbe04040131.tar.xz
marcuscom-ports-0a4cbd92df92bc28904f7486afc1bdbe04040131.tar.zst
marcuscom-ports-0a4cbd92df92bc28904f7486afc1bdbe04040131.zip
Update to 2.11.92.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4606 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/sound-juicer')
-rw-r--r--audio/sound-juicer/Makefile5
-rw-r--r--audio/sound-juicer/distinfo4
-rw-r--r--audio/sound-juicer/files/patch-src::Makefile.in26
3 files changed, 17 insertions, 18 deletions
diff --git a/audio/sound-juicer/Makefile b/audio/sound-juicer/Makefile
index 4bfdff92a..5e8145255 100644
--- a/audio/sound-juicer/Makefile
+++ b/audio/sound-juicer/Makefile
@@ -3,12 +3,11 @@
# Whom: Alexander Nedotsukov <bland@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/audio/sound-juicer/Makefile,v 1.24 2005/08/09 17:26:24 marcus Exp $
+# $MCom: ports/audio/sound-juicer/Makefile,v 1.25 2005/08/09 17:43:20 marcus Exp $
#
PORTNAME= sound-juicer
-PORTVERSION= 2.11.91
-PORTREVISION= 1
+PORTVERSION= 2.11.92
CATEGORIES= audio gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.11
diff --git a/audio/sound-juicer/distinfo b/audio/sound-juicer/distinfo
index 8e07a32d9..dfc361790 100644
--- a/audio/sound-juicer/distinfo
+++ b/audio/sound-juicer/distinfo
@@ -1,2 +1,2 @@
-MD5 (gnome2/sound-juicer-2.11.91.tar.bz2) = 226e799fea83a5522ea6d5babefd261e
-SIZE (gnome2/sound-juicer-2.11.91.tar.bz2) = 534603
+MD5 (gnome2/sound-juicer-2.11.92.tar.bz2) = b3e5f8e2dd1c3cf1246ed797903228d7
+SIZE (gnome2/sound-juicer-2.11.92.tar.bz2) = 550890
diff --git a/audio/sound-juicer/files/patch-src::Makefile.in b/audio/sound-juicer/files/patch-src::Makefile.in
index e36a87ae6..187926fc4 100644
--- a/audio/sound-juicer/files/patch-src::Makefile.in
+++ b/audio/sound-juicer/files/patch-src::Makefile.in
@@ -1,7 +1,16 @@
---- src/Makefile.in.orig Thu Jul 14 16:37:01 2005
-+++ src/Makefile.in Thu Jul 14 16:37:35 2005
-@@ -153,7 +153,7 @@
- mkdir_p = @mkdir_p@
+--- src/Makefile.in.orig Tue Aug 23 20:23:29 2005
++++ src/Makefile.in Tue Aug 23 20:23:57 2005
+@@ -63,7 +63,7 @@
+ sj-about.$(OBJEXT) sj-extracting.$(OBJEXT) \
+ bacon-volume.$(OBJEXT) $(am__objects_1) $(am__objects_2)
+ sound_juicer_OBJECTS = $(am_sound_juicer_OBJECTS)
+-sound_juicer_LDADD = $(LDADD)
++sound_juicer_LDADD = $(LDADD) -lcam
+ DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
+ depcomp = $(SHELL) $(top_srcdir)/depcomp
+ am__depfiles_maybe = depfiles
+@@ -257,7 +257,7 @@
+ target_alias = @target_alias@
# General compiler flags
-AM_CFLAGS = -Wall -export-dynamic -W -Wno-unused-parameter
@@ -9,12 +18,3 @@
# General CPP flags. When I can demand automake 1.8, this can become
# sound_juicer_CPPFLAGS.
-@@ -237,7 +237,7 @@
- sj-about.$(OBJEXT) sj-extracting.$(OBJEXT) sj-volume.$(OBJEXT) \
- $(am__objects_1) $(am__objects_2)
- sound_juicer_OBJECTS = $(am_sound_juicer_OBJECTS)
--sound_juicer_LDADD = $(LDADD)
-+sound_juicer_LDADD = $(LDADD) -lcam
- sound_juicer_DEPENDENCIES =
-
- DEFS = @DEFS@