pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/ipopt



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Dec 31 08:57:02 UTC 2025

Modified Files:
        pkgsrc/math/ipopt: Makefile

Log Message:
ipopt: follow redirect


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/math/ipopt/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/ipopt/Makefile
diff -u pkgsrc/math/ipopt/Makefile:1.4 pkgsrc/math/ipopt/Makefile:1.5
--- pkgsrc/math/ipopt/Makefile:1.4      Wed Aug  2 19:21:55 2023
+++ pkgsrc/math/ipopt/Makefile  Wed Dec 31 08:57:02 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2023/08/02 19:21:55 nia Exp $
+# $NetBSD: Makefile,v 1.5 2025/12/31 08:57:02 wiz Exp $
 
 DISTNAME=      Ipopt-3.11.5
 PKGREVISION=   1
@@ -7,7 +7,7 @@ MASTER_SITES=   http://www.coin-or.org/dow
 EXTRACT_SUFX=  .tgz
 
 MAINTAINER=    asau%inbox.ru@localhost
-HOMEPAGE=      https://projects.coin-or.org/Ipopt
+HOMEPAGE=      https://github.com/coin-or/Ipopt
 COMMENT=       Interior Point OPTimizer
 
 USE_LANGUAGES= c c++ fortran



Home | Main Index | Thread Index | Old Index