Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jul 2008 15:56:49 GMT
From:      Hyogeol Lee <hyogeollee@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/125572: [MAINTAINER] korean/ko.TeX : Fix typo
Message-ID:  <200807131556.m6DFunq7037854@www.freebsd.org>
Resent-Message-ID: <200807131600.m6DG083h076815@freefall.freebsd.org>

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

>Number:         125572
>Category:       ports
>Synopsis:       [MAINTAINER] korean/ko.TeX : Fix typo
>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:   Sun Jul 13 16:00:08 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Hyogeol Lee
>Release:        FreeBSD 8.0-CURRENT amd64
>Organization:
>Environment:
FreeBSD localhost.localdomain 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Wed Jul  9 00:50:25 KST 2008     root@localhost.localdomain:/usr/obj/usr/src/sys/EZ8KERNEL  amd64
>Description:
Fix typo, OONFLICTS to CONFLICTS.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -urN korean/ko.TeX_org/Makefile korean/ko.TeX/Makefile
--- korean/ko.TeX_org/Makefile	2008-06-21 15:34:34.000000000 +0900
+++ korean/ko.TeX/Makefile	2008-07-14 00:42:44.000000000 +0900
@@ -7,6 +7,7 @@
 
 PORTNAME=	ko.TeX
 PORTVERSION=	0.1.1.20080329
+PORTREVISION=	1
 CATEGORIES=	korean print
 MASTER_SITES=	http://ftp.ktug.or.kr/KTUG/ko.TeX/current/
 DISTNAME=	ko.tex-macro-20080329
@@ -18,7 +19,7 @@
 		${BASE_MAP}:${PORTSDIR}/korean/ko.TeX-fonts-base
 BUILD_DEPENDS=	texhash:${PORTSDIR}/print/teTeX
 
-OONFLICTS=	hlatex-[0-9]*
+CONFLICTS=	hlatex-[0-9]*
 
 NO_WRKSUBDIR=	yes
 


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



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