diff options
author | marcus <marcus@FreeBSD.org> | 2010-11-28 05:35:03 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2010-11-28 05:35:03 +0800 |
commit | 7ca790f08d71e57d179a08d06fb633edfda913bf (patch) | |
tree | a6f933f41f538f9c54d806dc5ac61a36755f4b4f /audio | |
parent | 0f00ddd7a9486c81d425eaeeb7112f1f671c1398 (diff) | |
download | freebsd-ports-gnome-7ca790f08d71e57d179a08d06fb633edfda913bf.tar.gz freebsd-ports-gnome-7ca790f08d71e57d179a08d06fb633edfda913bf.tar.zst freebsd-ports-gnome-7ca790f08d71e57d179a08d06fb633edfda913bf.zip |
Update to 0.9.22.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/pulseaudio/Makefile | 3 | ||||
-rw-r--r-- | audio/pulseaudio/distinfo | 5 | ||||
-rw-r--r-- | audio/pulseaudio/files/patch-configure | 14 |
3 files changed, 10 insertions, 12 deletions
diff --git a/audio/pulseaudio/Makefile b/audio/pulseaudio/Makefile index 468b26b2267b..ebc0065f567d 100644 --- a/audio/pulseaudio/Makefile +++ b/audio/pulseaudio/Makefile @@ -11,8 +11,7 @@ # PORTNAME= pulseaudio -PORTVERSION= 0.9.21 -PORTREVISION= 5 +PORTVERSION= 0.9.22 CATEGORIES= audio MASTER_SITES= http://0pointer.de/lennart/projects/${PORTNAME}/ diff --git a/audio/pulseaudio/distinfo b/audio/pulseaudio/distinfo index 8529bce24ed9..a7b02d0d5db1 100644 --- a/audio/pulseaudio/distinfo +++ b/audio/pulseaudio/distinfo @@ -1,3 +1,2 @@ -MD5 (pulseaudio-0.9.21.tar.gz) = 76e623c4c72e2258bc8bdeb1599bad74 -SHA256 (pulseaudio-0.9.21.tar.gz) = 94e22356ac70ee95388ae58da90d88c6b3186d1938618d21671627ff56cee254 -SIZE (pulseaudio-0.9.21.tar.gz) = 2056896 +SHA256 (pulseaudio-0.9.22.tar.gz) = c6019324395117a258c048a6db5e9734551cc2c61dc35b46403ff00d64be55f0 +SIZE (pulseaudio-0.9.22.tar.gz) = 2076785 diff --git a/audio/pulseaudio/files/patch-configure b/audio/pulseaudio/files/patch-configure index 21a97d9124cc..525356e4b0b5 100644 --- a/audio/pulseaudio/files/patch-configure +++ b/audio/pulseaudio/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig 2009-11-24 16:31:47.000000000 +0100 -+++ configure 2009-11-24 16:32:35.000000000 +0100 -@@ -13586,6 +13586,7 @@ +--- configure.orig 2010-11-27 12:59:51.000000000 -0500 ++++ configure 2010-11-27 13:00:33.000000000 -0500 +@@ -13773,6 +13773,7 @@ $as_echo_n "checking whether to check fo check_inconsistencies=yes case "${host_cpu}-${host_os}" in *-darwin*) check_inconsistencies=no ;; @@ -8,16 +8,16 @@ esac if test x"$GCC" != xyes -o "x$check_inconsistencies" != xyes ; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -@@ -18007,7 +18008,7 @@ +@@ -18300,7 +18301,7 @@ _ACEOF else -- as_fn_error "*** libatomic-ops headers not found" "$LINENO" 5 -+# as_fn_error "*** libatomic-ops headers not found" "$LINENO" 5 +- as_fn_error $? "*** libatomic-ops headers not found" "$LINENO" 5 ++# as_fn_error $? "*** libatomic-ops headers not found" "$LINENO" 5 fi -@@ -18015,9 +18016,9 @@ +@@ -18308,9 +18309,9 @@ done # Win32 does not need the lib and breaks horribly if we try to include it |