Date: Sat, 16 Mar 2019 16:00:50 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r495899 - head/science/sparta Message-ID: <201903161600.x2GG0oeG077865@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sat Mar 16 16:00:50 2019 New Revision: 495899 URL: https://svnweb.freebsd.org/changeset/ports/495899 Log: science/sparta: Update 29Oct2018 -> 15Feb2019 Add PORTSCOUT=ignore. Modified: head/science/sparta/Makefile head/science/sparta/distinfo Modified: head/science/sparta/Makefile ============================================================================== --- head/science/sparta/Makefile Sat Mar 16 16:00:25 2019 (r495898) +++ head/science/sparta/Makefile Sat Mar 16 16:00:50 2019 (r495899) @@ -2,7 +2,6 @@ PORTNAME= sparta PORTVERSION= ${GH_TAGNAME:C/([0-9]{1,2})([A-Z][a-z][a-z])([0-9]{4})/\3.\2.\1/S/Jan/01/S/Feb/02/S/Mar/03/S/Apr/04/S/May/05/S/Jun/06/S/Jul/07/S/Aug/08/S/Sep/09/S/Oct/10/S/Nov/11/S/Dec/12/} -PORTREVISION= 1 CATEGORIES= science PKGNAMESUFFIX= -dsmc # Direct Simulation Monte Carlo @@ -16,7 +15,7 @@ BUILD_DEPENDS= bash:shells/bash USES= gmake localbase USE_GITHUB= yes -GH_TAGNAME= 29Oct2018 +GH_TAGNAME= 15Feb2019 CXXFLAGS+= -DSPARTA_UNORDERED_MAP @@ -37,6 +36,8 @@ MPI_PLIST_FILES= bin/spa_mpi MPI_CXXFLAGS= -I${LOCALBASE}/mpi/openmpi/include MPI_LDFLAGS= ${LOCALBASE}/mpi/openmpi/lib/libmpi.so -Wl,-rpath=${LOCALBASE}/mpi/openmpi/lib MPI_LIB_DEPENDS= libmpi.so:net/openmpi + +PORTSCOUT= ignore # due to a special version tagging scheme that this project uses portscout fails to find new versions, watching their release page instead post-patch: @${REINPLACE_CMD} 's|SHELL = /bin/bash|SHELL = ${LOCALBASE}/bin/bash|' ${WRKSRC}/Makefile Modified: head/science/sparta/distinfo ============================================================================== --- head/science/sparta/distinfo Sat Mar 16 16:00:25 2019 (r495898) +++ head/science/sparta/distinfo Sat Mar 16 16:00:50 2019 (r495899) @@ -1,3 +1,3 @@ -TIMESTAMP = 1541984571 -SHA256 (sparta-sparta-2018.10.29-29Oct2018_GH0.tar.gz) = 769461c0538727ee06bef72762c49eb496c4f8dd8d33adcb4e9e85bd4bca8496 -SIZE (sparta-sparta-2018.10.29-29Oct2018_GH0.tar.gz) = 19956946 +TIMESTAMP = 1552750566 +SHA256 (sparta-sparta-2019.02.15-15Feb2019_GH0.tar.gz) = 7218a8fb897baab782310299a7f7e21035abbe1d2af09e98431dc90c83c29e04 +SIZE (sparta-sparta-2019.02.15-15Feb2019_GH0.tar.gz) = 20405901
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903161600.x2GG0oeG077865>