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

Collapse All | Expand All

(-)/home/bacon/Prog/Ports/ports/science/minc/Makefile (-5 / +8 lines)
Lines 16-26 Link Here
16
# Of course, the netcdf port must be installed first.
16
# Of course, the netcdf port must be installed first.
17
17
18
PORTNAME=	minc
18
PORTNAME=	minc
19
PORTVERSION=	1.4
19
PORTVERSION=	1.5.1
20
PORTREVISION=	2
21
CATEGORIES=	science biology
20
CATEGORIES=	science biology
22
MASTER_SITES=	http://www.bic.mni.mcgill.ca/software/distribution/packages/ \
21
MASTER_SITES=	http://www.nitrc.org/frs/downloadlink.php/400/
23
		http://www.neuro.mcw.edu/~bacon/Ports/distfiles/
24
22
25
MAINTAINER=	jwbacon@tds.net
23
MAINTAINER=	jwbacon@tds.net
26
COMMENT=	Medical Imaging NetCDF
24
COMMENT=	Medical Imaging NetCDF
Lines 34-40 Link Here
34
LDFLAGS+=	-L${LOCALBASE}/lib
32
LDFLAGS+=	-L${LOCALBASE}/lib
35
CONFIGURE_ARGS=	--enable-static=yes --enable-shared=yes
33
CONFIGURE_ARGS=	--enable-static=yes --enable-shared=yes
36
34
37
CONFLICTS=	minc-2*
35
CONFLICTS=	minc-2* zh-tk-[0-9]*
36
37
WRKSRC=		${WRKDIR}/${PORTNAME}-1.5
38
38
39
MAN1=	dcm2mnc.1 \
39
MAN1=	dcm2mnc.1 \
40
	ecattominc.1 \
40
	ecattominc.1 \
Lines 49-54 Link Here
49
	mincexpand.1 \
49
	mincexpand.1 \
50
	mincextract.1 \
50
	mincextract.1 \
51
	mincheader.1 \
51
	mincheader.1 \
52
	minchistory.1 \
52
	mincinfo.1 \
53
	mincinfo.1 \
53
	minclookup.1 \
54
	minclookup.1 \
54
	mincmakescalar.1 \
55
	mincmakescalar.1 \
Lines 73-78 Link Here
73
74
74
MAN3=	ParseArgv.3
75
MAN3=	ParseArgv.3
75
76
77
FETCH_ARGS+=	-F
78
76
post-install:
79
post-install:
77
	@${CAT} ${PKGMESSAGE}
80
	@${CAT} ${PKGMESSAGE}
78
81
(-)/home/bacon/Prog/Ports/ports/science/minc/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (minc-1.4.tar.gz) = a07c9523f232c823f38275bc8bb23011e70a29a0a45071dad0dec81317a75c4f
1
SHA256 (minc-1.5.1.tar.gz) = 3ca7045c6eaa32daea184af3f78e30969bb0a0dddce2a1b292ba1624d23a61c9
2
SIZE (minc-1.4.tar.gz) = 1213768
2
SIZE (minc-1.5.1.tar.gz) = 1356462

Return to bug 169924