diff options
author | bf <bf@FreeBSD.org> | 2013-01-05 01:51:39 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2013-01-05 01:51:39 +0800 |
commit | 20c391021d7d07103172b452ae8cc81845c75a98 (patch) | |
tree | 3aaf505edc4f8e095109e2c6f1e53ba888e009a4 /science/afni | |
parent | 6df5a356d67ac16608e5fddbcaa3a350b7c8976f (diff) | |
download | freebsd-ports-gnome-20c391021d7d07103172b452ae8cc81845c75a98.tar.gz freebsd-ports-gnome-20c391021d7d07103172b452ae8cc81845c75a98.tar.zst freebsd-ports-gnome-20c391021d7d07103172b452ae8cc81845c75a98.zip |
update the R base ports to 2.15.2 and adjust dependent ports
Reviewed by: thierry, tota, wen
Diffstat (limited to 'science/afni')
-rw-r--r-- | science/afni/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/science/afni/Makefile b/science/afni/Makefile index 18a6dc8e3f57..7f08a99c7816 100644 --- a/science/afni/Makefile +++ b/science/afni/Makefile @@ -1,10 +1,5 @@ -############################################################################ -# Ports collection Makefile for: afni -# Date created: 11 Jan 2005 -# Whom: Jason W. Bacon <jwbacon@tds.net> -# +# Created by: Jason W. Bacon <jwbacon@tds.net> # $FreeBSD$ -# ############################################################################ # http://www.neuro.mcw.edu/Ports has the latest source distribution from @@ -16,7 +11,7 @@ PORTNAME= afni PORTVERSION= 2012.04.17.2129 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science biology graphics MASTER_SITES= http://personalpages.tds.net/~jwbacon/Ports/distfiles/AFNI/${PORTVERSION}/ \ http://www.acadix.biz/Ports/distfiles/AFNI/${PORTVERSION}/ |