Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 May 2018 07:06:22 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r470679 - head/math/mtl
Message-ID:  <201805230706.w4N76MeP047329@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Wed May 23 07:06:21 2018
New Revision: 470679
URL: https://svnweb.freebsd.org/changeset/ports/470679

Log:
  Mark as broken/deprecated: mastersite times out.
  
  While here, pet portlint.

Modified:
  head/math/mtl/Makefile

Modified: head/math/mtl/Makefile
==============================================================================
--- head/math/mtl/Makefile	Wed May 23 06:47:39 2018	(r470678)
+++ head/math/mtl/Makefile	Wed May 23 07:06:21 2018	(r470679)
@@ -8,13 +8,16 @@ CATEGORIES=	math devel
 MASTER_SITES=	http://www.osl.iu.edu/download/research/mtl/
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	The Matrix Template Library, Version 2
+COMMENT=	Matrix Template Library, Version 2
 
 LICENSE=	MTL
 LICENSE_NAME=	Matrix Template Library License
 LICENSE_FILE=	${WRKSRC}/license.mtl.txt
 LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
+BROKEN=		fails to fetch: mastersite times out
+DEPRECATED=	fails to fetch: mastersite times out
+
 CONFIGURE_ENV=	CXXCPP="${CXXCPP}"
 CXXCPP?=	${CXX} -E
 GNU_CONFIGURE=	yes
@@ -51,7 +54,7 @@ PORTEXAMPLES=	*
 
 post-install:
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/doubledouble
-	@${INSTALL_DATA} ${WRKSRC}/contrib/examples/* ${STAGEDIR}${EXAMPLESDIR}
-	@${INSTALL_DATA} ${WRKSRC}/contrib/doubledouble/* ${STAGEDIR}${EXAMPLESDIR}/doubledouble
+	${INSTALL_DATA} ${WRKSRC}/contrib/examples/* ${STAGEDIR}${EXAMPLESDIR}
+	${INSTALL_DATA} ${WRKSRC}/contrib/doubledouble/* ${STAGEDIR}${EXAMPLESDIR}/doubledouble
 
 .include <bsd.port.post.mk>



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