security/ipsec-tools: make upgrade less painful
Partially revert r516983 to make upgrade from old versions less painful. For example, upgrade path from 9.3 via 10.4 then to 11.0 and later should not break due to non-existing required module ipsec.ko.
This commit is contained in:
parent
fe1375b13d
commit
b69e9c3c4e
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= ipsec-tools
|
||||
PORTVERSION= 0.8.2
|
||||
PORTREVISION= 11
|
||||
PORTREVISION= 12
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= SF
|
||||
|
||||
|
@ -76,7 +76,7 @@ WCPSKEY_EXTRA_PATCHES= ${FILESDIR}/wildcard-psk.diff ${FILESDIR}/wildcard-psk-oa
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OPSYS} == FreeBSD
|
||||
.if ${OPSYS} == FreeBSD && ${OSVERSION} > 1100510
|
||||
REQUIREMOD?= ipsec
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue