svn commit: r522835 - head/science/sparta

Yuri Victorovich yuri at FreeBSD.org
Sun Jan 12 20:14:20 UTC 2020


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


More information about the svn-ports-all mailing list