Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Feb 2018 09:33:02 +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: r463192 - head/x11-fonts/gentium-plus
Message-ID:  <201802280933.w1S9X2C7099185@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Feb 28 09:33:02 2018
New Revision: 463192
URL: https://svnweb.freebsd.org/changeset/ports/463192

Log:
  - Switch to options helpers
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/x11-fonts/gentium-plus/Makefile
  head/x11-fonts/gentium-plus/pkg-descr

Modified: head/x11-fonts/gentium-plus/Makefile
==============================================================================
--- head/x11-fonts/gentium-plus/Makefile	Wed Feb 28 09:03:02 2018	(r463191)
+++ head/x11-fonts/gentium-plus/Makefile	Wed Feb 28 09:33:02 2018	(r463192)
@@ -30,6 +30,8 @@ OPTIONS_DEFINE=	DOCS
 do-install:
 	@${MKDIR} ${STAGEDIR}${FONTSDIR}
 	${INSTALL_DATA} ${WRKSRC}/*.ttf ${STAGEDIR}${FONTSDIR}
+
+do-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${DOCSLIST:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
 

Modified: head/x11-fonts/gentium-plus/pkg-descr
==============================================================================
--- head/x11-fonts/gentium-plus/pkg-descr	Wed Feb 28 09:03:02 2018	(r463191)
+++ head/x11-fonts/gentium-plus/pkg-descr	Wed Feb 28 09:33:02 2018	(r463192)
@@ -11,4 +11,4 @@ polytonic and monotonic Greek. Gentium Plus now includ
 Latin glyphs (Unicode 5.1), archaic Greek symbols, and full extended
 Cyrillic script support
 
-WWW: http://software.sil.org/gentium/
+WWW: https://software.sil.org/gentium/



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