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

(-)geomWatch/Makefile (-1 / +7 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	geomWatch
8
PORTNAME=	geomWatch
9
PORTVERSION=	1.2.2
9
PORTVERSION=	1.3.0
10
CATEGORIES=	sysutils
10
CATEGORIES=	sysutils
11
MASTER_SITES=	http://isis.poly.edu/~bk/${PORTNAME}/ \
11
MASTER_SITES=	http://isis.poly.edu/~bk/${PORTNAME}/ \
12
		http://bk.macroblock.net/${PORTNAME}/
12
		http://bk.macroblock.net/${PORTNAME}/
Lines 28-33 Link Here
28
.elif ${OSVERSION} < 702102 || \
28
.elif ${OSVERSION} < 702102 || \
29
	(${OSVERSION} >= 800000 && ${OSVERSION} < 800054)
29
	(${OSVERSION} >= 800000 && ${OSVERSION} < 800054)
30
MAKE_ARGS+=	WITH_ZFS=6
30
MAKE_ARGS+=	WITH_ZFS=6
31
.elif (${OSVERSION} >= 702102 && ${OSVERSION} < 800000) || \
32
	(${OSVERSION} >= 800054 && ${OSVERSION} < 802506) || \
33
	(${OSVERSION} >= 900000 && ${OSVERSION} < 900033)
34
MAKE_ARGS+=	WITH_ZFS=13
35
.else
36
MAKE_ARGS+=	WITH_ZFS=28
31
.endif
37
.endif
32
38
33
post-install:
39
post-install:
(-)geomWatch/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (geomWatch-1.2.2.tbz) = 24bf1c23f9bb1a2fe4ea61835ad9dd8bfcdfc261f20339ba4fdcca049ec59ad0
1
SHA256 (geomWatch-1.3.0.tbz) = ef81cbaf27558d9e957f924697e681d20cc2e44fafa0eff6c192fd2c1c242570
2
SIZE (geomWatch-1.2.2.tbz) = 82665
2
SIZE (geomWatch-1.3.0.tbz) = 128787
(-)geomWatch/files/pkg-message.in (+4 lines)
Lines 8-10 Link Here
8
8
9
%%PREFIX%%/etc/rc.d/geomWatch start
9
%%PREFIX%%/etc/rc.d/geomWatch start
10
10
11
You can also test your SMTP configuration by running the following command:
12
13
%%PREFIX%%/sbin/geomWatch -t
14

Return to bug 159358