From owner-svn-ports-head@freebsd.org Wed May 10 19:50:13 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C2DACD5B705; Wed, 10 May 2017 19:50:13 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 91D391C38; Wed, 10 May 2017 19:50:13 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4AJoCPE012030; Wed, 10 May 2017 19:50:12 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4AJoC8o012027; Wed, 10 May 2017 19:50:12 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201705101950.v4AJoC8o012027@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 10 May 2017 19:50:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440585 - in head: comms/wsjtx math/py-yt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 May 2017 19:50:13 -0000 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