Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Feb 2006 22:11:20 -0700 (MST)
From:      Jie Gao <gaoj@cpsc.ucalgary.ca>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gaoj@cpsc.ucalgary.ca
Subject:   ports/93262: [maintainer] textproc/scim-table-imengine: Fix plist
Message-ID:  <200602130511.k1D5BKn7034066@localhost.cpsc.ucalgary.ca>
Resent-Message-ID: <200602130530.k1D5U6HN037693@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         93262
>Category:       ports
>Synopsis:       [maintainer] textproc/scim-table-imengine: Fix plist
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 13 05:30:05 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Jie Gao
>Release:        FreeBSD 6.1-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD aibsd 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #1: Sun Feb 5 22:42:06 MST 2006 gaoj@aibsd:/usr/obj/usr/src/sys/AIBSD i386


	
>Description:
	
There is a man file that needs to be added to plist
>How-To-Repeat:
	
cd /usr/ports/textproc/scim-table-imengine
make install
make deinstall

And /usr/X11R6/man/man1/scim-make-table.1 is left there.
>Fix:

	
Apply the patch below

--- patch-textproc-scim-table-imengine.diff begins here ---
Index: textproc/scim-table-imengine/Makefile
===================================================================
RCS file: /home/grads/gaoj/repository/ports/textproc/scim-table-imengine/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- textproc/scim-table-imengine/Makefile	13 Feb 2006 04:45:20 -0000	1.5
+++ textproc/scim-table-imengine/Makefile	13 Feb 2006 05:01:55 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	scim-table-imengine
 PORTVERSION=	0.5.6
+PORTREVISION=	1
 CATEGORIES=	textproc
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=scim
Index: textproc/scim-table-imengine/pkg-plist
===================================================================
RCS file: /home/grads/gaoj/repository/ports/textproc/scim-table-imengine/pkg-plist,v
retrieving revision 1.3
diff -u -r1.3 pkg-plist
--- textproc/scim-table-imengine/pkg-plist	13 Feb 2006 04:45:20 -0000	1.3
+++ textproc/scim-table-imengine/pkg-plist	13 Feb 2006 05:01:55 -0000
@@ -1,6 +1,7 @@
 bin/scim-make-table
 lib/scim-1.0/IMEngine/table.so
 lib/scim-1.0/SetupUI/table-imengine-setup.so
+man/man1/scim-make-table.1
 share/scim/icons/table.png
 share/locale/zh_CN/LC_MESSAGES/scim-tables.mo
 share/locale/zh_TW/LC_MESSAGES/scim-tables.mo
--- patch-textproc-scim-table-imengine.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602130511.k1D5BKn7034066>