View | Details | Raw Unified | Return to bug 93972
Collapse All | Expand All

(-)xmoontool/Makefile (-1 / +13 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	xmoontool
8
PORTNAME=	xmoontool
9
PORTVERSION=	3.0.2
9
PORTVERSION=	3.0.3
10
CATEGORIES=	astro
10
CATEGORIES=	astro
11
MASTER_SITES=	http://www.senax.net/xmoontool/
11
MASTER_SITES=	http://www.senax.net/xmoontool/
12
12
Lines 26-31 Link Here
26
pre-configure:
26
pre-configure:
27
.if !defined(WITHOUT_DEFAULT_COLOR)
27
.if !defined(WITHOUT_DEFAULT_COLOR)
28
	@${ECHO_MSG} "For use with monochrome displays try to set WITHOUT_DEFAULT_COLOR"
28
	@${ECHO_MSG} "For use with monochrome displays try to set WITHOUT_DEFAULT_COLOR"
29
.endif
30
31
.if ${OSVERSION} < 503000	# libnova currently not available here!
32
WITHOUT_LIBNOVA=	yes
33
.elif !defined(WITHOUT_LIBNOVA)
34
	@${ECHO_MSG} "You can disable libnova support by defining WITHOUT_LIBNOVA"
35
.endif
36
37
.if defined(WITHOUT_LIBNOVA)
38
MAKE_ENV+=	WITHOUT_LIBNOVA=yes
39
.else
40
LIB_DEPENDS+=	nova:${PORTSDIR}/astro/libnova
29
.endif
41
.endif
30
42
31
do-configure:
43
do-configure:
(-)xmoontool/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (xmoontool-3.0.2.tar.gz) = 5556d08574f25a6098858343b702d343
1
MD5 (xmoontool-3.0.3.tar.gz) = 1688d1176d197c1c4f28711e410a28e3
2
SHA256 (xmoontool-3.0.2.tar.gz) = eb5eeb4da988e62dfadcbf7189e072cb9c83b62e005130e84621a5ad487b2c8b
2
SHA256 (xmoontool-3.0.3.tar.gz) = eda8312eedf86116e2b8289ce7c7e3e93ea45f621b1c13a187aa2d3885704d32
3
SIZE (xmoontool-3.0.2.tar.gz) = 20394
3
SIZE (xmoontool-3.0.3.tar.gz) = 24354

Return to bug 93972