Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Oct 2019 09:39:12 +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: r515327 - head/lang/scala-docs
Message-ID:  <201910240939.x9O9dCFD038088@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Oct 24 09:39:11 2019
New Revision: 515327
URL: https://svnweb.freebsd.org/changeset/ports/515327

Log:
  - helers
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/lang/scala-docs/Makefile
  head/lang/scala-docs/pkg-descr

Modified: head/lang/scala-docs/Makefile
==============================================================================
--- head/lang/scala-docs/Makefile	Thu Oct 24 09:28:43 2019	(r515326)
+++ head/lang/scala-docs/Makefile	Thu Oct 24 09:39:11 2019	(r515327)
@@ -20,15 +20,11 @@ PORTDOCS=	*
 
 OPTIONS_DEFINE=	DOCS
 
+DOCS_IGNORE_OFF=port only installs documentation
+
 WRKSRC=		${WRKDIR}/scala-${PORTVERSION}
 
 #PORTSCOUT=	limit:^2\.13\.
-
-.include <bsd.port.options.mk>
-
-.if ! ${PORT_OPTIONS:MDOCS}
-IGNORE=		port only installs documentation
-.endif
 
 do-install:
 	@${ECHO} -n ">> Installing documentation in ${DOCSDIR}..."

Modified: head/lang/scala-docs/pkg-descr
==============================================================================
--- head/lang/scala-docs/pkg-descr	Thu Oct 24 09:28:43 2019	(r515326)
+++ head/lang/scala-docs/pkg-descr	Thu Oct 24 09:39:11 2019	(r515327)
@@ -1,3 +1,3 @@
 The documentation for the Scala standard library.
 
-WWW: http://www.scala-lang.org/
+WWW: https://www.scala-lang.org/



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