diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-03-01 21:41:46 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-03-01 21:41:46 +0000 |
commit | af79e3f939cf31e8443e5da2385b740361b11631 (patch) | |
tree | 261de0470a32643116e80110ec5b9f8a13bb62dd /audio/esound | |
parent | d47e890f7e983f215355e172eefe0b0dab3580f7 (diff) | |
download | ports-af79e3f939cf31e8443e5da2385b740361b11631.tar.gz ports-af79e3f939cf31e8443e5da2385b740361b11631.zip |
Update to 0.2.33.
Notes
Notes:
svn path=/head/; revision=102682
Diffstat (limited to 'audio/esound')
-rw-r--r-- | audio/esound/Makefile | 3 | ||||
-rw-r--r-- | audio/esound/distinfo | 3 | ||||
-rw-r--r-- | audio/esound/files/patch-aa | 12 |
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) |