Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Dec 2014 09:43:20 +0000 (UTC)
From:      Alex Dupre <ale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r375824 - head/lang/scala-docs
Message-ID:  <201412300943.sBU9hKPN015961@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ale
Date: Tue Dec 30 09:43:19 2014
New Revision: 375824
URL: https://svnweb.freebsd.org/changeset/ports/375824
QAT: https://qat.redports.org/buildarchive/r375824/

Log:
  Update to 2.11.4 release.

Modified:
  head/lang/scala-docs/Makefile
  head/lang/scala-docs/distinfo

Modified: head/lang/scala-docs/Makefile
==============================================================================
--- head/lang/scala-docs/Makefile	Tue Dec 30 09:26:30 2014	(r375823)
+++ head/lang/scala-docs/Makefile	Tue Dec 30 09:43:19 2014	(r375824)
@@ -2,15 +2,14 @@
 # $FreeBSD$
 
 PORTNAME=	scala-docs
-PORTVERSION=	2.11.2
+PORTVERSION=	2.11.4
 CATEGORIES=	lang java
 MASTER_SITES=	http://www.scala-lang.org/files/archive/
-EXTRACT_SUFX=	.txz
 
 MAINTAINER=	ale@FreeBSD.org
-COMMENT=	The documentation for the Scala standard library
+COMMENT=	Documentation for the Scala libraries & compiler
 
-USES=		tar:xz
+USES=		tar:txz
 NO_BUILD=	yes
 
 PORTDOCS=	*
@@ -26,7 +25,7 @@ IGNORE=		port only installs documentatio
 do-install:
 	@${ECHO} -n ">> Installing documentation in ${DOCSDIR}..."
 	@${MKDIR} ${STAGEDIR}/${DOCSDIR}
-	@(cd ${WRKSRC}/ && ${COPYTREE_SHARE} \* ${STAGEDIR}/${DOCSDIR}/)
+	@(cd ${WRKSRC}/api && ${COPYTREE_SHARE} \* ${STAGEDIR}/${DOCSDIR}/)
 	@${ECHO} " [ DONE ]"
 
 .include <bsd.port.mk>

Modified: head/lang/scala-docs/distinfo
==============================================================================
--- head/lang/scala-docs/distinfo	Tue Dec 30 09:26:30 2014	(r375823)
+++ head/lang/scala-docs/distinfo	Tue Dec 30 09:43:19 2014	(r375824)
@@ -1,2 +1,2 @@
-SHA256 (scala-docs-2.11.2.txz) = feac99134a0bf0f9dafe9cbc43623e55cb95aac8f6c7589479fac6219dd71ff4
-SIZE (scala-docs-2.11.2.txz) = 42445864
+SHA256 (scala-docs-2.11.4.txz) = 5ba92467c14efbb768f059a43596488003f100f47019973997a152b5d91cbcc7
+SIZE (scala-docs-2.11.4.txz) = 42563400



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