diff options
author | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2021-11-05 16:41:04 +0000 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2021-11-10 07:02:52 +0000 |
commit | 1c13a3f8135a23eef4c8d5353f04dd27605db476 (patch) | |
tree | c4572e2a0f23a481a518b9e6f02db77573f41baf | |
parent | 2e7d67bc1973d6ab0d49ae4a287b8d09dc230512 (diff) | |
download | ports-1c13a3f8135a23eef4c8d5353f04dd27605db476.tar.gz ports-1c13a3f8135a23eef4c8d5353f04dd27605db476.zip |
science/afni: update to 21.3.05
Reported by: portscout
-rw-r--r-- | science/afni/Makefile | 2 | ||||
-rw-r--r-- | science/afni/distinfo | 6 | ||||
-rw-r--r-- | science/afni/files/patch-crorden_dcm2niix__console_makefile | 14 |
3 files changed, 11 insertions, 11 deletions
diff --git a/science/afni/Makefile b/science/afni/Makefile index 8ccabcd8b7fe..8f59165aa8f3 100644 --- a/science/afni/Makefile +++ b/science/afni/Makefile @@ -1,6 +1,6 @@ PORTNAME= afni DISTVERSIONPREFIX= AFNI_ -DISTVERSION= 21.3.00 +DISTVERSION= 21.3.05 CATEGORIES= science biology graphics perl5 python MAINTAINER= fernape@FreeBSD.org diff --git a/science/afni/distinfo b/science/afni/distinfo index 9f1bdd01f641..232f36f8c254 100644 --- a/science/afni/distinfo +++ b/science/afni/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1633707047 -SHA256 (afni-afni-AFNI_21.3.00_GH0.tar.gz) = b1d5f18eb8f741af8389796cce7dc8bc37d4c868624ea251ed1e7b9d2d421508 -SIZE (afni-afni-AFNI_21.3.00_GH0.tar.gz) = 43819613 +TIMESTAMP = 1636477646 +SHA256 (afni-afni-AFNI_21.3.05_GH0.tar.gz) = ef8f4bc206aba23a2af8afad38d54ebde1766d0eb9eedc48131745df9b962ba4 +SIZE (afni-afni-AFNI_21.3.05_GH0.tar.gz) = 43844406 diff --git a/science/afni/files/patch-crorden_dcm2niix__console_makefile b/science/afni/files/patch-crorden_dcm2niix__console_makefile index 7816c4ff42c5..5c34e38e062f 100644 --- a/science/afni/files/patch-crorden_dcm2niix__console_makefile +++ b/science/afni/files/patch-crorden_dcm2niix__console_makefile @@ -1,4 +1,4 @@ ---- crorden/dcm2niix_console/makefile.orig 2021-06-15 02:26:33 UTC +--- crorden/dcm2niix_console/makefile.orig 2021-11-08 00:47:00 UTC +++ crorden/dcm2niix_console/makefile @@ -1,8 +1,8 @@ # Regular use @@ -11,16 +11,16 @@ #Leak tests: # https://clang.llvm.org/docs/AddressSanitizer.html -@@ -23,7 +23,7 @@ ifneq ($(OS),Windows_NT) +@@ -21,7 +21,7 @@ ifneq ($(OS),Windows_NT) + ifeq "$(OS)" "Darwin" + #CFLAGS=-dead_strip -O3 #CFLAGS= -O3 - # CFLAGS=-O3 -sectcreate __TEXT __info_plist Info.plist - # rickr - ponder -sectcreate later -- CFLAGS=-O3 -+ CXXFLAGS=-O3 +- CFLAGS=-O3 -sectcreate __TEXT __info_plist Info.plist ++ CXXFLAGS=-O3 -sectcreate __TEXT __info_plist Info.plist #Apple notarization requires a Info.plist # For .app bundles, the Info.plist is a separate file, for executables it is appended as a section #you can check that the Info.plist section has been inserted with either of these commands -@@ -33,4 +33,4 @@ ifneq ($(OS),Windows_NT) +@@ -31,4 +31,4 @@ ifneq ($(OS),Windows_NT) endif endif all: |