From owner-svn-ports-all@freebsd.org Thu Jul 2 06:55:50 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CF41E34AC68; Thu, 2 Jul 2020 06:55:50 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49y84k55Wgz4PPf; Thu, 2 Jul 2020 06:55:50 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 924E216D92; Thu, 2 Jul 2020 06:55:50 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0626toxj065535; Thu, 2 Jul 2020 06:55:50 GMT (envelope-from fernape@FreeBSD.org) Received: (from fernape@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0626todT065531; Thu, 2 Jul 2020 06:55:50 GMT (envelope-from fernape@FreeBSD.org) Message-Id: <202007020655.0626todT065531@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fernape set sender to fernape@FreeBSD.org using -f From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= Date: Thu, 2 Jul 2020 06:55:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r541016 - head/science/afni X-SVN-Group: ports-head X-SVN-Commit-Author: fernape X-SVN-Commit-Paths: head/science/afni X-SVN-Commit-Revision: 541016 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2020 06:55:50 -0000 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 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