ports/80848: [maintainer] Update textproc/scim and textproc/skim to latest stable versions
Jie Gao
gaoj at cpsc.ucalgary.ca
Tue May 10 05:40:03 UTC 2005
>Number: 80848
>Category: ports
>Synopsis: [maintainer] Update textproc/scim and textproc/skim to latest stable versions
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Tue May 10 05:40:01 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Jie Gao
>Release: FreeBSD 5.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD aibsd 5.4-STABLE FreeBSD 5.4-STABLE #1: Tue May 3 14:50:32 MDT 2005 gaoj at aibsd:/usr/src/sys/i386/compile/AIBSD i386
>Description:
Update textproc/scim and textproc/skim to latest versions:
textproc/scim 1.2.0 --> 1.2.2
textproc/skim 1.2.0 --> 1.2.2
The version number of shared libraries from scim changes in this update. So
update the library version number reference in textproc/scim-table-imengine.
And PORTREVISION bumps are needed for other scim dependants:
chinese/scim-pinyin
chinese/scim-chewing
chinese/scim-tables
japanese/scim-uim
japanese/scim-anthy
japanese/scim-tables
japanese/scim-canna
japanese/scim-skk
korean/scim-tables
textproc/scim-input-pad
>How-To-Repeat:
N/A
>Fix:
Please apply the patches attached, and bump PORTREVISION for:
chinese/scim-pinyin
chinese/scim-chewing
chinese/scim-tables
japanese/scim-uim
japanese/scim-anthy
japanese/scim-tables
japanese/scim-canna
japanese/scim-skk
korean/scim-tables
textproc/scim-input-pad
--- patch-textproc-scim begins here ---
Index: textproc/scim/Makefile
===================================================================
RCS file: /home/grads/gaoj/repository/ports/textproc/scim/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- textproc/scim/Makefile 10 May 2005 01:12:46 -0000 1.12
+++ textproc/scim/Makefile 10 May 2005 05:09:48 -0000
@@ -6,8 +6,7 @@
#
PORTNAME= scim
-PORTVERSION= 1.2.0
-PORTREVISION= 1
+PORTVERSION= 1.2.2
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=scim
Index: textproc/scim/distinfo
===================================================================
RCS file: /home/grads/gaoj/repository/ports/textproc/scim/distinfo,v
retrieving revision 1.6
diff -u -r1.6 distinfo
--- textproc/scim/distinfo 2 Mar 2005 19:48:24 -0000 1.6
+++ textproc/scim/distinfo 10 May 2005 05:09:48 -0000
@@ -1,2 +1,2 @@
-MD5 (scim-1.2.0.tar.gz) = af0882ad74769a465be0674abe76279c
-SIZE (scim-1.2.0.tar.gz) = 2223147
+MD5 (scim-1.2.2.tar.gz) = 933c6ef4df156d05994a35d48cb90374
+SIZE (scim-1.2.2.tar.gz) = 2347254
Index: textproc/scim/pkg-plist
===================================================================
RCS file: /home/grads/gaoj/repository/ports/textproc/scim/pkg-plist,v
retrieving revision 1.8
diff -u -r1.8 pkg-plist
--- textproc/scim/pkg-plist 2 Mar 2005 19:48:24 -0000 1.8
+++ textproc/scim/pkg-plist 10 May 2005 05:09:48 -0000
@@ -44,10 +44,10 @@
lib/gtk-2.0/immodules/im-scim.so
lib/libscim-1.0.a
lib/libscim-1.0.so
-lib/libscim-1.0.so.6
+lib/libscim-1.0.so.7
lib/libscim-gtkutils-1.0.a
lib/libscim-gtkutils-1.0.so
-lib/libscim-gtkutils-1.0.so.6
+lib/libscim-gtkutils-1.0.so.7
lib/scim-1.0/1.2.0/Config/simple.so
lib/scim-1.0/1.2.0/Config/socket.so
lib/scim-1.0/1.2.0/FrontEnd/socket.so
@@ -68,6 +68,7 @@
share/gnome/applications/scim-setup.desktop
share/gnome/control-center-2.0/capplets/scim-setup.desktop
share/gnome/pixmaps/scim-setup.png
+share/locale/cs/LC_MESSAGES/scim.mo
share/locale/de/LC_MESSAGES/scim.mo
share/locale/fr/LC_MESSAGES/scim.mo
share/locale/it/LC_MESSAGES/scim.mo
--- patch-textproc-scim ends here ---
--- patch-textproc-scim-table-imengine begins here ---
Index: textproc/scim-table-imengine/Makefile
===================================================================
RCS file: /home/grads/gaoj/repository/ports/textproc/scim-table-imengine/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- textproc/scim-table-imengine/Makefile 10 May 2005 05:17:39 -0000 1.2
+++ textproc/scim-table-imengine/Makefile 10 May 2005 05:20:28 -0000
@@ -7,7 +7,7 @@
PORTNAME= scim-table-imengine
PORTVERSION= 0.5.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=scim
@@ -16,7 +16,7 @@
MAINTAINER= gaoj at cpsc.ucalgary.ca
COMMENT= SCIM table based input method engine
-LIB_DEPENDS= scim-1.0.6:${PORTSDIR}/textproc/scim
+LIB_DEPENDS= scim-1.0.7:${PORTSDIR}/textproc/scim
USE_X_PREFIX= yes
USE_GMAKE= yes
--- patch-textproc-scim-table-imengine ends here ---
--- patch-textproc-skim begins here ---
Index: textproc/skim/Makefile
===================================================================
RCS file: /home/grads/gaoj/repository/ports/textproc/skim/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- textproc/skim/Makefile 10 May 2005 01:21:17 -0000 1.13
+++ textproc/skim/Makefile 10 May 2005 05:10:18 -0000
@@ -6,8 +6,7 @@
#
PORTNAME= skim
-PORTVERSION= 1.2.0
-PORTREVISION= 0
+PORTVERSION= 1.2.2
CATEGORIES= textproc kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= scim
@@ -15,7 +14,7 @@
MAINTAINER= gaoj at cpsc.ucalgary.ca
COMMENT= An input method platform based on SCIM library and KDE/QT
-LIB_DEPENDS= scim-1.0.6:${PORTSDIR}/textproc/scim
+LIB_DEPENDS= scim-1.0.7:${PORTSDIR}/textproc/scim
EXTRA_PATCHES= ${.CURDIR}/../../x11/kde3/files/extrapatch-old_configure
Index: textproc/skim/distinfo
===================================================================
RCS file: /home/grads/gaoj/repository/ports/textproc/skim/distinfo,v
retrieving revision 1.7
diff -u -r1.7 distinfo
--- textproc/skim/distinfo 10 May 2005 01:21:17 -0000 1.7
+++ textproc/skim/distinfo 10 May 2005 05:10:18 -0000
@@ -1,2 +1,2 @@
-MD5 (skim-1.2.0.tar.bz2) = 0679961db34d79a4274294733dfc6fe0
-SIZE (skim-1.2.0.tar.bz2) = 1410725
+MD5 (skim-1.2.2.tar.bz2) = 2ee02b5d18276637b7db1df0ec7cf1ae
+SIZE (skim-1.2.2.tar.bz2) = 1420215
--- patch-textproc-skim ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list