Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Oct 2013 10:29:26 +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: r330493 - head/lang/scala-docs
Message-ID:  <201310161029.r9GATQW0037927@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ale
Date: Wed Oct 16 10:29:26 2013
New Revision: 330493
URL: http://svnweb.freebsd.org/changeset/ports/330493

Log:
  Update to 2.10.3 release and STAGEify.

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

Modified: head/lang/scala-docs/Makefile
==============================================================================
--- head/lang/scala-docs/Makefile	Wed Oct 16 10:17:49 2013	(r330492)
+++ head/lang/scala-docs/Makefile	Wed Oct 16 10:29:26 2013	(r330493)
@@ -2,9 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	scala-docs
-PORTVERSION=	2.10.2
+PORTVERSION=	2.10.3
 CATEGORIES=	lang java
-MASTER_SITES=	http://www.scala-lang.org/downloads/distrib/files/
+MASTER_SITES=	http://www.scala-lang.org/files/archive/
 EXTRACT_SUFX=	.txz
 
 MAINTAINER=	ale@FreeBSD.org
@@ -15,7 +15,6 @@ NO_BUILD=	yes
 
 PORTDOCS=	*
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ! ${PORT_OPTIONS:MDOCS}
@@ -24,8 +23,8 @@ IGNORE=		port only installs documentatio
 
 do-install:
 	@${ECHO} -n ">> Installing documentation in ${DOCSDIR}..."
-	@${MKDIR} ${DOCSDIR}
-	@(cd ${WRKSRC}/ && ${COPYTREE_SHARE} \* ${DOCSDIR}/)
+	@${MKDIR} ${STAGEDIR}/${DOCSDIR}
+	@(cd ${WRKSRC}/ && ${COPYTREE_SHARE} \* ${STAGEDIR}/${DOCSDIR}/)
 	@${ECHO} " [ DONE ]"
 
 .include <bsd.port.mk>

Modified: head/lang/scala-docs/distinfo
==============================================================================
--- head/lang/scala-docs/distinfo	Wed Oct 16 10:17:49 2013	(r330492)
+++ head/lang/scala-docs/distinfo	Wed Oct 16 10:29:26 2013	(r330493)
@@ -1,2 +1,2 @@
-SHA256 (scala-docs-2.10.2.txz) = 5b854f16c9492291d2d9cce3dc1b9834bd1e1b5a9fb8fba5db06d75f767027c6
-SIZE (scala-docs-2.10.2.txz) = 5191252
+SHA256 (scala-docs-2.10.3.txz) = 63bffbfafad863137a92f72cbfa49ae50e718ccd658da615233054e082bd0799
+SIZE (scala-docs-2.10.3.txz) = 3826996



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