svn commit: r523511 - head/chinese/cnprint

Li-Wen Hsu lwhsu at FreeBSD.org
Sun Jan 19 04:38:09 UTC 2020


Author: lwhsu
Date: Sun Jan 19 04:38:08 2020
New Revision: 523511
URL: https://svnweb.freebsd.org/changeset/ports/523511

Log:
  Unbreak

Modified:
  head/chinese/cnprint/Makefile

Modified: head/chinese/cnprint/Makefile
==============================================================================
--- head/chinese/cnprint/Makefile	Sun Jan 19 04:10:11 2020	(r523510)
+++ head/chinese/cnprint/Makefile	Sun Jan 19 04:38:08 2020	(r523511)
@@ -5,7 +5,7 @@ PORTNAME=	cnprint
 PORTVERSION=	3.30b
 PORTREVISION=	1
 CATEGORIES=	chinese print
-MASTER_SITES=	http://distfiles.cs.nctu.edu.tw/${PORTNAME}-${PORTVERSION}/
+MASTER_SITES=	https://www.cs.nctu.edu.tw/~lwhsu/ports/distfiles/${PORTNAME}-${PORTVERSION}/
 DISTFILES=	cnprint330b.c cnprint330b.readme ttfb330b.c cnprint330b.hlp \
 		cnprint33.cmd helvet.dat  mssong.ttf.gz mssong.htf \
 		mshei.ttf.gz mshei.htf cc48s.hbf cc48.sym.gz cc48s.1.gz \
@@ -13,8 +13,6 @@ DISTFILES=	cnprint330b.c cnprint330b.readme ttfb330b.c
 
 MAINTAINER=	lwhsu at FreeBSD.org
 COMMENT=	Print CJK text (or convert to PostScript)
-
-BROKEN=		unfetchable
 
 DIST_SUBDIR=	${PORTNAME}-${PORTVERSION}
 FILES=		${WRKSRC}/*.sym ${WRKSRC}/*.htf ${WRKSRC}/*.hbf \


More information about the svn-ports-all mailing list