diff options
author | thierry <thierry@FreeBSD.org> | 2004-10-12 06:36:21 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-10-12 06:36:21 +0800 |
commit | 9aaa21c5ad68e07e3aa5eacc5ff993e576ff89a4 (patch) | |
tree | 5e15ac523faa73ca165fedec9e6b283e7b605e75 /x11-fonts | |
parent | 123e2c02822484eab09a43505527983a536fc7ad (diff) | |
download | freebsd-ports-gnome-9aaa21c5ad68e07e3aa5eacc5ff993e576ff89a4.tar.gz freebsd-ports-gnome-9aaa21c5ad68e07e3aa5eacc5ff993e576ff89a4.tar.zst freebsd-ports-gnome-9aaa21c5ad68e07e3aa5eacc5ff993e576ff89a4.zip |
Upgrade to 1.14.
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/code2000/Makefile | 5 | ||||
-rw-r--r-- | x11-fonts/code2000/distinfo | 4 | ||||
-rw-r--r-- | x11-fonts/code2000/pkg-message | 2 | ||||
-rw-r--r-- | x11-fonts/code2000/pkg-plist | 1 |
4 files changed, 6 insertions, 6 deletions
diff --git a/x11-fonts/code2000/Makefile b/x11-fonts/code2000/Makefile index 63dcb107e9cb..b92f4ea3854f 100644 --- a/x11-fonts/code2000/Makefile +++ b/x11-fonts/code2000/Makefile @@ -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 diff --git a/x11-fonts/code2000/distinfo b/x11-fonts/code2000/distinfo index 72001eb3eee9..ae8e85c3392e 100644 --- a/x11-fonts/code2000/distinfo +++ b/x11-fonts/code2000/distinfo @@ -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 diff --git a/x11-fonts/code2000/pkg-message b/x11-fonts/code2000/pkg-message index 2ead417af145..0ea105ac33c3 100644 --- a/x11-fonts/code2000/pkg-message +++ b/x11-fonts/code2000/pkg-message @@ -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) diff --git a/x11-fonts/code2000/pkg-plist b/x11-fonts/code2000/pkg-plist index f9c7b2faa7e0..aa72a999030d 100644 --- a/x11-fonts/code2000/pkg-plist +++ b/x11-fonts/code2000/pkg-plist @@ -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%% |