Bug 122076 - Update port: japanese/vlgothic to 20071215
Summary: Update port: japanese/vlgothic to 20071215
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-25 17:10 UTC by tkato432
Modified: 2008-03-29 23:40 UTC (History)
0 users

See Also:


Attachments
file.diff (2.40 KB, patch)
2008-03-25 17:10 UTC, tkato432
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tkato432 2008-03-25 17:10:03 UTC
- Update to version 20071215
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2008-03-25 17:14:41 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 tkato432 2008-03-29 04:47:19 UTC
Version 20080327 has been released.


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-29 13:24:25.000000000 +0900
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	vlgothic
-PORTVERSION=	20071015
+PORTVERSION=	20080327
 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-29 13:37:46.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-20080327.tar.bz2) = 82188d16fc29588f4236a49b60489878
+SHA256 (VLGothic-20080327.tar.bz2) = 3339282146caec3b56ce82e8382fb7d35e166e0ddc051e4607c2331c2db187ca
+SIZE (VLGothic-20080327.tar.bz2) = 4561165
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2008-03-29 23:38:38 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2008-03-29 23:38:44 UTC
miwi        2008-03-29 23:38:32 UTC

  FreeBSD ports repository

  Modified files:
    japanese/vlgothic    Makefile distinfo 
  Log:
  - Update to 20080327
  
  PR:             122076
  Submitted by:   Ports Fury
  
  Revision  Changes    Path
  1.14      +16 -11    ports/japanese/vlgothic/Makefile
  1.12      +3 -3      ports/japanese/vlgothic/distinfo
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"