View | Details | Raw Unified | Return to bug 221469 | Differences between
and this patch

Collapse All | Expand All

(-)astro/match/Makefile (-2 / +7 lines)
Lines 2-17 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	match
4
PORTNAME=	match
5
PORTVERSION=	0.16
5
PORTVERSION=	1.0
6
CATEGORIES=	astro
6
CATEGORIES=	astro
7
MASTER_SITES=	http://spiff.rit.edu/match/ \
7
MASTER_SITES=	http://spiff.rit.edu/match/ \
8
		http://www.c-s.li/ports/
8
		http://www.c-s.li/ports/
9
9
10
MAINTAINER=	ports@FreeBSD.org
10
MAINTAINER=	a.andersson.thn@gmail.com
11
COMMENT=	Program for matching star lists
11
COMMENT=	Program for matching star lists
12
12
13
LICENSE=	GPLv2
13
LICENSE=	GPLv2
14
14
15
PLIST_FILES=    bin/apply_match\
16
                bin/match \
17
                bin/project_coords \
18
                man/man1/match.1.gz \
19
15
CONFLICTS=	avenger-[0-9]*
20
CONFLICTS=	avenger-[0-9]*
16
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes
17
22
(-)astro/match/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (match-0.16.tar.gz) = f865e91e7c9b26147ca0215db559df1f17354e374d81627975cd98cc5020eff8
1
TIMESTAMP = 1502614871
2
SIZE (match-0.16.tar.gz) = 195400
2
SHA256 (match-1.0.tar.gz) = 2f1e408cc3458e88f0ec7bc54554883addbf1a84a2cea63c78d48a82e28228f3
3
SIZE (match-1.0.tar.gz) = 182164

Return to bug 221469