svn commit: r440585 - in head: comms/wsjtx math/py-yt

Antoine Brodin antoine at FreeBSD.org
Wed May 10 19:50:13 UTC 2017


Author: antoine
Date: Wed May 10 19:50:12 2017
New Revision: 440585
URL: https://svnweb.freebsd.org/changeset/ports/440585

Log:
  Properly register dependency on libomp.so from devel/openmp port

Modified:
  head/comms/wsjtx/Makefile
  head/math/py-yt/Makefile

Modified: head/comms/wsjtx/Makefile
==============================================================================
--- head/comms/wsjtx/Makefile	Wed May 10 19:12:08 2017	(r440584)
+++ head/comms/wsjtx/Makefile	Wed May 10 19:50:12 2017	(r440585)
@@ -2,7 +2,7 @@
 
 PORTNAME=	wsjtx
 PORTVERSION=	1.7.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	comms hamradio
 MASTER_SITES=	SF/wsjt/${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
 DISTFILES=	${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}
@@ -19,7 +19,7 @@ LIB_DEPENDS=	libfftw3.so:math/fftw3 \
 		libfftw3f.so:math/fftw3-float \
 		libhamlib.so:comms/hamlib \
 		libxslt.so:textproc/libxslt \
-		libomp.so:devel/openmp
+		libomp.so.0:devel/openmp
 
 MAKE_JOBS_UNSAFE=	yes
 USE_GL=		yes

Modified: head/math/py-yt/Makefile
==============================================================================
--- head/math/py-yt/Makefile	Wed May 10 19:12:08 2017	(r440584)
+++ head/math/py-yt/Makefile	Wed May 10 19:50:12 2017	(r440585)
@@ -3,6 +3,7 @@
 
 PORTNAME=	yt
 PORTVERSION=	3.3.5
+PORTREVISION=	1
 CATEGORIES=	math astro python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -20,7 +21,7 @@ RUN_DEPENDS=	isympy:math/py-sympy \
 		${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib \
 		${PYTHON_PKGNAMEPREFIX}ipython>0:devel/ipython
 LIB_DEPENDS=	libembree.so:graphics/embree \
-		libomp.so:devel/openmp
+		libomp.so.0:devel/openmp
 
 USES=		dos2unix localbase python
 USE_PYTHON=	autoplist distutils


More information about the svn-ports-all mailing list