diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2003-04-24 09:56:27 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2003-04-24 09:56:27 +0800 |
commit | b0065ad6ded40d228544d5b55c492a174ec9915c (patch) | |
tree | 72b01a50a8007e5737ebf0f9a93018a9c60b70f4 | |
parent | 2ca57c3a7f7c0c5caef5cf9431f971555f96c091 (diff) | |
download | freebsd-ports-gnome-b0065ad6ded40d228544d5b55c492a174ec9915c.tar.gz freebsd-ports-gnome-b0065ad6ded40d228544d5b55c492a174ec9915c.tar.zst freebsd-ports-gnome-b0065ad6ded40d228544d5b55c492a174ec9915c.zip |
Update WWW and add $MASTER_SITES.
Submitted by: MA, Dunzi <tadalunch@sources.redhat.com>
PR: ports/48305
-rw-r--r-- | math/concorde/Makefile | 3 | ||||
-rw-r--r-- | math/concorde/pkg-descr | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/math/concorde/Makefile b/math/concorde/Makefile index 927342f0e813..bd6b14e88a28 100644 --- a/math/concorde/Makefile +++ b/math/concorde/Makefile @@ -9,7 +9,8 @@ PORTNAME= concorde PORTVERSION= 1.0 PORTREVISION= 1 CATEGORIES= math parallel -MASTER_SITES= ftp://ftp.caam.rice.edu/pub/software/keck/ +MASTER_SITES= http://www.math.princeton.edu/tsp/concorde/ \ + ftp://ftp.caam.rice.edu/pub/software/keck/ DISTNAME= co991215 EXTRACT_SUFX= .tgz diff --git a/math/concorde/pkg-descr b/math/concorde/pkg-descr index eaaf615bb022..6ad71758060f 100644 --- a/math/concorde/pkg-descr +++ b/math/concorde/pkg-descr @@ -1,6 +1,6 @@ Concorde (99.12.15 release) This is the initial full release of Concorde. More data about Concorde is available from the Concorde page at -http://www.caam.rice.edu/keck/concorde.html. +http://www.math.princeton.edu/tsp/concorde.html. Concorde is a computer code for the traveling salesman problem (TSP) and some related network optimization problems. The code is written @@ -17,4 +17,4 @@ functions are thread-safe for prgramming in shared-memory parallel environments; the main TSP solver includes code for running over networks of unix workstations. -WWW: http://www.caam.rice.edu/keck/concorde/ +WWW: http://www.math.princeton.edu/tsp/concorde.html |