pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/nlopt



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan 12 06:50:44 UTC 2026

Modified Files:
        pkgsrc/math/nlopt: Makefile

Log Message:
nlopt: follow redirect


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/math/nlopt/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/nlopt/Makefile
diff -u pkgsrc/math/nlopt/Makefile:1.7 pkgsrc/math/nlopt/Makefile:1.8
--- pkgsrc/math/nlopt/Makefile:1.7      Thu Feb  6 08:47:14 2025
+++ pkgsrc/math/nlopt/Makefile  Mon Jan 12 06:50:43 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2025/02/06 08:47:14 adam Exp $
+# $NetBSD: Makefile,v 1.8 2026/01/12 06:50:43 wiz Exp $
 
 DISTNAME=      nlopt-2.10.0
 CATEGORIES=    math
@@ -6,7 +6,7 @@ MASTER_SITES=   ${MASTER_SITE_GITHUB:=stev
 GITHUB_TAG=    v${PKGVERSION_NOREV}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://ab-initio.mit.edu/nlopt/
+HOMEPAGE=      https://nlopt.readthedocs.io/en/latest/
 COMMENT=       Nonlinear optimization library
 LICENSE=       gnu-lgpl-v2.1 OR mit
 



Home | Main Index | Thread Index | Old Index