diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2019-04-29 07:50:31 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2019-04-29 07:50:31 +0000 |
commit | eb2f68cdb39c286362f5db5de7191133a9bc9d75 (patch) | |
tree | a35d2b2b07cb1e77414f4565a2b2dd303ca1798f /math/ipopt | |
parent | net-mgmt/icingaweb2: (diff) |
math/ipopt: Fix MASTER_SITES URL
Notes
Notes:
svn path=/head/; revision=500394
Diffstat (limited to 'math/ipopt')
-rw-r--r-- | math/ipopt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/ipopt/Makefile b/math/ipopt/Makefile index 7c2dcef562a6..e0795acfacf7 100644 --- a/math/ipopt/Makefile +++ b/math/ipopt/Makefile @@ -4,7 +4,7 @@ PORTNAME= Ipopt DISTVERSION= 3.12.13 CATEGORIES= math -MASTER_SITES= http://www.coin-or.org/download/source/Ipopt/ \ +MASTER_SITES= https://www.coin-or.org/download/source/Ipopt/ \ http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/OLD/:metis \ http://mumps.enseeiht.fr/:mumps DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ |