aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/uim-el
diff options
context:
space:
mode:
authornobutaka <nobutaka@FreeBSD.org>2008-03-23 23:06:40 +0800
committernobutaka <nobutaka@FreeBSD.org>2008-03-23 23:06:40 +0800
commit84c6702881ac4eda9d39f5383f5fb5964fade333 (patch)
treeb85e3b6cf1f49e3bafd85d97360ee28f86e493f3 /textproc/uim-el
parent9ee68e9c1f29194cf4fb135b72826f6b755cd486 (diff)
downloadfreebsd-ports-gnome-84c6702881ac4eda9d39f5383f5fb5964fade333.tar.gz
freebsd-ports-gnome-84c6702881ac4eda9d39f5383f5fb5964fade333.tar.zst
freebsd-ports-gnome-84c6702881ac4eda9d39f5383f5fb5964fade333.zip
Update to 1.4.2.
Diffstat (limited to 'textproc/uim-el')
-rw-r--r--textproc/uim-el/Makefile5
-rw-r--r--textproc/uim-el/distinfo6
-rw-r--r--textproc/uim-el/files/patch-sigscheme_configure13
3 files changed, 5 insertions, 19 deletions
diff --git a/textproc/uim-el/Makefile b/textproc/uim-el/Makefile
index 9e527f9f9267..3edf4d5d8d2e 100644
--- a/textproc/uim-el/Makefile
+++ b/textproc/uim-el/Makefile
@@ -6,10 +6,9 @@
#
PORTNAME= uim-el
-PORTVERSION= 1.4.1
+PORTVERSION= 1.4.2
CATEGORIES= textproc
-MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \
- http://uim.freedesktop.org/releases/uim/stable/
+MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
DISTNAME= uim-${PORTVERSION}
diff --git a/textproc/uim-el/distinfo b/textproc/uim-el/distinfo
index 2d120f98144e..3221b2d0a564 100644
--- a/textproc/uim-el/distinfo
+++ b/textproc/uim-el/distinfo
@@ -1,3 +1,3 @@
-MD5 (uim-1.4.1.tar.gz) = 69c9882f88c8eaebcc9bf22370fb3f1a
-SHA256 (uim-1.4.1.tar.gz) = 14e5df46f4536a4bfffb80bcd168bc8649bb2562f059edd6369a92ac380ec752
-SIZE (uim-1.4.1.tar.gz) = 3564166
+MD5 (uim-1.4.2.tar.gz) = 7898dd27ace119b63ad490cad46b812e
+SHA256 (uim-1.4.2.tar.gz) = 802cfa81a2b09365a5a633f17e18348278d4316de2b7721372f9a96b958dd6b1
+SIZE (uim-1.4.2.tar.gz) = 3658097
diff --git a/textproc/uim-el/files/patch-sigscheme_configure b/textproc/uim-el/files/patch-sigscheme_configure
deleted file mode 100644
index 149b508b56ea..000000000000
--- a/textproc/uim-el/files/patch-sigscheme_configure
+++ /dev/null
@@ -1,13 +0,0 @@
---- sigscheme/configure.orig 2007-09-25 00:33:59.000000000 +0900
-+++ sigscheme/configure 2007-09-25 00:34:05.000000000 +0900
-@@ -44974,7 +44974,9 @@
- _ax_feature_list_expanded=''
- for feature in $ax_feature_list_all; do
- _ax_feature_val=`eval echo '${'use_$feature'}'`
-- _ax_feature_val=${_ax_feature_val:no}
-+ if test -z $_ax_feature_val; then
-+ _ax_feature_val=no
-+ fi
- if test "x$_ax_feature_val" != xno; then
- _ax_feature_list_expanded="$_ax_feature_list_expanded $feature"
- fi