[25998] trunk/dports/science/afni/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Fri Jun 8 23:23:36 PDT 2007


Revision: 25998
          http://trac.macosforge.org/projects/macports/changeset/25998
Author:   markd at macports.org
Date:     2007-06-08 23:23:36 -0700 (Fri, 08 Jun 2007)

Log Message:
-----------
Closes #11844.  Update to 2006.06.30.1332.

Modified Paths:
--------------
    trunk/dports/science/afni/Portfile

Modified: trunk/dports/science/afni/Portfile
===================================================================
--- trunk/dports/science/afni/Portfile	2007-06-09 05:46:33 UTC (rev 25997)
+++ trunk/dports/science/afni/Portfile	2007-06-09 06:23:36 UTC (rev 25998)
@@ -1,9 +1,8 @@
 # $Id$
 PortSystem	1.0
 name		afni
-version		2006.06.30.1332
-revision	2
-distfiles	afni_src.tgz afni_doc.tgz afni.1 \
+version		2007.04.18.1830
+distfiles	afni_src.tgz afni.1 \
                 TTatlas+tlrc.BRIK.gz TTatlas+tlrc.HEAD CA_EZ_v1.3c-May0806.tgz \
 		openMotif-2.2.3.tar.gz
 categories	science
@@ -12,21 +11,20 @@
 long_description	This is a port of AFNI, Advanced Functional Neuro Imaging.  AFNI is a tool for analyzing 3 dimensional images, especially functional MRI images used in brain mapping research.
 homepage	http://afni.nimh.nih.gov/
 master_sites	http://www.neuro.mcw.edu/~bacon/Ports/distfiles/AFNI/${version}/
-checksums	afni_src.tgz md5 3b496d379b62c57e2d27a1554da5cf29 \
-		afni_doc.tgz md5 3b085de85fc46908652ae287d1cceb38 \
-		afni.1 md5 7678276880116dcab3324dbf43d0ebf6 \
+checksums	afni_src.tgz md5 90ecae8727cadc6172517bc7149be67e \
+		afni.1 md5 80cc1f1c6ca0ef59a3032ad63abfbdd5 \
 		TTatlas+tlrc.BRIK.gz md5 f5a107b049bc426af5342565f4e5beee \
 		TTatlas+tlrc.HEAD md5 a0ca787a2996d7e66548176808503ac5 \
 		CA_EZ_v1.3c-May0806.tgz md5 dbb2caab5c030c505b306e1526d19150 \
 		openMotif-2.2.3.tar.gz md5 94c96a0f94ee0d5e41d3dba2188b263d
-extract.only	afni_src.tgz afni_doc.tgz CA_EZ_v1.3c-May0806.tgz \
+extract.only	afni_src.tgz CA_EZ_v1.3c-May0806.tgz \
 		openMotif-2.2.3.tar.gz
 use_configure	no
-depends_lib	port:glib2 \
-		port:glib1
+depends_lib	port:glib2
 depends_run	port:netpbm \
 		port:jpeg \
-		port:whirlgif
+		port:whirlgif \
+		port:endian
 build.dir	${workpath}/afni_src
 build.target	vastness
 
@@ -89,7 +87,7 @@
 
 # Install docs
 		xinstall -d -m 755 ${destroot}${prefix}/share/doc/afni
-		eval xinstall -m 644 [glob afni_doc/*] ${destroot}${prefix}/share/doc/afni
+		eval xinstall -m 644 [glob afni_src/README.*] ${destroot}${prefix}/share/doc/afni
 		xinstall -d -m 755 ${destroot}${prefix}/man/man1
 		eval xinstall -m 644 ${distpath}/afni.1 ${destroot}${prefix}/man/man1
 		reinplace "s|%%PREFIX%%|${prefix}|g" ${destroot}${prefix}/man/man1/afni.1

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070608/a24cf485/attachment.html


More information about the macports-changes mailing list