Date: Thu, 2 Jul 2020 06:55:50 +0000 (UTC) From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= <fernape@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r541016 - head/science/afni Message-ID: <202007020655.0626todT065531@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: fernape Date: Thu Jul 2 06:55:49 2020 New Revision: 541016 URL: https://svnweb.freebsd.org/changeset/ports/541016 Log: science/afni: update to 20.1.18 While here: * Reorder some variables * Remove duplicate USE_GL Reported by: portscout Modified: head/science/afni/Makefile head/science/afni/distinfo Modified: head/science/afni/Makefile ============================================================================== --- head/science/afni/Makefile Thu Jul 2 06:52:38 2020 (r541015) +++ head/science/afni/Makefile Thu Jul 2 06:55:49 2020 (r541016) @@ -2,7 +2,7 @@ PORTNAME= afni DISTVERSIONPREFIX= AFNI_ -DISTVERSION= 20.1.17 +DISTVERSION= 20.1.18 CATEGORIES= science biology graphics perl5 python MAINTAINER= ports@FreeBSD.org @@ -26,7 +26,6 @@ LIB_DEPENDS= libexpat.so:textproc/expat2 \ libXm.so:x11-toolkits/open-motif \ libnetpbm.so:graphics/netpbm # Remote execution of suma. Also needed for glxinfo. -LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dri.pc:graphics/mesa-dri RUN_DEPENDS= endian:sysutils/endian \ mpeg_encode:multimedia/mpeg_encode \ qhull:math/qhull5 \ @@ -35,9 +34,10 @@ RUN_DEPENDS= endian:sysutils/endian \ USES= compiler:openmp gettext gl gmake gnome iconv jpeg:run motif USES+= perl5 python shebangfix tar:xz xorg -USE_GNOME= glib20 USE_GITHUB= yes -USE_GL= gl +USE_GL= gl glu +USE_GNOME= glib20 +USE_XORG= x11 xext xi xmu xt SHEBANG_FILES= scripts_install/* \ python_scripts/afnipy/*.py \ @@ -52,12 +52,9 @@ SHEBANG_FILES= scripts_install/* \ pkundu/meica.libs/*/*.py \ pkundu/meica.libs/*/*/*.py -USE_GL= gl glu -USE_XORG= x11 xext xi xmu xt MAKE_ENV= CC="${CC}" R_SHARE_DIR=${LOCALBASE}/lib/R/share MAKE_JOBS_UNSAFE=yes -WRKSRC_SUBDIR= src ALL_TARGET= vastness suma ########################################################################### @@ -66,10 +63,12 @@ ALL_TARGET= vastness suma SUB_FILES= pkg-message afni.cshrc afni.profile INSTALL_WRKSRC= ${WRKSRC}/BSD -INSTALL_TMP= ${INSTALL_WRKSRC}-temp -PRESTAGE= ${WRKSRC}/prestage +WRKSRC_SUBDIR= src OPTIONS_DEFINE= DOCS + +INSTALL_TMP= ${INSTALL_WRKSRC}-temp +PRESTAGE= ${WRKSRC}/prestage .include <bsd.port.options.mk> Modified: head/science/afni/distinfo ============================================================================== --- head/science/afni/distinfo Thu Jul 2 06:52:38 2020 (r541015) +++ head/science/afni/distinfo Thu Jul 2 06:55:49 2020 (r541016) @@ -1,3 +1,3 @@ -TIMESTAMP = 1592642713 -SHA256 (afni-afni-AFNI_20.1.17_GH0.tar.gz) = 8ba2916e5f775a7f27c9ca3dd673853db3803ee1b5d5a5f33bbc755354e2c458 -SIZE (afni-afni-AFNI_20.1.17_GH0.tar.gz) = 43354437 +TIMESTAMP = 1593594891 +SHA256 (afni-afni-AFNI_20.1.18_GH0.tar.gz) = 539e02d4616ed657f68aa7c385d55652f4e72651ef04eb9b34419632c0e2faf0 +SIZE (afni-afni-AFNI_20.1.18_GH0.tar.gz) = 43370220
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007020655.0626todT065531>