Date: Mon, 10 Aug 2020 05:08:48 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r544587 - head/math/SCIP Message-ID: <202008100508.07A58mWg092101@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Mon Aug 10 05:08:48 2020 New Revision: 544587 URL: https://svnweb.freebsd.org/changeset/ports/544587 Log: math/SCIP: Fix MASTER_SITES and WWW URLs Modified: head/math/SCIP/Makefile head/math/SCIP/pkg-descr Modified: head/math/SCIP/Makefile ============================================================================== --- head/math/SCIP/Makefile Mon Aug 10 05:05:54 2020 (r544586) +++ head/math/SCIP/Makefile Mon Aug 10 05:08:48 2020 (r544587) @@ -4,7 +4,7 @@ PORTNAME= SCIP DISTVERSION= 7.0.1 CATEGORIES= math science -MASTER_SITES= http://scip.zib.de/download/release/ +MASTER_SITES= https://www.scipopt.org/download/release/ DISTNAME= ${PORTNAME:tl}-${DISTVERSION} MAINTAINER= yuri@FreeBSD.org Modified: head/math/SCIP/pkg-descr ============================================================================== --- head/math/SCIP/pkg-descr Mon Aug 10 05:05:54 2020 (r544586) +++ head/math/SCIP/pkg-descr Mon Aug 10 05:08:48 2020 (r544587) @@ -13,4 +13,4 @@ Features: * open LP solver support * highly flexible through many possible user plugins -WWW: http://scip.zib.de +WWW: https://www.scipopt.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008100508.07A58mWg092101>