ports/51518: Update port: print/ghostscript-gnu-commfont

KATO Tsuguru tkato at prontomail.com
Mon Apr 28 20:30:30 UTC 2003


>Number:         51518
>Category:       ports
>Synopsis:       Update port: print/ghostscript-gnu-commfont
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 28 13:30:17 PDT 2003
>Closed-Date:
>Last-Modified:
>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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list