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

(-)Makefile (-8 / +3 lines)
Lines 9-15 Link Here
9
# bump the version here.
9
# bump the version here.
10
10
11
PORTNAME=	stack
11
PORTNAME=	stack
12
PORTVERSION=	1.3.0
12
PORTVERSION=	1.3.2
13
CATEGORIES=	devel haskell
13
CATEGORIES=	devel haskell
14
MASTER_SITES=	GH \
14
MASTER_SITES=	GH \
15
		https://github.com/applicative-tech/stack-dependencies/releases/download/${PORTVERSION}/:deps
15
		https://github.com/applicative-tech/stack-dependencies/releases/download/${PORTVERSION}/:deps
Lines 25-37 Link Here
25
LIB_DEPENDS=	libiconv.so:converters/libiconv \
25
LIB_DEPENDS=	libiconv.so:converters/libiconv \
26
		libgmp.so:math/gmp \
26
		libgmp.so:math/gmp \
27
		libffi.so:devel/libffi
27
		libffi.so:devel/libffi
28
# Some (all?) GHC binaries downloaded by stack are compiled for
28
RUN_DEPENDS=	ca_root_nss>0:security/ca_root_nss \
29
# FreeBSD 8 and require that gcc and libutil.so.8 are available
29
		gcc:lang/gcc \
30
RUN_DEPENDS+=	gcc:lang/gcc
31
LIB_DEPENDS+=	libutil.so.8:misc/compat8x
32
33
# Needed for 'stack setup'
34
RUN_DEPENDS+=	ca_root_nss>0:security/ca_root_nss \
35
		gmake:devel/gmake
30
		gmake:devel/gmake
36
USES=		gmake perl5
31
USES=		gmake perl5
37
32
(-)distinfo (-5 / +5 lines)
Lines 1-5 Link Here
1
TIMESTAMP = 1481548288
1
TIMESTAMP = 1483643298
2
SHA256 (stack-dependencies-1.3.0.tar.gz) = 170b9ef3cdbc46bad0f576ba325155a9d9607aa85afd047e14059fbd4ff11a52
2
SHA256 (stack-dependencies-1.3.2.tar.gz) = 2c22a42e5117935ed55a9074ac393f40e3abc79361d7a758275d9c8832c88238
3
SIZE (stack-dependencies-1.3.0.tar.gz) = 38884296
3
SIZE (stack-dependencies-1.3.2.tar.gz) = 39390296
4
SHA256 (applicative-tech-stack-dependencies-1.3.0_GH0.tar.gz) = c9d07972422796f0c7723394594298dfb562c0fea9904c7c81a363a385141402
4
SHA256 (applicative-tech-stack-dependencies-1.3.2_GH0.tar.gz) = 70bb09a9fa16a3b79fb16728a60164947f6f611c8ba14292481c264e41265489
5
SIZE (applicative-tech-stack-dependencies-1.3.0_GH0.tar.gz) = 997
5
SIZE (applicative-tech-stack-dependencies-1.3.2_GH0.tar.gz) = 996

Return to bug 215807