aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/dict
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2004-03-03 18:25:59 +0800
committerdd <dd@FreeBSD.org>2004-03-03 18:25:59 +0800
commitbbddd801395af9312dd48ee1067a4e30ac6ff173 (patch)
tree0f4b433d07e4f2d8ced1f5d136a6ecb0b661d071 /textproc/dict
parent92b0d7539e50aec54fee029f40f9c8b71c0556e9 (diff)
downloadfreebsd-ports-gnome-bbddd801395af9312dd48ee1067a4e30ac6ff173.tar.gz
freebsd-ports-gnome-bbddd801395af9312dd48ee1067a4e30ac6ff173.tar.zst
freebsd-ports-gnome-bbddd801395af9312dd48ee1067a4e30ac6ff173.zip
Upgrade to 1.9.11
Submitted by: Andy Miller <andym@trit.org>
Diffstat (limited to 'textproc/dict')
-rw-r--r--textproc/dict/Makefile4
-rw-r--r--textproc/dict/distinfo3
-rw-r--r--textproc/dict/files/patch-dictP.h14
3 files changed, 4 insertions, 17 deletions
diff --git a/textproc/dict/Makefile b/textproc/dict/Makefile
index 330190035b80..b080718694d9 100644
--- a/textproc/dict/Makefile
+++ b/textproc/dict/Makefile
@@ -7,8 +7,8 @@
#
PORTNAME= dict
-PORTVERSION= 1.9.10
-PORTREVISION= 1
+PORTVERSION= 1.9.11
+PORTREVISION= 0
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= dict
diff --git a/textproc/dict/distinfo b/textproc/dict/distinfo
index 4ebec3e04cd7..a4bb5a1069d7 100644
--- a/textproc/dict/distinfo
+++ b/textproc/dict/distinfo
@@ -1 +1,2 @@
-MD5 (dictd-1.9.10.tar.gz) = b758357235b1205e34ef74b809bd25b3
+MD5 (dictd-1.9.11.tar.gz) = 4d06aabf573c862fd29e409984f71a67
+SIZE (dictd-1.9.11.tar.gz) = 695037
diff --git a/textproc/dict/files/patch-dictP.h b/textproc/dict/files/patch-dictP.h
deleted file mode 100644
index 358eb6059f91..000000000000
--- a/textproc/dict/files/patch-dictP.h
+++ /dev/null
@@ -1,14 +0,0 @@
---- dictP.h.orig Wed Nov 26 08:11:05 2003
-+++ dictP.h Wed Nov 26 08:11:29 2003
-@@ -108,11 +108,7 @@
- typedef unsigned int wchar_t;
- #endif
-
--#if HAVE_MBSTATE_T
--#include <wchar.h>
--#else
- typedef char mbstate_t;
--#endif
-
- #if !HAVE_WCRTOMB
- extern size_t wcrtomb (char *s, wchar_t wc, mbstate_t *ps);