mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Update to 1.3.0, which supports ZFS version 28
PR: 159358 Submitted by: maintainer
This commit is contained in:
parent
3488b2050c
commit
576c62995f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=278735
@ -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:
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user