summaryrefslogtreecommitdiff
path: root/astro/match
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-08-11 14:24:32 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-08-11 14:24:32 +0000
commitad1875e884875907dcc475ec99178cad10da7705 (patch)
treee8a06cf59519e9e61e484a2e6197752d18def368 /astro/match
parent- Add freetype2 support (diff)
Update to version 0.7
PR: 55465 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=86758
Diffstat (limited to 'astro/match')
-rw-r--r--astro/match/Makefile5
-rw-r--r--astro/match/distinfo2
-rw-r--r--astro/match/pkg-descr2
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/