mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Add a forgotten PLIST_SUB in last update to textproc/scim to support 4-STABLE.
Update textproc/scim to 0.99.6 Update dependants: textproc/skim 0.9.4 --> 0.9.5 chinese/scim-chinese 0.4.0 --> 0.4.1 chinese/scim-tables 0.4.0 --> 0.4.1 korean/scim-tables 0.4.0 --> 0.4.1 japanese/scim-tables 0.4.0 --> 0.4.1 PR: 70501 Submitted by: Jie Gao <gaoj@cpsc.ucalgary.ca>
This commit is contained in:
parent
817a74f5a9
commit
1c95b61f4a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117019
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= scim-chinese
|
||||
PORTVERSION= 0.4.0
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 0.4.1
|
||||
CATEGORIES= chinese
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
http://freedesktop.org/~suzhe/scim-chinese/
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (scim-chinese-0.4.0.tar.gz) = 0a63c622ee657af307079c59a2fe803f
|
||||
SIZE (scim-chinese-0.4.0.tar.gz) = 4812192
|
||||
MD5 (scim-chinese-0.4.1.tar.gz) = 9df58f1a2fe4b3e2f5893de6d2b8d7a1
|
||||
SIZE (scim-chinese-0.4.1.tar.gz) = 4813372
|
||||
|
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= scim-chinese
|
||||
PORTVERSION= 0.4.0
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 0.4.1
|
||||
CATEGORIES= chinese
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
http://freedesktop.org/~suzhe/scim-chinese/
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (scim-chinese-0.4.0.tar.gz) = 0a63c622ee657af307079c59a2fe803f
|
||||
SIZE (scim-chinese-0.4.0.tar.gz) = 4812192
|
||||
MD5 (scim-chinese-0.4.1.tar.gz) = 9df58f1a2fe4b3e2f5893de6d2b8d7a1
|
||||
SIZE (scim-chinese-0.4.1.tar.gz) = 4813372
|
||||
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= scim-tables
|
||||
PORTVERSION= 0.4.0
|
||||
PORTVERSION= 0.4.1
|
||||
CATEGORIES= chinese
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
http://freedesktop.org/~suzhe/sources/
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (scim-tables-0.4.0.tar.gz) = b0b68769dc35569e8683a4ead79ac889
|
||||
SIZE (scim-tables-0.4.0.tar.gz) = 3786400
|
||||
MD5 (scim-tables-0.4.1.tar.gz) = 2d7f35f357b9ff903586b21da59563bd
|
||||
SIZE (scim-tables-0.4.1.tar.gz) = 3789238
|
||||
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= scim-tables
|
||||
PORTVERSION= 0.4.0
|
||||
PORTVERSION= 0.4.1
|
||||
CATEGORIES= japanese
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
http://freedesktop.org/~suzhe/sources/
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (scim-tables-0.4.0.tar.gz) = b0b68769dc35569e8683a4ead79ac889
|
||||
SIZE (scim-tables-0.4.0.tar.gz) = 3786400
|
||||
MD5 (scim-tables-0.4.1.tar.gz) = 2d7f35f357b9ff903586b21da59563bd
|
||||
SIZE (scim-tables-0.4.1.tar.gz) = 3789238
|
||||
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= scim-tables
|
||||
PORTVERSION= 0.4.0
|
||||
PORTVERSION= 0.4.1
|
||||
CATEGORIES= korean
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
http://freedesktop.org/~suzhe/sources/
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (scim-tables-0.4.0.tar.gz) = b0b68769dc35569e8683a4ead79ac889
|
||||
SIZE (scim-tables-0.4.0.tar.gz) = 3786400
|
||||
MD5 (scim-tables-0.4.1.tar.gz) = 2d7f35f357b9ff903586b21da59563bd
|
||||
SIZE (scim-tables-0.4.1.tar.gz) = 3789238
|
||||
|
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= scim
|
||||
PORTVERSION= 0.99.5
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.99.6
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
http://freedesktop.org/~suzhe/sources/
|
||||
@ -38,6 +37,7 @@ PLIST_SUB= NOSTABLE="@comment "
|
||||
.else
|
||||
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -D__STDC_ISO_10646__" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib -lintl"
|
||||
PLIST_SUB= NOSTABLE=""
|
||||
.endif
|
||||
|
||||
post-configure:
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (scim-0.99.5.tar.gz) = 3993cae41f119e6098323cdd42175437
|
||||
SIZE (scim-0.99.5.tar.gz) = 2165258
|
||||
MD5 (scim-0.99.6.tar.gz) = df8c165c4340427ac57687c141fc36b2
|
||||
SIZE (scim-0.99.6.tar.gz) = 2254643
|
||||
|
@ -41,10 +41,10 @@ include/scim-1.0/scim_types.h
|
||||
include/scim-1.0/scim_utility.h
|
||||
lib/libscim-1.0.a
|
||||
lib/libscim-1.0.so
|
||||
lib/libscim-1.0.so.4
|
||||
lib/libscim-1.0.so.5
|
||||
lib/libscim-gtkutils-1.0.a
|
||||
lib/libscim-gtkutils-1.0.so
|
||||
lib/libscim-gtkutils-1.0.so.4
|
||||
lib/libscim-gtkutils-1.0.so.5
|
||||
lib/gtk-2.0/immodules/im-scim.so
|
||||
lib/scim-1.0/1.0.0/Config/gconf.so
|
||||
lib/scim-1.0/1.0.0/Config/simple.so
|
||||
@ -57,15 +57,15 @@ lib/scim-1.0/1.0.0/IMEngine/table.so
|
||||
lib/scim-1.0/1.0.0/SetupUI/panel-gtk-setup.so
|
||||
lib/scim-1.0/1.0.0/SetupUI/table-imengine-setup.so
|
||||
lib/scim-1.0/1.0.0/SetupUI/x11-frontend-setup.so
|
||||
lib/scim-1.0/scim-launcher
|
||||
lib/scim-1.0/scim-panel-gtk
|
||||
libdata/pkgconfig/scim-gtkutils.pc
|
||||
libdata/pkgconfig/scim.pc
|
||||
libexec/scim-launcher
|
||||
libexec/scim-panel-gtk
|
||||
share/applications/scim-setup.desktop
|
||||
share/control-center-2.0/capplets/scim-setup.desktop
|
||||
share/locale/zh_CN/LC_MESSAGES/scim.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/scim.mo
|
||||
share/locale/ja_JP/LC_MESSAGES/scim.mo
|
||||
share/locale/ja/LC_MESSAGES/scim.mo
|
||||
share/pixmaps/scim-setup.png
|
||||
share/scim/icons/down.png
|
||||
share/scim/icons/full-letter.png
|
||||
|
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= skim
|
||||
PORTVERSION= 0.9.4
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.9.5
|
||||
CATEGORIES= textproc kde
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
http://freedesktop.org/~cougar/skim/downloads/
|
||||
@ -16,7 +15,7 @@ MASTER_SITE_SUBDIR= scim
|
||||
MAINTAINER= gaoj@cpsc.ucalgary.ca
|
||||
COMMENT= An input method platform based on SCIM library and KDE/QT
|
||||
|
||||
LIB_DEPENDS= scim-1.0.4:${PORTSDIR}/textproc/scim
|
||||
LIB_DEPENDS= scim-1.0.5:${PORTSDIR}/textproc/scim
|
||||
|
||||
USE_KDELIBS_VER=3
|
||||
USE_ICONV= yes
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (skim-0.9.4.tar.gz) = b871c1feabb99fabcb0f1bd4e2846ba9
|
||||
SIZE (skim-0.9.4.tar.gz) = 879325
|
||||
MD5 (skim-0.9.5.tar.gz) = 7cf8e5c56f915f6a8c804d182a541ec9
|
||||
SIZE (skim-0.9.5.tar.gz) = 879867
|
||||
|
Loading…
Reference in New Issue
Block a user