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

(-)saga/Makefile (-3 / +3 lines)
Lines 2-11 Link Here
2
# $FreeBSD: head/math/saga/Makefile 399240 2015-10-14 06:20:22Z wen $
2
# $FreeBSD: head/math/saga/Makefile 399240 2015-10-14 06:20:22Z wen $
3
3
4
PORTNAME=	saga
4
PORTNAME=	saga
5
PORTVERSION=	2.2.1
5
PORTVERSION=	2.2.2
6
CATEGORIES=	math
6
CATEGORIES=	math
7
MASTER_SITES=	SF/saga-gis/SAGA%20-%20${PORTVERSION:C/\.[[:digit:]]*$//}/SAGA%20${PORTVERSION}
7
MASTER_SITES=	SF/saga-gis/SAGA%20-%20${PORTVERSION:C/\.[[:digit:]]*$//}/SAGA%20${PORTVERSION}
8
DISTNAME=	${PORTNAME}_${PORTVERSION}
8
DISTNAME=	${PORTNAME}-${PORTVERSION}
9
9
10
MAINTAINER=	rhurlin@gwdg.de
10
MAINTAINER=	rhurlin@gwdg.de
11
COMMENT=	System for Automated Geoscientific Analyses
11
COMMENT=	System for Automated Geoscientific Analyses
Lines 82-88 Link Here
82
		${WRKSRC}/src/modules/imagery/imagery_opencv/Makefile.am
82
		${WRKSRC}/src/modules/imagery/imagery_opencv/Makefile.am
83
	@${REINPLACE_CMD} -e 's|\[cv\]|\[opencv_core\]|' \
83
	@${REINPLACE_CMD} -e 's|\[cv\]|\[opencv_core\]|' \
84
		${WRKSRC}/configure.ac
84
		${WRKSRC}/configure.ac
85
	@${REINPLACE_CMD} -e 's|wxString(SAGA_VERSION) + "\\n"|wxString(SAGA_VERSION) + " (SVN r2600)" + "\\n"|' \
85
	@${REINPLACE_CMD} -e 's|wxString(SAGA_VERSION) + "\\n"|wxString(SAGA_VERSION) + " (SVN r2652)" + "\\n"|' \
86
		${WRKSRC}/src/saga_core/saga_gui/dlg_about.cpp
86
		${WRKSRC}/src/saga_core/saga_gui/dlg_about.cpp
87
.if ${ARCH} == "powerpc"
87
.if ${ARCH} == "powerpc"
88
	@${REINPLACE_CMD} -e 's|typedef unsigned long	DWORD;|typedef unsigned int	DWORD;|' \
88
	@${REINPLACE_CMD} -e 's|typedef unsigned long	DWORD;|typedef unsigned int	DWORD;|' \
(-)saga/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (saga_2.2.1.tar.gz) = 325e0890c28dc19c4ec727f58672be67480b2a4dd6604252c0cc4cc08aad34d0
1
SHA256 (saga-2.2.2.tar.gz) = 031cd70b7ec248f32f955a9316aefc7f7ab283c5129c49aa4bd748717d20357e
2
SIZE (saga_2.2.1.tar.gz) = 4007209
2
SIZE (saga-2.2.2.tar.gz) = 4034027

Return to bug 203899