Add i386 7.0 support at version 0.5
This commit is contained in:
parent
1a094089e1
commit
d59cdb7359
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=194705
2 changed files with 7 additions and 1 deletions
|
@ -35,8 +35,11 @@ ARCH_PORTVERSION?= 0.3.1
|
|||
.if ${ARCH}=="i386"
|
||||
. if ${OSVERSION} < 600000 && ${OSVERSION} > 500000
|
||||
OS_VER= 5
|
||||
. elif ${OSVERSION} > 600000
|
||||
. elif ${OSVERSION} > 600000 && ${OSVERSION} < 700000
|
||||
OS_VER= 6
|
||||
. elif ${OSVERSION} > 700000
|
||||
OS_VER= 7
|
||||
ARCH_PORTVERSION=0.5
|
||||
. else
|
||||
IGNORE= ${_IGNORE_MSG}
|
||||
. endif
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
MD5 (lightning-0.5-tb-FreeBSD7-i386.xpi) = f54eb364f474c7a0e6ad3cf4badb5587
|
||||
SHA256 (lightning-0.5-tb-FreeBSD7-i386.xpi) = 91a7598bb73c3965f78d64d2384de4129910f62c9b1ecf05523244b63c0a5740
|
||||
SIZE (lightning-0.5-tb-FreeBSD7-i386.xpi) = 1135425
|
||||
MD5 (lightning-0.5-tb-FreeBSD6-sparc64.xpi) = 1dd62b41b77097a287af62b2b6bd56fc
|
||||
SHA256 (lightning-0.5-tb-FreeBSD6-sparc64.xpi) = be3cecfd35bee4e069779b2d7fd934088c453ec5485186b1de8b77c3cf03c3e9
|
||||
SIZE (lightning-0.5-tb-FreeBSD6-sparc64.xpi) = 1189082
|
||||
|
|
Loading…
Reference in a new issue