Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Jul 2012 23:56:18 GMT
From:      Jason Bacon <jwbacon@tds.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/169924: Maintainer update: science/minc
Message-ID:  <201207162356.q6GNuIMd018132@red.freebsd.org>
Resent-Message-ID: <201207170000.q6H00O3J004281@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         169924
>Category:       ports
>Synopsis:       Maintainer update: science/minc
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 17 00:00:24 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Jason Bacon
>Release:        9.0-RELEASE
>Organization:
Acadix Consulting, LLC
>Environment:
FreeBSD sculpin.jbacon.dyndns.org 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan  3 07:46:30 UTC 2012     root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
Routine upgrade, add conflicts.
>How-To-Repeat:

>Fix:
Diff attached.

Patch attached with submission follows:

diff -ruN --exclude=CVS /usr/ports/science/minc/Makefile /home/bacon/Prog/Ports/ports/science/minc/Makefile
--- /usr/ports/science/minc/Makefile	2011-09-23 17:25:07.000000000 -0500
+++ /home/bacon/Prog/Ports/ports/science/minc/Makefile	2012-07-15 11:25:58.000000000 -0500
@@ -16,11 +16,9 @@
 # Of course, the netcdf port must be installed first.
 
 PORTNAME=	minc
-PORTVERSION=	1.4
-PORTREVISION=	2
+PORTVERSION=	1.5.1
 CATEGORIES=	science biology
-MASTER_SITES=	http://www.bic.mni.mcgill.ca/software/distribution/packages/ \
-		http://www.neuro.mcw.edu/~bacon/Ports/distfiles/
+MASTER_SITES=	http://www.nitrc.org/frs/downloadlink.php/400/
 
 MAINTAINER=	jwbacon@tds.net
 COMMENT=	Medical Imaging NetCDF
@@ -34,7 +32,9 @@
 LDFLAGS+=	-L${LOCALBASE}/lib
 CONFIGURE_ARGS=	--enable-static=yes --enable-shared=yes
 
-CONFLICTS=	minc-2*
+CONFLICTS=	minc-2* zh-tk-[0-9]*
+
+WRKSRC=		${WRKDIR}/${PORTNAME}-1.5
 
 MAN1=	dcm2mnc.1 \
 	ecattominc.1 \
@@ -49,6 +49,7 @@
 	mincexpand.1 \
 	mincextract.1 \
 	mincheader.1 \
+	minchistory.1 \
 	mincinfo.1 \
 	minclookup.1 \
 	mincmakescalar.1 \
@@ -73,6 +74,8 @@
 
 MAN3=	ParseArgv.3
 
+FETCH_ARGS+=	-F
+
 post-install:
 	@${CAT} ${PKGMESSAGE}
 
diff -ruN --exclude=CVS /usr/ports/science/minc/distinfo /home/bacon/Prog/Ports/ports/science/minc/distinfo
--- /usr/ports/science/minc/distinfo	2011-07-03 08:22:19.000000000 -0500
+++ /home/bacon/Prog/Ports/ports/science/minc/distinfo	2012-07-15 13:38:47.000000000 -0500
@@ -1,2 +1,2 @@
-SHA256 (minc-1.4.tar.gz) = a07c9523f232c823f38275bc8bb23011e70a29a0a45071dad0dec81317a75c4f
-SIZE (minc-1.4.tar.gz) = 1213768
+SHA256 (minc-1.5.1.tar.gz) = 3ca7045c6eaa32daea184af3f78e30969bb0a0dddce2a1b292ba1624d23a61c9
+SIZE (minc-1.5.1.tar.gz) = 1356462


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207162356.q6GNuIMd018132>