Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Nov 2019 20:40:53 +0000 (UTC)
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r518048 - head/science/medit
Message-ID:  <201911202040.xAKKerX6026463@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thierry
Date: Wed Nov 20 20:40:53 2019
New Revision: 518048
URL: https://svnweb.freebsd.org/changeset/ports/518048

Log:
  Unbreak medit.
  
  Since I'm here, explicit USE_GL.

Modified:
  head/science/medit/Makefile
  head/science/medit/pkg-descr

Modified: head/science/medit/Makefile
==============================================================================
--- head/science/medit/Makefile	Wed Nov 20 20:27:04 2019	(r518047)
+++ head/science/medit/Makefile	Wed Nov 20 20:40:53 2019	(r518048)
@@ -3,17 +3,15 @@
 
 PORTNAME=	medit
 PORTVERSION=	2012.02.05
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	science graphics
-MASTER_SITES=	http://www.ann.jussieu.fr/~frey/ftp/archives/
+MASTER_SITES=	https://www.ljll.math.upmc.fr/~frey/ftp/archives/
 DISTFILES=	${SOURCETARB} ${LIBTARBALL}
 EXTRACT_ONLY=	${SOURCETARB}
 
 MAINTAINER=	thierry@FreeBSD.org
 COMMENT=	Interactive meshes visualization
 
-BROKEN=		unfetchable
-
 LICENSE=	None
 LICENSE_NAME=	Special grant
 LICENSE_TEXT=	Special grant from the author
@@ -23,7 +21,7 @@ BUILD_DEPENDS=	${LOCALBASE}/include/cfortran.h:lang/cf
 
 USES=		gl gmake tar:tgz xorg
 USE_XORG=	x11 xmu xext
-USE_GL=		glut
+USE_GL=		gl glu glut
 MAKEFILE=	makefile
 ALL_TARGET=	${OPSYS}
 MAKE_ENV=	WRKSRC="${WRKSRC}" ARCHI=${OPSYS} ARCH=${ARCH} OSREL=${OSREL}

Modified: head/science/medit/pkg-descr
==============================================================================
--- head/science/medit/pkg-descr	Wed Nov 20 20:27:04 2019	(r518047)
+++ head/science/medit/pkg-descr	Wed Nov 20 20:40:53 2019	(r518048)
@@ -6,4 +6,4 @@ fluids, thermics, electromagnetism, etc.) on grids 2d 
 quadrangles), 3d (tetrahedrons or hexahedrons) or surfaces (triangles and
 quandrangles).
 
-WWW: http://www.ann.jussieu.fr/~frey/software.html#scivis
+WWW: https://www.ljll.math.upmc.fr/frey/software.html#scivis



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