aboutsummaryrefslogtreecommitdiff
path: root/textproc/uim-el
diff options
context:
space:
mode:
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-emacs_uim-var.el20
3 files changed, 5 insertions, 26 deletions
diff --git a/textproc/uim-el/Makefile b/textproc/uim-el/Makefile
index da876a37beaf..e97ecb0947a2 100644
--- a/textproc/uim-el/Makefile
+++ b/textproc/uim-el/Makefile
@@ -1,6 +1,5 @@
PORTNAME= uim-el
PORTVERSION= 1.9.0.b.${SNAPDATE}
-PORTREVISION= 8
CATEGORIES= textproc
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
@@ -22,9 +21,9 @@ USE_PERL5= build
USE_GITHUB= yes
GH_ACCOUNT= uim
GH_PROJECT= uim
-GH_TAGNAME= 15f0788
+GH_TAGNAME= f7cdc9d
-SNAPDATE= 20220927
+SNAPDATE= 20240306
GNU_CONFIGURE= yes
diff --git a/textproc/uim-el/distinfo b/textproc/uim-el/distinfo
index c8a3a13e01f7..a7c11557f313 100644
--- a/textproc/uim-el/distinfo
+++ b/textproc/uim-el/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1669529204
-SHA256 (uim-uim-1.9.0.b.20220927-15f0788_GH0.tar.gz) = 263ee5f19320274c251bf817213e9e19c8d563ff7cebfb2064374890cfaf59b7
-SIZE (uim-uim-1.9.0.b.20220927-15f0788_GH0.tar.gz) = 4054813
+TIMESTAMP = 1713707153
+SHA256 (uim-uim-1.9.0.b.20240306-f7cdc9d_GH0.tar.gz) = 79b2e3c9029fe063653c8fe59038b78bd377f9425c162bcd18a0b21ab37aa1c9
+SIZE (uim-uim-1.9.0.b.20240306-f7cdc9d_GH0.tar.gz) = 4053878
diff --git a/textproc/uim-el/files/patch-emacs_uim-var.el b/textproc/uim-el/files/patch-emacs_uim-var.el
deleted file mode 100644
index b4b926167dda..000000000000
--- a/textproc/uim-el/files/patch-emacs_uim-var.el
+++ /dev/null
@@ -1,20 +0,0 @@
---- emacs/uim-var.el.orig 2023-08-22 15:31:18 UTC
-+++ emacs/uim-var.el
-@@ -435,7 +435,7 @@ keeps the size of it when showing the candidates.")
- (make-face 'uim-preedit-face)
-
- (copy-face 'uim-preedit-face 'uim-preedit-underline-face)
--(set-face-underline-p 'uim-preedit-underline-face t)
-+(set-face-underline 'uim-preedit-underline-face t)
-
- ;; highlight
- (make-face 'uim-preedit-highlight-face)
-@@ -443,7 +443,7 @@ keeps the size of it when showing the candidates.")
- (set-face-background 'uim-preedit-highlight-face "Blue3")
-
- (copy-face 'uim-preedit-highlight-face 'uim-preedit-highlight-underline-face)
--(set-face-underline-p 'uim-preedit-highlight-underline-face t)
-+(set-face-underline 'uim-preedit-highlight-underline-face t)
-
- ;; separator
- (make-face 'uim-separator-face)