Framework: sync with upstream
Taken from: HardenedBSD
This commit is contained in:
parent
acd8db6499
commit
c005c7233a
3 changed files with 4 additions and 4 deletions
|
|
@ -10,7 +10,7 @@
|
|||
#
|
||||
# DEFAULT_VERSIONS+= ssl=<openssl variant>
|
||||
#
|
||||
# Variants being base, openssl, openssl-devel, libressl, and libressl-devel.
|
||||
# Variants being base, openssl, openssl-devel, openssl111, libressl, and libressl-devel.
|
||||
#
|
||||
# The Makefile sets these variables:
|
||||
# OPENSSLBASE - "/usr" or ${LOCALBASE}
|
||||
|
|
|
|||
|
|
@ -88,7 +88,7 @@ PYTHON3_DEFAULT?= 3.6
|
|||
RUBY_DEFAULT?= 2.4
|
||||
# Possible values: 4.6, 4.7, 4.8
|
||||
SAMBA_DEFAULT?= 4.7
|
||||
# Possible values: base, openssl, openssl-devel, libressl, libressl-devel
|
||||
# Possible values: base, openssl, openssl-devel, openssl111, libressl, libressl-devel
|
||||
.if !defined(SSL_DEFAULT)
|
||||
# If no preference was set, check for an installed base version
|
||||
# but give an installed port preference over it.
|
||||
|
|
|
|||
|
|
@ -165,7 +165,7 @@ RUBY23= "" # PLIST_SUB helpers
|
|||
# Ruby 2.4
|
||||
#
|
||||
RUBY_RELVERSION= 2.4.4
|
||||
RUBY_PORTREVISION= 3
|
||||
RUBY_PORTREVISION= 4
|
||||
RUBY_PORTEPOCH= 1
|
||||
RUBY_PATCHLEVEL= 0
|
||||
RUBY24= "" # PLIST_SUB helpers
|
||||
|
|
@ -175,7 +175,7 @@ RUBY24= "" # PLIST_SUB helpers
|
|||
# Ruby 2.5
|
||||
#
|
||||
RUBY_RELVERSION= 2.5.1
|
||||
RUBY_PORTREVISION= 4
|
||||
RUBY_PORTREVISION= 5
|
||||
RUBY_PORTEPOCH= 1
|
||||
RUBY_PATCHLEVEL= 0
|
||||
RUBY25= "" # PLIST_SUB helpers
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue