View | Details | Raw Unified | Return to bug 37520
Collapse All | Expand All

(-)ghostscript6/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	ghostscript
8
PORTNAME=	ghostscript
9
PORTVERSION=	6.52
9
PORTVERSION=	6.53
10
CATEGORIES=	chinese print
10
CATEGORIES=	chinese print
11
MASTER_SITES=	ftp://freebsd.sinica.edu.tw/pub/keith/CID/CMap/ \
11
MASTER_SITES=	ftp://freebsd.sinica.edu.tw/pub/keith/CID/CMap/ \
12
		ftp://freebsd.sinica.edu.tw/pub/keith/GS6TTF/ \
12
		ftp://freebsd.sinica.edu.tw/pub/keith/GS6TTF/ \
(-)ghostscript6/pkg-install (-1 / +1 lines)
Lines 1-5 Link Here
1
#!/bin/sh
1
#!/bin/sh
2
GS6LIBDIR=${PKG_PREFIX}/share/ghostscript/6.52/lib
2
GS6LIBDIR=${PKG_PREFIX}/share/ghostscript/6.53/lib
3
3
4
if [ "$2" = "POST-INSTALL" ]; then
4
if [ "$2" = "POST-INSTALL" ]; then
5
  exit 0
5
  exit 0
(-)moefonts-cid/pkg-install (-1 / +1 lines)
Lines 1-6 Link Here
1
#!/bin/sh
1
#!/bin/sh
2
2
3
GSVER=6.52
3
GSVER=6.53
4
GSDIR=${PKG_PREFIX}/share/ghostscript
4
GSDIR=${PKG_PREFIX}/share/ghostscript
5
FONTMAP=${GSDIR}/${GSVER}/lib/Fontmap.GS
5
FONTMAP=${GSDIR}/${GSVER}/lib/Fontmap.GS

Return to bug 37520