Bug 92529 - [PATCH] japanese/scim-uim: fix broken dependency
Summary: [PATCH] japanese/scim-uim: fix broken dependency
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: Simon Barner
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-30 09:50 UTC by Seiya Yanagita
Modified: 2006-02-02 14:00 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!