mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
Upgrade to 1.14.
This commit is contained in:
parent
28af3e8859
commit
597c69304e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118632
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= code2000
|
||||
PORTVERSION= 1.13
|
||||
PORTVERSION= 1.14
|
||||
CATEGORIES= x11-fonts
|
||||
MASTER_SITES= http://home.att.net/~jameskass/
|
||||
DISTFILES= ${PORTNAME:U}${EXTRACT_SUFX:U}
|
||||
@ -52,7 +52,6 @@ FONTSDIR?= ${PREFIX}/lib/X11/fonts/${FONTNAME}
|
||||
TTFONTSDIR?= ${X11BASE}/lib/X11/fonts/TrueType
|
||||
|
||||
TTMKFDIR_CMD?= ${X11BASE}/bin/ttmkfdir
|
||||
SORT?= sort
|
||||
|
||||
#
|
||||
# Post-extract
|
||||
@ -72,7 +71,7 @@ rename-license:
|
||||
#
|
||||
|
||||
post-patch:
|
||||
${SED} 's|%%FONTSDIR%%|${FONTSDIR}|g' ${MSG_FILE} > ${PKGMESSAGE}
|
||||
@${SED} 's|%%FONTSDIR%%|${FONTSDIR}|g' ${MSG_FILE} > ${PKGMESSAGE}
|
||||
|
||||
#
|
||||
# Build
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (code2000-1.13/CODE2000.ZIP) = ae2bcb9a43af61ab95dd63df56bbf12d
|
||||
SIZE (code2000-1.13/CODE2000.ZIP
|
||||
MD5 (code2000-1.14/CODE2000.ZIP) = 228ae68b324d63449e0a4afcd5fc5650
|
||||
SIZE (code2000-1.14/CODE2000.ZIP) = 3707633
|
||||
|
@ -2,7 +2,7 @@ IMPORTANT - READ CAREFULLY: Code2000 is *NOT* free software!
|
||||
It is offered as a shareware demo. If you like it and use it after a
|
||||
reasonable evaluation period, you are obliged to register the
|
||||
font by sending $5 (Five U.S. Dollars, or equivalent in any currency)
|
||||
to the author. See %%FONTSDIR%%/Code2000.html.
|
||||
to the author. See %%FONTSDIR%%/code2000.html.
|
||||
You can start using the font by following these instructions:
|
||||
|
||||
--- XFree86 4.x.x (using the freetype module)
|
||||
|
@ -3,6 +3,7 @@
|
||||
%%FONTSDIR%%/code2000.ttf
|
||||
%%FONTSDIR%%/fonts.dir
|
||||
%%FONTSDIR%%/fonts.scale
|
||||
@unexec rm %D/%%FONTSDIR%%/fonts.cache-1 2>/dev/null || true
|
||||
@dirrm %%FONTSDIR%%
|
||||
%%PKG_OLDXF86%%@exec ln -fs %D/%%FONTSDIR%% %D/%%TTFONTSDIR%%/%%FONTNAME%%
|
||||
%%PKG_OLDXF86%%@unexec rm -f %D/%%TTFONTSDIR%%/%%FONTNAME%%
|
||||
|
Loading…
Reference in New Issue
Block a user