Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Jan 2020 20:14:19 +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: r522835 - head/science/sparta
Message-ID:  <202001122014.00CKEJG1064911@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sun Jan 12 20:14:19 2020
New Revision: 522835
URL: https://svnweb.freebsd.org/changeset/ports/522835

Log:
  science/sparta: Fix the PORTSCOUT tag

Modified:
  head/science/sparta/Makefile

Modified: head/science/sparta/Makefile
==============================================================================
--- head/science/sparta/Makefile	Sun Jan 12 20:12:43 2020	(r522834)
+++ head/science/sparta/Makefile	Sun Jan 12 20:14:19 2020	(r522835)
@@ -38,7 +38,7 @@ MPI_CXXFLAGS=			-I${LOCALBASE}/mpi/openmpi/include
 MPI_LDFLAGS=			${LOCALBASE}/mpi/openmpi/lib/libmpi.so ${LOCALBASE}/mpi/openmpi/lib/libmpi_cxx.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
+PORTSCOUT=	ignore:1 # 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001122014.00CKEJG1064911>