Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Jul 2022 19:57:45 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6be5acbc6b7f - main - math/ipopt: Update 3.14.4 -> 3.14.9
Message-ID:  <202207291957.26TJvj0o021944@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6be5acbc6b7f6ea8d5982b2654a21b51671f95ab

commit 6be5acbc6b7f6ea8d5982b2654a21b51671f95ab
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-29 19:40:23 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-29 19:57:37 +0000

    math/ipopt: Update 3.14.4 -> 3.14.9
---
 math/ipopt/Makefile  | 14 ++++++++------
 math/ipopt/distinfo  |  6 +++---
 math/ipopt/pkg-plist |  6 +++---
 3 files changed, 14 insertions(+), 12 deletions(-)

diff --git a/math/ipopt/Makefile b/math/ipopt/Makefile
index 4e471c723670..377988f33cd6 100644
--- a/math/ipopt/Makefile
+++ b/math/ipopt/Makefile
@@ -1,8 +1,7 @@
 PORTNAME=	Ipopt
-DISTVERSION=	3.14.4
-PORTREVISION=	1
+DISTVERSIONPREFIX=	releases/
+DISTVERSION=	3.14.9
 CATEGORIES=	math
-MASTER_SITES=	https://www.coin-or.org/download/source/${PORTNAME}/
 
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Software package for large-scale nonlinear optimization
@@ -15,11 +14,15 @@ LIB_DEPENDS=	libcoinasl.so:math/asl \
 
 USES=		blaslapack compiler:c++11-lang fortran libtool pathfix \
 		pkgconfig
-GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-TEST_TARGET=	test
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	coin-or
+
 INSTALL_TARGET=	install-strip
+TEST_TARGET=	test
 
+GNU_CONFIGURE=	yes
 CONFIGURE_ENV+=	PKG_CONFIG_PATH=${PREFIX}/libdata/pkgconfig \
 		CXX="${CXX} -B${LOCALBASE}/bin"
 CONFIGURE_ARGS=	--with-lapack-lib="${LAPACKLIB} -L${LOCALBASE}/lib"	\
@@ -29,7 +32,6 @@ CONFIGURE_ARGS=	--with-lapack-lib="${LAPACKLIB} -L${LOCALBASE}/lib"	\
 CXXFLAGS+=	-ffast-math
 DEBUG_CXXFLAGS=	-fomit-frame-pointer
 
-WRKSRC=		${WRKDIR}/${PORTNAME}-releases-${PORTVERSION}
 DOCSDIR=	${PREFIX}/share/coin/doc/${PORTNAME}
 
 OPTIONS_DEFINE=		DEBUG
diff --git a/math/ipopt/distinfo b/math/ipopt/distinfo
index 2687991bd8fd..838d94d701db 100644
--- a/math/ipopt/distinfo
+++ b/math/ipopt/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1645644645
-SHA256 (Ipopt-3.14.4.tar.gz) = 60865150b6fad19c5968395b57ff4a0892380125646c3afa2a714926f5ac9487
-SIZE (Ipopt-3.14.4.tar.gz) = 1843885
+TIMESTAMP = 1659122989
+SHA256 (coin-or-Ipopt-releases-3.14.9_GH0.tar.gz) = e12eba451269ec30f4cf6e2acb8b35399f0d029c97dff10465416f5739c8cf7a
+SIZE (coin-or-Ipopt-releases-3.14.9_GH0.tar.gz) = 1845391
diff --git a/math/ipopt/pkg-plist b/math/ipopt/pkg-plist
index 1744f69e61c4..4326eae2440d 100644
--- a/math/ipopt/pkg-plist
+++ b/math/ipopt/pkg-plist
@@ -82,13 +82,13 @@ include/coin-or/SensStepCalc.hpp
 include/coin-or/SensUtils.hpp
 lib/libipopt.so
 lib/libipopt.so.3
-lib/libipopt.so.3.14.4
+lib/libipopt.so.3.14.9
 lib/libipoptamplinterface.so
 lib/libipoptamplinterface.so.3
-lib/libipoptamplinterface.so.3.14.4
+lib/libipoptamplinterface.so.3.14.9
 lib/libsipopt.so
 lib/libsipopt.so.3
-lib/libsipopt.so.3.14.4
+lib/libsipopt.so.3.14.9
 libdata/pkgconfig/ipopt.pc
 libdata/pkgconfig/ipoptamplinterface.pc
 share/doc/ipopt/AUTHORS



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207291957.26TJvj0o021944>