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

(-)Makefile (-4 / +3 lines)
Lines 7-20 Link Here
7
#
7
#
8
8
9
PORTNAME=	cln
9
PORTNAME=	cln
10
PORTVERSION=	1.1.11
10
PORTVERSION=	1.1.13
11
PORTREVISION=	1
12
CATEGORIES=	math devel
11
CATEGORIES=	math devel
13
MASTER_SITES=	http://www.ginac.de/CLN/ \
12
MASTER_SITES=	http://www.ginac.de/CLN/ \
14
		http://www.mirrors.wiretapped.net/security/cryptography/libraries/math/cln/ \
13
		http://www.mirrors.wiretapped.net/security/cryptography/libraries/math/cln/ \
15
		ftp://ftpthep.physik.uni-mainz.de/pub/gnu/
14
		ftp://ftpthep.physik.uni-mainz.de/pub/gnu/
16
15
17
MAINTAINER=	ports@FreeBSD.org
16
MAINTAINER=	araujo@bsdmail.org
18
COMMENT=	Class Library for Numbers
17
COMMENT=	Class Library for Numbers
19
18
20
LIB_DEPENDS=	gmp.7:${PORTSDIR}/math/libgmp4
19
LIB_DEPENDS=	gmp.7:${PORTSDIR}/math/libgmp4
Lines 42-48 Link Here
42
.include <bsd.port.pre.mk>
41
.include <bsd.port.pre.mk>
43
42
44
.if ${ARCH} == "sparc64" || ${ARCH} == "ia64"
43
.if ${ARCH} == "sparc64" || ${ARCH} == "ia64"
45
BROKEN=		"Does not compile on sparc64 or ia64"
44
BROKEN=		Does not compile on sparc64 or ia64
46
.endif
45
.endif
47
46
48
pre-build:
47
pre-build:
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (cln-1.1.11.tar.bz2) = 7313dc20608ddc5dcfdae4d2f9138762
1
MD5 (cln-1.1.13.tar.bz2) = 1f3d227360003b389bba14c8a5c3695a
2
SHA256 (cln-1.1.11.tar.bz2) = a9a31815381f716840acabc42fac641ada5a5a1463a36a036d219c5134001e15
2
SHA256 (cln-1.1.13.tar.bz2) = fb570c0ac44aef1ffe251fdf2a9b40448c95aa21398b492566203dd982b18c03
3
SIZE (cln-1.1.11.tar.bz2) = 1710717
3
SIZE (cln-1.1.13.tar.bz2) = 1708927

Return to bug 108049