mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
- Fix logic when check UPGRADE_RT3{0,2}
PR: 93992 Submitted by: Christopher Davis <ckd-freebsd___ckdhr.com> Approved by: maintainer timeout (58 days)
This commit is contained in:
parent
fea4d37ca1
commit
a9a8ff2680
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=160822
@ -131,10 +131,10 @@ WEB_USER?= www
|
||||
WEB_GROUP?= www
|
||||
LIBS_GROUP?= wheel
|
||||
|
||||
.if defined(UPGRADE_RT30) || defined(UPGRADE_RT32)
|
||||
.if defined(UPGRADE_RT30)
|
||||
UPGRADES= 3.1.0 3.1.15 3.1.17
|
||||
.endif
|
||||
.if defined(UPGRADE_RT32)
|
||||
.if defined(UPGRADE_RT30) || defined(UPGRADE_RT32)
|
||||
UPGRADES+= 3.3.0 3.3.11
|
||||
.endif
|
||||
|
||||
|
@ -131,10 +131,10 @@ WEB_USER?= www
|
||||
WEB_GROUP?= www
|
||||
LIBS_GROUP?= wheel
|
||||
|
||||
.if defined(UPGRADE_RT30) || defined(UPGRADE_RT32)
|
||||
.if defined(UPGRADE_RT30)
|
||||
UPGRADES= 3.1.0 3.1.15 3.1.17
|
||||
.endif
|
||||
.if defined(UPGRADE_RT32)
|
||||
.if defined(UPGRADE_RT30) || defined(UPGRADE_RT32)
|
||||
UPGRADES+= 3.3.0 3.3.11
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user