Bug 92529

Summary: [PATCH] japanese/scim-uim: fix broken dependency
Product: Ports & Packages Reporter: Seiya Yanagita <s_yanagita>
Component: Individual Port(s)Assignee: Simon Barner <barner>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Seiya Yanagita 2006-01-30 09:50:01 UTC
Patch for japanese/scim-uim to fix broken dependency.

Fix: Apply this patch to japanese/scim-uim/Makefile.



PORTNAME=      scim-uim
 PORTVERSION=   0.1.4
-PORTREVISION=  1
+PORTREVISION=  2
 CATEGORIES=    japanese
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE} \
                http://freedesktop.org/~suzhe/sources/
@@ -17,10 +17,8 @@
 COMMENT=       SCIM IMEngine module using UIM input method library

 BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim
-LIB_DEPENDS=   uim.0:${PORTSDIR}/textproc/uim
+LIB_DEPENDS=   uim:${PORTSDIR}/textproc/uim
 RUN_DEPENDS=   ${BUILD_DEPENDS}
-
-BROKEN=                Broken dependency

 USE_GNOME=     lthack
 USE_X_PREFIX=  yes--a4ACHx7QQXSbiEaiockiiWJfgq1aLlKNvtdwaHbhYUwI89ZB
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- /usr/ports/japanese/scim-uim/Makefile.org   Mon Jan 30 16:40:18 2006
+++ /usr/ports/japanese/scim-uim/Makefile       Mon Jan 30 16:43:57 2006
@@ -7,7 +7,7 @@
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-01-30 09:52:10 UTC
Class Changed
From-To: update->maintainer-update

Fix category (submitter is maintainer)
Comment 2 Simon Barner freebsd_committer freebsd_triage 2006-02-02 13:34:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->barner

I'll take it.
Comment 3 Simon Barner freebsd_committer freebsd_triage 2006-02-02 14:00:26 UTC
State Changed
From-To: open->closed

Committed. Thanks!