View | Details | Raw Unified | Return to bug 215493
Collapse All | Expand All

(-)scala-docs/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (scala-docs-2.11.7.txz) = 275c4cb826faf4b37aac22780dd48232d8a69168d3f1e249b4f087d90b8d70d5
1
TIMESTAMP = 1482429423
2
SIZE (scala-docs-2.11.7.txz) = 49335060
2
SHA256 (scala-docs-2.12.1.txz) = b8730008ab64cddb0cfaebae61396147461a5a1a75258640b92033b7e2661e4d
3
SIZE (scala-docs-2.12.1.txz) = 58609288
(-)scala-docs/Makefile (-1 / +3 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/lang/scala-docs/Makefile 397312 2015-09-19 08:00:23Z ale $
2
# $FreeBSD: head/lang/scala-docs/Makefile 397312 2015-09-19 08:00:23Z ale $
3
3
4
PORTNAME=	scala-docs
4
PORTNAME=	scala-docs
5
PORTVERSION=	2.11.7
5
PORTVERSION=	2.12.1
6
CATEGORIES=	lang java
6
CATEGORIES=	lang java
7
MASTER_SITES=	http://www.scala-lang.org/files/archive/
7
MASTER_SITES=	http://www.scala-lang.org/files/archive/
8
8
Lines 16-21 Link Here
16
16
17
OPTIONS_DEFINE=	DOCS
17
OPTIONS_DEFINE=	DOCS
18
18
19
WRKSRC=         ${WRKDIR}/scala-${PORTVERSION}
20
19
.include <bsd.port.options.mk>
21
.include <bsd.port.options.mk>
20
22
21
.if ! ${PORT_OPTIONS:MDOCS}
23
.if ! ${PORT_OPTIONS:MDOCS}

Return to bug 215493