diff options
-rw-r--r-- | astro/match/Makefile | 5 | ||||
-rw-r--r-- | astro/match/distinfo | 2 | ||||
-rw-r--r-- | astro/match/pkg-descr | 2 |
3 files changed, 5 insertions, 4 deletions
diff --git a/astro/match/Makefile b/astro/match/Makefile index df95868a5c81..98cc52b553e6 100644 --- a/astro/match/Makefile +++ b/astro/match/Makefile @@ -7,13 +7,14 @@ # PORTNAME= match -PORTVERSION= 0.6 +PORTVERSION= 0.7 CATEGORIES= astro -MASTER_SITES= http://acd188a-005.rit.edu/match/ +MASTER_SITES= http://spiff.rit.edu/match/ MAINTAINER= ports@FreeBSD.org COMMENT= A program for matching star lists GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} .include <bsd.port.mk> diff --git a/astro/match/distinfo b/astro/match/distinfo index 7fd055e1a4df..3990f53c24b2 100644 --- a/astro/match/distinfo +++ b/astro/match/distinfo @@ -1 +1 @@ -MD5 (match-0.6.tar.gz) = 6a60d3639118b7300688df23b6d6fef3 +MD5 (match-0.7.tar.gz) = 5260c709a03346c6589a835acda7f2ac diff --git a/astro/match/pkg-descr b/astro/match/pkg-descr index 6dc89d53021e..a98ca6cc025b 100644 --- a/astro/match/pkg-descr +++ b/astro/match/pkg-descr @@ -11,4 +11,4 @@ to match two lists of N points, the main algorithm calls for O(N^6) operations myself becoming impatient for N >= 100, but your mileage may vary. On the other hand, it does allow for arbitrary translation, rotation, and scaling... -WWW: http://acd188a-005.rit.edu/match/ +WWW: http://spiff.rit.edu/match/ |