Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 May 2020 09:32:49 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r536754 - head/x11-fonts/gohufont
Message-ID:  <202005280932.04S9WnO3025653@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu May 28 09:32:48 2020
New Revision: 536754
URL: https://svnweb.freebsd.org/changeset/ports/536754

Log:
  - Add NO_ARCH
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/x11-fonts/gohufont/Makefile
  head/x11-fonts/gohufont/pkg-descr

Modified: head/x11-fonts/gohufont/Makefile
==============================================================================
--- head/x11-fonts/gohufont/Makefile	Thu May 28 09:05:00 2020	(r536753)
+++ head/x11-fonts/gohufont/Makefile	Thu May 28 09:32:48 2020	(r536754)
@@ -14,9 +14,10 @@ LICENSE_FILE=	${WRKSRC}/COPYING-LICENSE
 
 USES=		fonts
 NO_BUILD=	yes
+NO_ARCH=	yes
 
 do-install:
-	${MKDIR} ${STAGEDIR}${FONTSDIR}
+	@${MKDIR} ${STAGEDIR}${FONTSDIR}
 	${INSTALL_DATA} ${WRKSRC}/*.pcf.gz ${STAGEDIR}${FONTSDIR}
 
 .include <bsd.port.mk>

Modified: head/x11-fonts/gohufont/pkg-descr
==============================================================================
--- head/x11-fonts/gohufont/pkg-descr	Thu May 28 09:05:00 2020	(r536753)
+++ head/x11-fonts/gohufont/pkg-descr	Thu May 28 09:32:48 2020	(r536754)
@@ -6,4 +6,4 @@ The small 11 px version is perfect for laptops and net
 fit more text into their small screens. The 14 px is ideal for desktop screens
 where you sit farther away from it and the 11 px would be too small.
 
-WWW: http://font.gohu.org/
+WWW: https://font.gohu.org/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005280932.04S9WnO3025653>