From owner-svn-ports-all@freebsd.org Mon Feb 27 16:37:41 2017 Return-Path: Delivered-To: svn-ports-all@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 A13D4CF0AB2; Mon, 27 Feb 2017 16:37:41 +0000 (UTC) (envelope-from robak@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 7930D9E1; Mon, 27 Feb 2017 16:37:41 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1RGbew2062927; Mon, 27 Feb 2017 16:37:40 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1RGbe6K062924; Mon, 27 Feb 2017 16:37:40 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201702271637.v1RGbe6K062924@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Mon, 27 Feb 2017 16:37:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434965 - head/math/ipopt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2017 16:37:41 -0000 Author: robak Date: Mon Feb 27 16:37:40 2017 New Revision: 434965 URL: https://svnweb.freebsd.org/changeset/ports/434965 Log: math/ipopt: update 3.12.6 -> 3.12.7 - Reset maintainership - Add patches - Add regression test option PR: 217377 Submitted by: pfg (maintainer) Modified: head/math/ipopt/Makefile head/math/ipopt/distinfo head/math/ipopt/pkg-plist Modified: head/math/ipopt/Makefile ============================================================================== --- head/math/ipopt/Makefile Mon Feb 27 15:33:55 2017 (r434964) +++ head/math/ipopt/Makefile Mon Feb 27 16:37:40 2017 (r434965) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Ipopt -PORTVERSION= 3.12.6 -PORTREVISION= 1 +PORTVERSION= 3.12.7 CATEGORIES= math MASTER_SITES= http://www.coin-or.org/download/source/Ipopt/ \ http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/OLD/:metis \ @@ -12,7 +11,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ metis-4.0.3.tar.gz:metis MUMPS_4.10.0.tar.gz:mumps EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER= pfg@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Software package for large-scale nonlinear optimization LICENSE= EPL @@ -42,6 +41,10 @@ post-extract: @(cd ${WRKSRC}/ThirdParty/Mumps && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/MUMPS_4.10.0.tar.gz ${EXTRACT_AFTER_ARGS}); @(${MV} ${WRKSRC}/ThirdParty/Mumps/MUMPS_4.10.0 ${WRKSRC}/ThirdParty/Mumps/MUMPS); +pre-patch: + @(cd ${WRKSRC}/ThirdParty/Mumps && ${PATCH} -p0 < mumps.patch && ${PATCH} -p0 < mumps_mpi.patch ) + @(${MV} ${WRKSRC}/ThirdParty/Mumps/MUMPS/libseq/mpi.h ${WRKSRC}/ThirdParty/Mumps/MUMPS/libseq/mumps_mpi.h); + post-install-DOCS-off: ${RM} -r ${STAGEDIR}${PREFIX}/share/coin @@ -52,4 +55,9 @@ post-install-DOCS-on: ${MV} ${STAGEDIR}${PREFIX}/share/coin/doc ${STAGEDIR}${DOCSDIR} ${RM} -r ${STAGEDIR}${PREFIX}/share/coin +.if defined(MAINTAINER_MODE) +regression-test: + (cd ${WRKSRC}; ${MAKE_CMD} test) +.endif + .include Modified: head/math/ipopt/distinfo ============================================================================== --- head/math/ipopt/distinfo Mon Feb 27 15:33:55 2017 (r434964) +++ head/math/ipopt/distinfo Mon Feb 27 16:37:40 2017 (r434965) @@ -1,6 +1,6 @@ -TIMESTAMP = 1476029922 -SHA256 (Ipopt-3.12.6.tgz) = 6aaa6bd862d54eba6fb966950fa6928ca01d66cf4cb842b2f41a7ebfa61eee2b -SIZE (Ipopt-3.12.6.tgz) = 4526724 +TIMESTAMP = 1488130237 +SHA256 (Ipopt-3.12.7.tgz) = 9c8b02149fa4f0cdf63e838ae68f86aa41a577d7f05932139eede9179f314861 +SIZE (Ipopt-3.12.7.tgz) = 4528176 SHA256 (metis-4.0.3.tar.gz) = 5efa35de80703c1b2c4d0de080fafbcf4e0d363a21149a1ad2f96e0144841a55 SIZE (metis-4.0.3.tar.gz) = 522624 SHA256 (MUMPS_4.10.0.tar.gz) = d0f86f91a74c51a17a2ff1be9c9cee2338976f13a6d00896ba5b43a5ca05d933 Modified: head/math/ipopt/pkg-plist ============================================================================== --- head/math/ipopt/pkg-plist Mon Feb 27 15:33:55 2017 (r434964) +++ head/math/ipopt/pkg-plist Mon Feb 27 16:37:40 2017 (r434965) @@ -70,21 +70,21 @@ include/coin/ThirdParty/defs.h include/coin/ThirdParty/dmumps_c.h include/coin/ThirdParty/macros.h include/coin/ThirdParty/metis.h -include/coin/ThirdParty/mpi.h include/coin/ThirdParty/mumps_c_types.h include/coin/ThirdParty/mumps_compat.h +include/coin/ThirdParty/mumps_mpi.h include/coin/ThirdParty/proto.h include/coin/ThirdParty/rename.h include/coin/ThirdParty/struct.h lib/libcoinmetis.so lib/libcoinmetis.so.1 -lib/libcoinmetis.so.1.3.4 +lib/libcoinmetis.so.1.3.5 lib/libcoinmumps.so lib/libcoinmumps.so.1 -lib/libcoinmumps.so.1.5.5 +lib/libcoinmumps.so.1.6.0 lib/libipopt.so lib/libipopt.so.1 -lib/libipopt.so.1.10.6 +lib/libipopt.so.1.10.7 libdata/pkgconfig/coinmetis.pc libdata/pkgconfig/coinmumps.pc libdata/pkgconfig/ipopt.pc