diff options
author | Michael C . Wu <keichii@FreeBSD.org> | 2002-05-15 17:49:01 +0000 |
---|---|---|
committer | Michael C . Wu <keichii@FreeBSD.org> | 2002-05-15 17:49:01 +0000 |
commit | 5ec9643a9cc150dc0da8cb23f2e832aebb1a523a (patch) | |
tree | 9610dbfbab4b61da77157302a88e1fc2a52a434e /chinese | |
parent | Mark as FORBIDDEN; due to cross-site scripting vulnerabilities. (diff) |
Committing update to chinese/ghostscript6 and chinese/moefonts-cid.
PR: 38116
Notes
Notes:
svn path=/head/; revision=59184
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/ghostscript6/Makefile | 2 | ||||
-rw-r--r-- | chinese/ghostscript6/pkg-install | 2 | ||||
-rw-r--r-- | chinese/moefonts-cid/pkg-deinstall | 2 | ||||
-rw-r--r-- | chinese/moefonts-cid/pkg-install | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/chinese/ghostscript6/Makefile b/chinese/ghostscript6/Makefile index d8f2fcda07a1..5a7f6717cb37 100644 --- a/chinese/ghostscript6/Makefile +++ b/chinese/ghostscript6/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ghostscript -PORTVERSION= 6.53 +PORTVERSION= 7.05 CATEGORIES= chinese print MASTER_SITES= ftp://freebsd.sinica.edu.tw/pub/keith/CID/CMap/ \ ftp://freebsd.sinica.edu.tw/pub/keith/GS6TTF/ \ diff --git a/chinese/ghostscript6/pkg-install b/chinese/ghostscript6/pkg-install index 61b5bde856a7..c8dd56721874 100644 --- a/chinese/ghostscript6/pkg-install +++ b/chinese/ghostscript6/pkg-install @@ -1,5 +1,5 @@ #!/bin/sh -GS6LIBDIR=${PKG_PREFIX}/share/ghostscript/6.52/lib +GS6LIBDIR=${PKG_PREFIX}/share/ghostscript/7.05/lib if [ "$2" = "POST-INSTALL" ]; then exit 0 diff --git a/chinese/moefonts-cid/pkg-deinstall b/chinese/moefonts-cid/pkg-deinstall index aa9978979658..b214c368c792 100644 --- a/chinese/moefonts-cid/pkg-deinstall +++ b/chinese/moefonts-cid/pkg-deinstall @@ -1,6 +1,6 @@ #!/bin/sh -GSVER=6.53 +GSVER=7.05 GSDIR=${PKG_PREFIX}/share/ghostscript FONTMAP=${GSDIR}/${GSVER}/lib/Fontmap.GS FONTMAPTMP=${FONTMAP}.tmp diff --git a/chinese/moefonts-cid/pkg-install b/chinese/moefonts-cid/pkg-install index 194fbe4e0882..7bd3e8afcc51 100644 --- a/chinese/moefonts-cid/pkg-install +++ b/chinese/moefonts-cid/pkg-install @@ -1,6 +1,6 @@ #!/bin/sh -GSVER=6.53 +GSVER=7.05 GSDIR=${PKG_PREFIX}/share/ghostscript FONTMAP=${GSDIR}/${GSVER}/lib/Fontmap.GS |