Bug 80848 - [maintainer] Update textproc/scim and textproc/skim to latest stable versions
Summary: [maintainer] Update textproc/scim and textproc/skim to latest stable versions
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Norikatsu Shigemura
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-10 06:40 UTC by Jie Gao
Modified: 2005-05-10 15:57 UTC (History)
1 user (show)

See Also:


Attachments
patch-textproc-scim (2.00 KB, text/plain)
2005-05-10 06:40 UTC, Jie Gao
no flags Details
patch-textproc-skim (1.32 KB, text/plain)
2005-05-10 06:40 UTC, Jie Gao
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jie Gao 2005-05-10 06:40:01 UTC
	
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

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

	

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@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 ---
How-To-Repeat: 	
N/A
Comment 1 Norikatsu Shigemura freebsd_committer freebsd_triage 2005-05-10 14:53:35 UTC
Responsible Changed
From-To: freebsd-ports-bugs->nork

I'll handle this.
Comment 2 Norikatsu Shigemura freebsd_committer freebsd_triage 2005-05-10 15:57:31 UTC
State Changed
From-To: open->closed

Committed, thanks!