diff options
author | krion <krion@FreeBSD.org> | 2003-08-11 22:24:32 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-08-11 22:24:32 +0800 |
commit | d3ecd6b2c61fdd0faa025d91a9dd6230e4eb3077 (patch) | |
tree | 2e439c40dac089d98cbd2928c8c82ccc7d1f0e00 /astro | |
parent | 0b01318abb5cdf168a4a57688094f528bc99ca9c (diff) | |
download | freebsd-ports-gnome-d3ecd6b2c61fdd0faa025d91a9dd6230e4eb3077.tar.gz freebsd-ports-gnome-d3ecd6b2c61fdd0faa025d91a9dd6230e4eb3077.tar.zst freebsd-ports-gnome-d3ecd6b2c61fdd0faa025d91a9dd6230e4eb3077.zip |
Update to version 0.7
PR: 55465
Submitted by: Ports Fury
Diffstat (limited to 'astro')
-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/ |