svn commit: r356850 - head/x11-fonts/hanazono-fonts-ttf

Guido Falsi madpilot at FreeBSD.org
Fri Jun 6 21:10:34 UTC 2014


Author: madpilot
Date: Fri Jun  6 21:10:33 2014
New Revision: 356850
URL: http://svnweb.freebsd.org/changeset/ports/356850
QAT: https://qat.redports.org/buildarchive/r356850/

Log:
  - Update to 20131208
  - Stagify
  
  PR:		190385
  Submitted by:	lichray at gmail.com (maintainer)

Modified:
  head/x11-fonts/hanazono-fonts-ttf/Makefile
  head/x11-fonts/hanazono-fonts-ttf/distinfo

Modified: head/x11-fonts/hanazono-fonts-ttf/Makefile
==============================================================================
--- head/x11-fonts/hanazono-fonts-ttf/Makefile	Fri Jun  6 21:08:06 2014	(r356849)
+++ head/x11-fonts/hanazono-fonts-ttf/Makefile	Fri Jun  6 21:10:33 2014	(r356850)
@@ -2,10 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	hanazono-fonts-ttf
-PORTVERSION=	20120421
+PORTVERSION=	20131208
 CATEGORIES=	x11-fonts
 MASTER_SITES=	SFJP
-MASTER_SITE_SUBDIR=	hanazono-font/55644
+MASTER_SITE_SUBDIR=	hanazono-font/60001
 DISTNAME=	${PORTNAME:C/-.*//}-${PORTVERSION}
 
 MAINTAINER=	lichray at gmail.com
@@ -25,17 +25,14 @@ PLIST_SUB=	FONTDIR=${FONTDIR}
 SUB_FILES=	pkg-message
 SUB_LIST=	FONTDIR=${FONTDIR}
 
-NO_STAGE=	yes
 do-build:
 	@cd ${WRKSRC}/ && \
 		${LOCALBASE}/bin/mkfontscale && \
 		${LOCALBASE}/bin/mkfontdir
 
 do-install:
-	${MKDIR} ${PREFIX}/${FONTDIR}/
-	cd ${WRKSRC}/ && ${INSTALL_DATA} *.ttf fonts.* ${PREFIX}/${FONTDIR}/
-
-post-install:
-	@${CAT} ${PKGMESSAGE}
+	${MKDIR} ${STAGEDIR}${PREFIX}/${FONTDIR}/
+	cd ${WRKSRC}/ && \
+		${INSTALL_DATA} *.ttf fonts.* ${STAGEDIR}${PREFIX}/${FONTDIR}/
 
 .include <bsd.port.mk>

Modified: head/x11-fonts/hanazono-fonts-ttf/distinfo
==============================================================================
--- head/x11-fonts/hanazono-fonts-ttf/distinfo	Fri Jun  6 21:08:06 2014	(r356849)
+++ head/x11-fonts/hanazono-fonts-ttf/distinfo	Fri Jun  6 21:10:33 2014	(r356850)
@@ -1,2 +1,2 @@
-SHA256 (hanazono-20120421.zip) = e62c4437e80728eec287cd88c8c48d7db8a0044902b57a02531e8cc9d3ad008a
-SIZE (hanazono-20120421.zip) = 24281236
+SHA256 (hanazono-20131208.zip) = 259b54ce7fd6ec9ca3e2bdbecebe476de897b3f0da1d2e3b81d23285c1d34f0b
+SIZE (hanazono-20131208.zip) = 24737240


More information about the svn-ports-head mailing list