From 43801f99c789f6a306a50382b821f7322bb5c8c0 Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Sun, 15 Feb 2009 17:23:17 +0000 Subject: [PATCH] - bugfix update to gnome-speech 0.4.24 --- x11/gnome/speech/Makefile | 5 ++--- x11/gnome/speech/distinfo | 10 +++++----- x11/gnome/speech/patches/patch-configure | 10 +++++----- 3 files changed, 12 insertions(+), 13 deletions(-) diff --git a/x11/gnome/speech/Makefile b/x11/gnome/speech/Makefile index 69e108c0a79..74487c98b99 100644 --- a/x11/gnome/speech/Makefile +++ b/x11/gnome/speech/Makefile @@ -1,11 +1,10 @@ -# $OpenBSD: Makefile,v 1.7 2009/02/11 15:47:51 jasper Exp $ +# $OpenBSD: Makefile,v 1.8 2009/02/15 17:23:17 ajacoutot Exp $ COMMENT= GNOME speech module GNOME_PROJECT= gnome-speech -GNOME_VERSION= 0.4.23 +GNOME_VERSION= 0.4.24 SHARED_LIBS += gnomespeech 0.1 # .7.1 -PKGNAME= ${DISTNAME}p1 # LGPLv2 PERMIT_PACKAGE_CDROM= Yes diff --git a/x11/gnome/speech/distinfo b/x11/gnome/speech/distinfo index ea6f5449a95..a877e370141 100644 --- a/x11/gnome/speech/distinfo +++ b/x11/gnome/speech/distinfo @@ -1,5 +1,5 @@ -MD5 (gnome/gnome-speech-0.4.23.tar.bz2) = VAQc+H995W3QgYSOhqCNTA== -RMD160 (gnome/gnome-speech-0.4.23.tar.bz2) = sOJ/eoQAjMOuARXdYBcyyYWvA9U= -SHA1 (gnome/gnome-speech-0.4.23.tar.bz2) = i45hWspsNrlI6W+gHLJ2arkJOGk= -SHA256 (gnome/gnome-speech-0.4.23.tar.bz2) = KPHe1+hZLM7ORzLLlM29XG/31XzLne7/pXzGvKg2SLE= -SIZE (gnome/gnome-speech-0.4.23.tar.bz2) = 309213 +MD5 (gnome/gnome-speech-0.4.24.tar.bz2) = vw/q2VFwwyklpEQuoh/whQ== +RMD160 (gnome/gnome-speech-0.4.24.tar.bz2) = aucmTWTUdt45iWpQn7Y+8LCREjs= +SHA1 (gnome/gnome-speech-0.4.24.tar.bz2) = +oPFG484QXsU0ynJ/o1Dy3AisCM= +SHA256 (gnome/gnome-speech-0.4.24.tar.bz2) = NclI0YU2ozyQGH2AM1w3Q/sFVo/jxxtXwCwBLzHdPrI= +SIZE (gnome/gnome-speech-0.4.24.tar.bz2) = 340482 diff --git a/x11/gnome/speech/patches/patch-configure b/x11/gnome/speech/patches/patch-configure index 3607a3bec36..5ebd4e9e9d1 100644 --- a/x11/gnome/speech/patches/patch-configure +++ b/x11/gnome/speech/patches/patch-configure @@ -1,11 +1,11 @@ -$OpenBSD: patch-configure,v 1.3 2008/11/21 18:20:05 jasper Exp $ +$OpenBSD: patch-configure,v 1.4 2009/02/15 17:23:17 ajacoutot Exp $ Force disable Java support. Configure script is broken and doesn't correctly disable it. ---- configure.orig Sun Nov 16 17:25:05 2008 -+++ configure Tue Nov 18 12:25:13 2008 -@@ -12358,7 +12358,7 @@ fi +--- configure.orig Sun Feb 15 17:22:14 2009 ++++ configure Sun Feb 15 18:19:11 2009 +@@ -12485,7 +12485,7 @@ fi # Java support @@ -14,7 +14,7 @@ correctly disable it. # Check whether --with-java_home was given. if test "${with_java_home+set}" = set; then withval=$with_java_home; if test "$withval" = "no" ; then -@@ -12831,8 +12831,11 @@ else +@@ -12958,8 +12958,11 @@ else BUILD_JAVA_PACKAGE_FALSE= fi