From owner-svn-ports-head@FreeBSD.ORG Wed Dec 31 15:49:48 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 97BDBDEB; Wed, 31 Dec 2014 15:49:48 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 6A7EE2F59; Wed, 31 Dec 2014 15:49:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBVFnmLv011336; Wed, 31 Dec 2014 15:49:48 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBVFnmtN011334; Wed, 31 Dec 2014 15:49:48 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201412311549.sBVFnmtN011334@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Wed, 31 Dec 2014 15:49:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375896 - head/math/nlopt 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.18-1 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, 31 Dec 2014 15:49:48 -0000 Author: rene Date: Wed Dec 31 15:49:47 2014 New Revision: 375896 URL: https://svnweb.freebsd.org/changeset/ports/375896 QAT: https://qat.redports.org/buildarchive/r375896/ Log: math/nlopt: fix guile2 option after GNOME 3 update. - use lang/guile2 instead of lang/guile - use swig3.0 instead of swig2.0 - bump PORTREVISION PR: 195952 Submitted by: maintainer (Rainer Hurling) Modified: head/math/nlopt/Makefile head/math/nlopt/pkg-plist Modified: head/math/nlopt/Makefile ============================================================================== --- head/math/nlopt/Makefile Wed Dec 31 15:46:11 2014 (r375895) +++ head/math/nlopt/Makefile Wed Dec 31 15:49:47 2014 (r375896) @@ -3,6 +3,7 @@ PORTNAME= nlopt PORTVERSION= 2.4.2 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://ab-initio.mit.edu/nlopt/ @@ -14,13 +15,13 @@ LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \ - libguile.so:${PORTSDIR}/lang/guile -BUILD_DEPENDS= swig2.0:${PORTSDIR}/devel/swig20 \ - ${PYTHON_PKGNAMEPREFIX}numpy>=1.8.1:${PORTSDIR}/math/py-numpy -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.8.1:${PORTSDIR}/math/py-numpy + libguile-2.0.so:${PORTSDIR}/lang/guile2 +BUILD_DEPENDS= swig3.0:${PORTSDIR}/devel/swig30 \ + ${PYTHON_PKGNAMEPREFIX}numpy>=1.9.1:${PORTSDIR}/math/py-numpy +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.9.1:${PORTSDIR}/math/py-numpy CONFIGURE_ARGS= --enable-shared -CONFIGURE_ENV= SWIG="${LOCALBASE}/bin/swig2.0" +CONFIGURE_ENV= SWIG="${LOCALBASE}/bin/swig3.0" USES= autoreconf compiler:features libtool pathfix \ pkgconfig python:2 Modified: head/math/nlopt/pkg-plist ============================================================================== --- head/math/nlopt/pkg-plist Wed Dec 31 15:46:11 2014 (r375895) +++ head/math/nlopt/pkg-plist Wed Dec 31 15:49:47 2014 (r375896) @@ -18,4 +18,4 @@ libdata/pkgconfig/nlopt.pc %%PYTHON_SITELIBDIR%%/nlopt.pyc %%PYTHON_SITELIBDIR%%/nlopt.pyo man/man3/nlopt.3.gz -share/guile/site/nlopt.scm +share/guile/site/2.0/nlopt.scm