aboutsummaryrefslogtreecommitdiff
path: root/sysutils/geomWatch
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2011-08-01 18:05:25 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2011-08-01 18:05:25 +0000
commit576c62995f805ca75e5a9b57215702b14e5dca5b (patch)
tree5052462c11724e4e7c2fd9835ad984635cdd2424 /sysutils/geomWatch
parent3488b2050c94d4ca4c6a117205c5e1f0c912c48f (diff)
downloadports-576c62995f805ca75e5a9b57215702b14e5dca5b.tar.gz
ports-576c62995f805ca75e5a9b57215702b14e5dca5b.zip
Notes
Diffstat (limited to 'sysutils/geomWatch')
-rw-r--r--sysutils/geomWatch/Makefile8
-rw-r--r--sysutils/geomWatch/distinfo4
-rw-r--r--sysutils/geomWatch/files/pkg-message.in4
3 files changed, 13 insertions, 3 deletions
diff --git a/sysutils/geomWatch/Makefile b/sysutils/geomWatch/Makefile
index f030b74f498a..f45a2b17e8bd 100644
--- a/sysutils/geomWatch/Makefile
+++ b/sysutils/geomWatch/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= geomWatch
-PORTVERSION= 1.2.2
+PORTVERSION= 1.3.0
CATEGORIES= sysutils
MASTER_SITES= http://isis.poly.edu/~bk/${PORTNAME}/ \
http://bk.macroblock.net/${PORTNAME}/
@@ -28,6 +28,12 @@ MAKE_ARGS+= WITHOUT_ZFS=yes
.elif ${OSVERSION} < 702102 || \
(${OSVERSION} >= 800000 && ${OSVERSION} < 800054)
MAKE_ARGS+= WITH_ZFS=6
+.elif (${OSVERSION} >= 702102 && ${OSVERSION} < 800000) || \
+ (${OSVERSION} >= 800054 && ${OSVERSION} < 802506) || \
+ (${OSVERSION} >= 900000 && ${OSVERSION} < 900033)
+MAKE_ARGS+= WITH_ZFS=13
+.else
+MAKE_ARGS+= WITH_ZFS=28
.endif
post-install:
diff --git a/sysutils/geomWatch/distinfo b/sysutils/geomWatch/distinfo
index 4c2507922b39..7bc2c957e05b 100644
--- a/sysutils/geomWatch/distinfo
+++ b/sysutils/geomWatch/distinfo
@@ -1,2 +1,2 @@
-SHA256 (geomWatch-1.2.2.tbz) = 24bf1c23f9bb1a2fe4ea61835ad9dd8bfcdfc261f20339ba4fdcca049ec59ad0
-SIZE (geomWatch-1.2.2.tbz) = 82665
+SHA256 (geomWatch-1.3.0.tbz) = ef81cbaf27558d9e957f924697e681d20cc2e44fafa0eff6c192fd2c1c242570
+SIZE (geomWatch-1.3.0.tbz) = 128787
diff --git a/sysutils/geomWatch/files/pkg-message.in b/sysutils/geomWatch/files/pkg-message.in
index 6cd14ac1a0a7..467d51193c8b 100644
--- a/sysutils/geomWatch/files/pkg-message.in
+++ b/sysutils/geomWatch/files/pkg-message.in
@@ -8,3 +8,7 @@ Finally, to start it, run the following command:
%%PREFIX%%/etc/rc.d/geomWatch start
+You can also test your SMTP configuration by running the following command:
+
+%%PREFIX%%/sbin/geomWatch -t
+