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

(-)math/pspp/Makefile (-6 / +5 lines)
Lines 6-16 Link Here
6
#
6
#
7
7
8
PORTNAME=	pspp
8
PORTNAME=	pspp
9
PORTVERSION=	0.4.0
9
PORTVERSION=	0.4.0.1
10
PORTREVISION=	3
11
CATEGORIES=	math
10
CATEGORIES=	math
12
MASTER_SITES=	${MASTER_SITE_GNU}
11
MASTER_SITES=	GNU
13
MASTER_SITE_SUBDIR=	${PORTNAME}
14
12
15
MAINTAINER=	ports@FreeBSD.org
13
MAINTAINER=	ports@FreeBSD.org
16
COMMENT=	Program for statistical analysis of sampled data
14
COMMENT=	Program for statistical analysis of sampled data
Lines 18-27 Link Here
18
LIB_DEPENDS=	plot.4:${PORTSDIR}/graphics/plotutils \
16
LIB_DEPENDS=	plot.4:${PORTSDIR}/graphics/plotutils \
19
		gslcblas.0:${PORTSDIR}/math/gsl
17
		gslcblas.0:${PORTSDIR}/math/gsl
20
18
19
USE_GNOME=	gnometarget
21
USE_PERL5_BUILD=yes
20
USE_PERL5_BUILD=yes
22
GNU_CONFIGURE=	yes
23
USE_GMAKE=	yes
24
USE_GETTEXT=	yes
21
USE_GETTEXT=	yes
22
USE_GMAKE=	yes
23
GNU_CONFIGURE=	yes
25
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
24
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
26
		LDFLAGS="-L${LOCALBASE}/lib"
25
		LDFLAGS="-L${LOCALBASE}/lib"
27
26
(-)math/pspp/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (pspp-0.4.0.tar.gz) = 637bb190ae21bd3aee9ea2ce7ce81896
1
MD5 (pspp-0.4.0.1.tar.gz) = a61da2616523589c1494f975cc851eb8
2
SHA256 (pspp-0.4.0.tar.gz) = b19403e15848ad0f0b393ed4e52beeb236fd4badfdfa63fe3e680f9cc683ca24
2
SHA256 (pspp-0.4.0.1.tar.gz) = 7167c8d21b593d84b006ae372148b2eb8ba8437991980a8363a830d4a9d1dad4
3
SIZE (pspp-0.4.0.tar.gz) = 1566807
3
SIZE (pspp-0.4.0.1.tar.gz) = 1580806

Return to bug 122762