svn commit: r440864 - head/japanese/font-ipa

Antoine Brodin antoine at FreeBSD.org
Sun May 14 06:41:42 UTC 2017


Author: antoine
Date: Sun May 14 06:41:41 2017
New Revision: 440864
URL: https://svnweb.freebsd.org/changeset/ports/440864

Log:
  Unbreak by providing a working MASTER_SITES

Modified:
  head/japanese/font-ipa/Makefile

Modified: head/japanese/font-ipa/Makefile
==============================================================================
--- head/japanese/font-ipa/Makefile	Sun May 14 06:33:57 2017	(r440863)
+++ head/japanese/font-ipa/Makefile	Sun May 14 06:41:41 2017	(r440864)
@@ -4,7 +4,7 @@ PORTNAME=	ipa
 PORTVERSION=	00303
 PORTREVISION=	6
 CATEGORIES=	japanese x11-fonts
-MASTER_SITES=	http://info.openlab.ipa.go.jp/ipafont/fontdata/
+MASTER_SITES=	http://dl.ipafont.ipa.go.jp/IPAfont/
 PKGNAMEPREFIX=	ja-font-
 DISTNAME=	IPAfont${PORTVERSION}
 
@@ -24,8 +24,6 @@ DATADIR=	${PREFIX}/share/font-${PORTNAME
 PORTDOCS=	IPA_Font_License_Agreement_v1.0.txt \
 		Readme_IPAfont${PORTVERSION}.txt
 
-BROKEN=	 No address record
-
 OPTIONS_DEFINE=	DOCS
 
 post-extract:


More information about the svn-ports-all mailing list