diff options
author | marcus <marcus@FreeBSD.org> | 2005-11-14 09:16:29 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-11-14 09:16:29 +0800 |
commit | f469fbb49fe2954bee5167db8f0bb1072c9c6195 (patch) | |
tree | a8c68b1cd0a4fcf7083e4673ff1ccdf24b885d58 /accessibility/gnomespeech | |
parent | b2cad6843ef6a498de4399cf562a7e83a4fce404 (diff) | |
download | freebsd-ports-graphics-f469fbb49fe2954bee5167db8f0bb1072c9c6195.tar.gz freebsd-ports-graphics-f469fbb49fe2954bee5167db8f0bb1072c9c6195.tar.zst freebsd-ports-graphics-f469fbb49fe2954bee5167db8f0bb1072c9c6195.zip |
Update to 0.3.9.
Diffstat (limited to 'accessibility/gnomespeech')
-rw-r--r-- | accessibility/gnomespeech/Makefile | 3 | ||||
-rw-r--r-- | accessibility/gnomespeech/distinfo | 5 | ||||
-rw-r--r-- | accessibility/gnomespeech/files/patch-drivers_festival_festivalsynthesisdriver.c | 10 |
3 files changed, 4 insertions, 14 deletions
diff --git a/accessibility/gnomespeech/Makefile b/accessibility/gnomespeech/Makefile index 1d275e8e4e5..79e047ab337 100644 --- a/accessibility/gnomespeech/Makefile +++ b/accessibility/gnomespeech/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gnomespeech -PORTVERSION= 0.3.8 -PORTREVISION= 1 +PORTVERSION= 0.3.9 CATEGORIES= accessibility audio gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-speech/0.3 diff --git a/accessibility/gnomespeech/distinfo b/accessibility/gnomespeech/distinfo index 3ec83bb46d0..53f3770ff0a 100644 --- a/accessibility/gnomespeech/distinfo +++ b/accessibility/gnomespeech/distinfo @@ -1,2 +1,3 @@ -MD5 (gnome2/gnome-speech-0.3.8.tar.bz2) = b5e85e71d24babe169cb1a37e4fbcae2 -SIZE (gnome2/gnome-speech-0.3.8.tar.bz2) = 267209 +MD5 (gnome2/gnome-speech-0.3.9.tar.bz2) = b477d4e0e01b79374f60ceee597c2c3d +SHA256 (gnome2/gnome-speech-0.3.9.tar.bz2) = 11d523a202922c91f9b47700800bf09e16b9d797b4aa52d9034f01f452eb0518 +SIZE (gnome2/gnome-speech-0.3.9.tar.bz2) = 286385 diff --git a/accessibility/gnomespeech/files/patch-drivers_festival_festivalsynthesisdriver.c b/accessibility/gnomespeech/files/patch-drivers_festival_festivalsynthesisdriver.c deleted file mode 100644 index 8f491e7f46f..00000000000 --- a/accessibility/gnomespeech/files/patch-drivers_festival_festivalsynthesisdriver.c +++ /dev/null @@ -1,10 +0,0 @@ ---- drivers/festival/festivalsynthesisdriver.c.orig Thu Sep 29 23:19:28 2005 -+++ drivers/festival/festivalsynthesisdriver.c Thu Sep 29 23:19:41 2005 -@@ -32,6 +32,7 @@ - #include <unistd.h> - #include <stdlib.h> - #include <sys/socket.h> -+#include <netinet/in.h> - #include <libbonobo.h> - #include <netdb.h> - #include "festivalsynthesisdriver.h" |