ports/122076: Update port: japanese/vlgothic to 20071215
KATO Tsuguru
tkato432 at yahoo.com
Tue Mar 25 17:10:04 UTC 2008
>Number: 122076
>Category: ports
>Synopsis: Update port: japanese/vlgothic to 20071215
>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: Tue Mar 25 17:10:03 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator: KATO Tsuguru
>Release: FreeBSD 6.3-RELEASE-p1 i386
>Organization:
>Environment:
>Description:
- Update to version 20071215
>How-To-Repeat:
>Fix:
diff -urN /usr/ports/japanese/vlgothic/Makefile japanese/vlgothic/Makefile
--- /usr/ports/japanese/vlgothic/Makefile 2008-03-20 02:15:24.000000000 +0900
+++ japanese/vlgothic/Makefile 2008-03-22 04:13:36.000000000 +0900
@@ -6,7 +6,7 @@
#
PORTNAME= vlgothic
-PORTVERSION= 20071015
+PORTVERSION= 20071215
CATEGORIES= japanese x11-fonts
MASTER_SITES= http://vinelinux.org/~daisuke/vlgothic/
DISTNAME= VLGothic-${PORTVERSION}
@@ -17,31 +17,36 @@
BUILD_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig
RUN_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig
+WRKSRC= ${WRKDIR}/VLGothic
+
USE_BZIP2= yes
NO_BUILD= yes
-FONTSDIR= lib/X11/fonts/vlgothic
-PLIST_SUB= FONTSDIR=${FONTSDIR}
+PLIST_SUB= FONTSDIR="${FONTSDIR_REL}"
-WRKSRC= ${WRKDIR}/VLGothic
+FONTSDIR= ${PREFIX}/lib/X11/fonts/vlgothic
+FONTSDIR_REL= ${FONTSDIR:S,${PREFIX}/,,}
+TTF_FILES= VL-PGothic-Regular.ttf VL-Gothic-Regular.ttf
DOC_FILES= Changelog LICENSE LICENSE.en LICENSE_E.mplus LICENSE_J.mplus \
README README.sazanami README_J.mplus
do-install:
- ${MKDIR} ${PREFIX}/${FONTSDIR}
- ${INSTALL_DATA} ${WRKSRC}/VL-PGothic-Regular.ttf \
- ${WRKSRC}/VL-Gothic-Regular.ttf \
- ${PREFIX}/${FONTSDIR}
- ${MKDIR} ${PREFIX}/etc/fonts/conf.d
+ @${MKDIR} ${FONTSDIR}
+.for file in ${TTF_FILES}
+ ${INSTALL_DATA} ${WRKSRC}/${file} ${FONTSDIR}
+.endfor
+ @${MKDIR} ${PREFIX}/etc/fonts/conf.d
${INSTALL_DATA} ${FILESDIR}/63-vlgothic.conf \
${PREFIX}/etc/fonts/conf.d
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${DOC_FILES:S,^,${WRKSRC}/,} ${DOCSDIR}
+.for file in ${DOC_FILES}
+ ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
+.endfor
.endif
post-install:
- ${X11BASE}/bin/fc-cache -f -v ${PREFIX}/${FONTSDIR}
+ ${X11BASE}/bin/fc-cache -f -v ${FONTSDIR}
.include <bsd.port.mk>
diff -urN /usr/ports/japanese/vlgothic/distinfo japanese/vlgothic/distinfo
--- /usr/ports/japanese/vlgothic/distinfo 2007-10-21 21:52:37.000000000 +0900
+++ japanese/vlgothic/distinfo 2008-03-22 04:10:45.000000000 +0900
@@ -1,3 +1,3 @@
-MD5 (VLGothic-20071015.tar.bz2) = a914a2b47e2a55cc7c1601a590adc23f
-SHA256 (VLGothic-20071015.tar.bz2) = bb1e966d361a0d212280a0fdf09901bd331c76f9e99cba75aa23edb5b3eecf09
-SIZE (VLGothic-20071015.tar.bz2) = 4557422
+MD5 (VLGothic-20071215.tar.bz2) = 830fe98b9c5ba833e9eab9f6570a0d3c
+SHA256 (VLGothic-20071215.tar.bz2) = 21bf541fb5ece6398bcf03d783415fe3eba6ac7991f963d47338fc49c744605f
+SIZE (VLGothic-20071215.tar.bz2) = 4562065
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list