aboutsummaryrefslogtreecommitdiffstats
path: root/audio/esound
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-03-02 05:41:46 +0800
committermarcus <marcus@FreeBSD.org>2004-03-02 05:41:46 +0800
commit29a9f6c2e42de7720cbcb585cd4268eef9b28852 (patch)
treea186e176c564a372953533afbaaf17c9dc2cf4f0 /audio/esound
parenta280229492f9c0954a454815598e68ef7f9230a7 (diff)
downloadfreebsd-ports-gnome-29a9f6c2e42de7720cbcb585cd4268eef9b28852.tar.gz
freebsd-ports-gnome-29a9f6c2e42de7720cbcb585cd4268eef9b28852.tar.zst
freebsd-ports-gnome-29a9f6c2e42de7720cbcb585cd4268eef9b28852.zip
Update to 0.2.33.
Diffstat (limited to 'audio/esound')
-rw-r--r--audio/esound/Makefile3
-rw-r--r--audio/esound/distinfo3
-rw-r--r--audio/esound/files/patch-aa12
3 files changed, 9 insertions, 9 deletions
diff --git a/audio/esound/Makefile b/audio/esound/Makefile
index fb861abd561f..3f7bfa18e8a7 100644
--- a/audio/esound/Makefile
+++ b/audio/esound/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= esound
-PORTVERSION= 0.2.32
-PORTREVISION= 1
+PORTVERSION= 0.2.33
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.2
diff --git a/audio/esound/distinfo b/audio/esound/distinfo
index 3e8cd8d1e6f5..df28551f2f78 100644
--- a/audio/esound/distinfo
+++ b/audio/esound/distinfo
@@ -1 +1,2 @@
-MD5 (gnome/esound-0.2.32.tar.bz2) = b2a5e71ec8220fea1c22cc042f5f6e63
+MD5 (gnome/esound-0.2.33.tar.bz2) = a23262b09f82497deccf7df4b871115d
+SIZE (gnome/esound-0.2.33.tar.bz2) = 347932
diff --git a/audio/esound/files/patch-aa b/audio/esound/files/patch-aa
index 7ae18832d866..3bb4aa828175 100644
--- a/audio/esound/files/patch-aa
+++ b/audio/esound/files/patch-aa
@@ -1,16 +1,16 @@
---- Makefile.in.orig Fri Aug 1 12:37:56 2003
-+++ Makefile.in Fri Aug 1 12:38:59 2003
-@@ -115,7 +115,7 @@
-
+--- Makefile.in.orig Mon Mar 1 16:37:33 2004
++++ Makefile.in Mon Mar 1 16:38:38 2004
+@@ -119,7 +119,7 @@
lib_LTLIBRARIES = libesd.la $(libesddsp_la)
+ libesd_la_CFLAGS = $(AM_CFLAGS)
-libesd_la_LDFLAGS = -version-info $(ESD_VERSION_INFO) -no-undefined
+libesd_la_LDFLAGS = -version-info 2:0:0 -no-undefined
libesd_la_LIBADD = $(AUDIOFILE_LIBS) $(SOUND_LIBS)
libesd_la_SOURCES = esdlib.c esdmgr.c esdfile.c esd-config.h esd_config.c audio.c genrand.c genrand.h util.c
-@@ -125,7 +125,7 @@
- AUDIO_BACKENDS = audio_aix.c audio_alsa.c audio_alsa09.c audio_hpux.c audio_irix.c audio_none.c audio_oss.c audio_mklinux.c audio_solaris.c
+@@ -129,7 +129,7 @@
+ AUDIO_BACKENDS = audio_aix.c audio_alsa.c audio_alsa09.c audio_coreaudio.c audio_dart.c audio_hpux.c audio_mklinux.c audio_irix.c audio_none.c audio_osf.c audio_oss.c audio_solaris.c audio_win32.c
-libesddsp_la_LDFLAGS = -version-info $(ESD_VERSION_INFO)