svn commit: r431704 - head/science/v_sim

Thierry Thomas thierry at FreeBSD.org
Mon Jan 16 21:38:40 UTC 2017


Author: thierry
Date: Mon Jan 16 21:38:39 2017
New Revision: 431704
URL: https://svnweb.freebsd.org/changeset/ports/431704

Log:
  Change the site address.
  
  Since I'm there, explicit the dependencies.

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

Modified: head/science/v_sim/Makefile
==============================================================================
--- head/science/v_sim/Makefile	Mon Jan 16 21:18:27 2017	(r431703)
+++ head/science/v_sim/Makefile	Mon Jan 16 21:38:39 2017	(r431704)
@@ -3,9 +3,9 @@
 
 PORTNAME=	v_sim
 PORTVERSION=	3.7.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	science
-MASTER_SITES=	http://www-drfmc.cea.fr/sp2m/L_Sim/V_Sim/download/
+MASTER_SITES=	http://inac.cea.fr/L_Sim/V_Sim/download/
 
 MAINTAINER=	thierry at FreeBSD.org
 COMMENT=	Visualization of atomic structures
@@ -15,7 +15,12 @@ LICENSE_NAME=	CeCILL
 LICENSE_FILE=	${WRKSRC}/COPYING
 LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
+LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig	\
+		libfreetype.so:print/freetype2	\
+		libftgl.so:graphics/ftgl
+
 USES=		fortran gmake libtool pkgconfig tar:bzip2
+USE_XORG=	x11
 USE_GNOME=	gtk20 intltool cairo
 USE_GL=		yes
 GNU_CONFIGURE=	yes

Modified: head/science/v_sim/pkg-descr
==============================================================================
--- head/science/v_sim/pkg-descr	Mon Jan 16 21:18:27 2017	(r431703)
+++ head/science/v_sim/pkg-descr	Mon Jan 16 21:38:39 2017	(r431704)
@@ -6,4 +6,4 @@ choose the view, the size of the atoms, 
 type of fog... Much of it is detailled in the user guide. Moreover V_Sim allows
 to export the view as image in GIF, PS or more formats.
 
-WWW: http://www-drfmc.cea.fr/sp2m/L_Sim/V_Sim/index.en.html
+WWW: http://inac.cea.fr/L_Sim/V_Sim/


More information about the svn-ports-all mailing list