View | Details | Raw Unified | Return to bug 203814 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-3 / +3 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	eigen
3
PORTNAME=	eigen
4
PORTVERSION=	3.2.2
4
PORTVERSION=	3.2.6
5
PORTREVISION=	1
5
PORTREVISION=	1
6
CATEGORIES=	math
6
CATEGORIES=	math
7
MASTER_SITES=	https://bitbucket.org/${PORTNAME}/${PORTNAME}/get/
7
MASTER_SITES=	https://bitbucket.org/${PORTNAME}/${PORTNAME}/get/
Lines 11-17 Link Here
11
MAINTAINER=	kde@FreeBSD.org
11
MAINTAINER=	kde@FreeBSD.org
12
COMMENT=	Lightweight library for vector and matrix math
12
COMMENT=	Lightweight library for vector and matrix math
13
13
14
LICENSE=	LGPL21 MPL
14
LICENSE=	LGPL3 MPL
15
LICENSE_COMB=	multi
15
LICENSE_COMB=	multi
16
16
17
USES=		cmake:outsource tar:bzip2
17
USES=		cmake:outsource tar:bzip2
Lines 18-23 Link Here
18
CONFIGURE_ENV+=	PKG_CONFIG_LIBDIR="${PREFIX}/libdata"
18
CONFIGURE_ENV+=	PKG_CONFIG_LIBDIR="${PREFIX}/libdata"
19
NO_BUILD=	yes
19
NO_BUILD=	yes
20
20
21
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTNAME}-1306d75b4a21
21
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTNAME}-c58038c56923
22
22
23
.include <bsd.port.mk>
23
.include <bsd.port.mk>
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (eigen/3.2.2.tar.bz2) = 929326dcf23a5b9125f898858f2b2b8e4685173c9a5963f86e593791abb621b1
1
SHA256 (eigen/3.2.6.tar.bz2) = 8a3352f9a5361fe90e451a7305fb1896fc7f771dc16cc0edd8e6b157f52c343e
2
SIZE (eigen/3.2.2.tar.bz2) = 1142184
2
SIZE (eigen/3.2.6.tar.bz2) = 1152805

Return to bug 203814