From tkato@prontomail.com  Mon Apr 28 13:23:06 2003
Return-Path: <tkato@prontomail.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 67B4537B405
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 28 Apr 2003 13:22:52 -0700 (PDT)
Received: from hfep05.dion.ne.jp (hfep05.dion.ne.jp [203.181.105.71])
	by mx1.FreeBSD.org (Postfix) with ESMTP id BDEE043FAF
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 28 Apr 2003 13:22:51 -0700 (PDT)
	(envelope-from tkato@prontomail.com)
Received: from localhost ([61.198.222.224]) by hfep05.dion.ne.jp with SMTP
          id <20030428202249153.BKSN@hfep05.dion.ne.jp>
          for <FreeBSD-gnats-submit@freebsd.org>;
          Tue, 29 Apr 2003 05:22:49 +0900
Message-Id: <20030429052122.0ab92419.tkato@prontomail.com>
Date: Tue, 29 Apr 2003 05:21:22 +0900
From: KATO Tsuguru <tkato@prontomail.com>
To: FreeBSD-gnats-submit@freebsd.org
Subject: Update port: print/ghostscript-gnu-commfont

>Number:         51518
>Category:       ports
>Synopsis:       Update port: print/ghostscript-gnu-commfont
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 28 13:30:17 PDT 2003
>Closed-Date:    Sat May 10 22:22:43 PDT 2003
>Last-Modified:  Sat May 10 22:22:43 PDT 2003
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
>Environment:
>Description:
- Chase version string of ghostscript-gnu
- Fix COMMENT

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/print/ghostscript-gnu-commfont/Makefile.common print/ghostscript-gnu-commfont/Makefile.common
--- /usr/ports/print/ghostscript-gnu-commfont/Makefile.common	Sat Apr 12 23:14:44 2003
+++ print/ghostscript-gnu-commfont/Makefile.common	Mon Apr 28 20:45:56 2003
@@ -1,5 +1,5 @@
 PORTNAME=	ghostscript
-PORTVERSION=	7.05
+PORTVERSION=	${GS_VERSION}
 CATEGORIES=	print
 MASTER_SITES=	# nonexistent
 PKGNAMESUFFIX=	-gnu
@@ -7,7 +7,7 @@
 DISTFILES=	# empty
 
 MAINTAINER?=	mita@FreeBSD.org
-COMMENT?=	GNU ghostscript with Japanese Font support
+COMMENT?=	GNU ghostscript with CJK Font support
 
 RUN_DEPENDS=	gs:${PORTSDIR}/print/ghostscript-gnu \
 		${LOCALBASE}/share/ghostscript/Resource/ai0/CMap/Identity-H:${PORTSDIR}/print/adobe-cmaps
@@ -15,14 +15,14 @@
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
 
-GSLIB_DIR=	${PREFIX}/share/ghostscript/${PORTVERSION}/lib
-PLIST_SUB=	GS_VERSION=${PORTVERSION}
+GSLIB_DIR=	${PREFIX}/share/ghostscript/${GS_VERSION}/lib
+PLIST_SUB=	GS_VERSION=${GS_VERSION}
 
 .if defined(COMMFONT)
 PKGNAMESUFFIX:=	${PKGNAMESUFFIX}-commfont
 PLIST=		${PKGDIR}/pkg-plist.common
 .else
-RUN_DEPENDS+=	${LOCALBASE}/share/ghostscript/${PORTVERSION}/lib/gs_init.ps.pre_sed:${PORTSDIR}/print/ghostscript-gnu-commfont
+RUN_DEPENDS+=	${LOCALBASE}/share/ghostscript/${GS_VERSION}/lib/gs_init.ps.pre_sed:${PORTSDIR}/print/ghostscript-gnu-commfont
 PLIST_SUB+=	CIDFNMAP="${CIDFNMAP}"
 .if defined(JPNFONT)
 CATEGORIES:=	japanese ${CATEGORIES}
@@ -68,4 +68,5 @@
 .endfor
 .endif
 
+.include "${.CURDIR}/../../print/ghostscript-gnu/Makefile.inc"
 .include <bsd.port.mk>
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: ijliao 
State-Changed-When: Sat May 10 22:22:30 PDT 2003 
State-Changed-Why:  
superseded by pr/52052 

http://www.freebsd.org/cgi/query-pr.cgi?pr=51518 
>Unformatted:
