mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
textproc/uim: Update to the snapshot on 2024-03-06
Bump PORTREVISION of the ports that depend on textproc/uim port.
This commit is contained in:
parent
ad7075d584
commit
26983fe59d
@ -1,6 +1,6 @@
|
|||||||
PORTNAME= scim-uim
|
PORTNAME= scim-uim
|
||||||
PORTVERSION= 0.2.0
|
PORTVERSION= 0.2.0
|
||||||
PORTREVISION= 15
|
PORTREVISION= 16
|
||||||
CATEGORIES= japanese
|
CATEGORIES= japanese
|
||||||
MASTER_SITES= SF/scim/${PORTNAME}/${PORTVERSION} \
|
MASTER_SITES= SF/scim/${PORTNAME}/${PORTVERSION} \
|
||||||
http://freedesktop.org/~suzhe/sources/
|
http://freedesktop.org/~suzhe/sources/
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
CATEGORIES= japanese
|
CATEGORIES= japanese
|
||||||
PORTREVISION= 2
|
|
||||||
.if defined(WITHOUT_X11)
|
.if defined(WITHOUT_X11)
|
||||||
PKGNAMESUFFIX= -anthy-nox11
|
PKGNAMESUFFIX= -anthy-nox11
|
||||||
.else
|
.else
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
PORTREVISION= 6
|
PORTREVISION= 7
|
||||||
PKGNAMEPREFIX= ja-uim-
|
PKGNAMEPREFIX= ja-uim-
|
||||||
|
|
||||||
COMMENT= Mozc engine for uim
|
COMMENT= Mozc engine for uim
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
PORTNAME= uim-tomoe-gtk
|
PORTNAME= uim-tomoe-gtk
|
||||||
PORTVERSION= 0.6.0
|
PORTVERSION= 0.6.0
|
||||||
PORTREVISION= 19
|
PORTREVISION= 20
|
||||||
CATEGORIES= japanese
|
CATEGORIES= japanese
|
||||||
MASTER_SITES= SF/tomoe/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
MASTER_SITES= SF/tomoe/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||||
|
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
PORTNAME= uim-el
|
PORTNAME= uim-el
|
||||||
PORTVERSION= 1.9.0.b.${SNAPDATE}
|
PORTVERSION= 1.9.0.b.${SNAPDATE}
|
||||||
PORTREVISION= 8
|
|
||||||
CATEGORIES= textproc
|
CATEGORIES= textproc
|
||||||
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
||||||
|
|
||||||
@ -22,9 +21,9 @@ USE_PERL5= build
|
|||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= uim
|
GH_ACCOUNT= uim
|
||||||
GH_PROJECT= uim
|
GH_PROJECT= uim
|
||||||
GH_TAGNAME= 15f0788
|
GH_TAGNAME= f7cdc9d
|
||||||
|
|
||||||
SNAPDATE= 20220927
|
SNAPDATE= 20240306
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1669529204
|
TIMESTAMP = 1713707153
|
||||||
SHA256 (uim-uim-1.9.0.b.20220927-15f0788_GH0.tar.gz) = 263ee5f19320274c251bf817213e9e19c8d563ff7cebfb2064374890cfaf59b7
|
SHA256 (uim-uim-1.9.0.b.20240306-f7cdc9d_GH0.tar.gz) = 79b2e3c9029fe063653c8fe59038b78bd377f9425c162bcd18a0b21ab37aa1c9
|
||||||
SIZE (uim-uim-1.9.0.b.20220927-15f0788_GH0.tar.gz) = 4054813
|
SIZE (uim-uim-1.9.0.b.20240306-f7cdc9d_GH0.tar.gz) = 4053878
|
||||||
|
@ -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)
|
|
@ -1,5 +1,4 @@
|
|||||||
PKGNAMESUFFIX= -gtk
|
PKGNAMESUFFIX= -gtk
|
||||||
PORTREVISION= 1
|
|
||||||
|
|
||||||
COMMENT= GTK modules of uim input method
|
COMMENT= GTK modules of uim input method
|
||||||
|
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
PKGNAMESUFFIX= -gtk3
|
PKGNAMESUFFIX= -gtk3
|
||||||
PORTREVISION= 2
|
|
||||||
|
|
||||||
COMMENT= GTK 3.x modules of uim input method
|
COMMENT= GTK 3.x modules of uim input method
|
||||||
|
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
PORTNAME= uim
|
PORTNAME= uim
|
||||||
PORTVERSION= 1.9.0.b.${SNAPDATE}
|
PORTVERSION= 1.9.0.b.${SNAPDATE}
|
||||||
PORTREVISION= 3
|
|
||||||
CATEGORIES?= textproc
|
CATEGORIES?= textproc
|
||||||
.if !defined(UIM_SLAVE) && defined(WITHOUT_X11)
|
.if !defined(UIM_SLAVE) && defined(WITHOUT_X11)
|
||||||
PKGNAMESUFFIX= -nox11
|
PKGNAMESUFFIX= -nox11
|
||||||
@ -22,11 +21,11 @@ USE_LDCONFIG= yes
|
|||||||
USE_GNOME+= glib20 intltool
|
USE_GNOME+= glib20 intltool
|
||||||
|
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_TAGNAME= 15f0788
|
GH_TAGNAME= f7cdc9d
|
||||||
GH_TUPLE= uim:sigscheme:beb8fbd:sigscheme \
|
GH_TUPLE= uim:sigscheme:beb8fbd:sigscheme \
|
||||||
uim:libgcroots:d362356:libgcroots
|
uim:libgcroots:d362356:libgcroots
|
||||||
|
|
||||||
SNAPDATE= 20220927
|
SNAPDATE= 20240306
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
TIMESTAMP = 1669528723
|
TIMESTAMP = 1713706909
|
||||||
SHA256 (uim-uim-1.9.0.b.20220927-15f0788_GH0.tar.gz) = 263ee5f19320274c251bf817213e9e19c8d563ff7cebfb2064374890cfaf59b7
|
SHA256 (uim-uim-1.9.0.b.20240306-f7cdc9d_GH0.tar.gz) = 79b2e3c9029fe063653c8fe59038b78bd377f9425c162bcd18a0b21ab37aa1c9
|
||||||
SIZE (uim-uim-1.9.0.b.20220927-15f0788_GH0.tar.gz) = 4054813
|
SIZE (uim-uim-1.9.0.b.20240306-f7cdc9d_GH0.tar.gz) = 4053878
|
||||||
SHA256 (uim-sigscheme-beb8fbd_GH0.tar.gz) = c3ad5cbec2ff32bb97aed4273e7a61ee74b2a0da301490349798e475c894a25c
|
SHA256 (uim-sigscheme-beb8fbd_GH0.tar.gz) = c3ad5cbec2ff32bb97aed4273e7a61ee74b2a0da301490349798e475c894a25c
|
||||||
SIZE (uim-sigscheme-beb8fbd_GH0.tar.gz) = 570745
|
SIZE (uim-sigscheme-beb8fbd_GH0.tar.gz) = 570745
|
||||||
SHA256 (uim-libgcroots-d362356_GH0.tar.gz) = ae01589f5a7b49cf78418aca8679a7cd46a177a37d7776a4353b517d88cef451
|
SHA256 (uim-libgcroots-d362356_GH0.tar.gz) = ae01589f5a7b49cf78418aca8679a7cd46a177a37d7776a4353b517d88cef451
|
||||||
|
Loading…
Reference in New Issue
Block a user