forked from Lainports/opnsense-ports
Framework: partially sync with upstream
Taken from: FreeBSD
This commit is contained in:
parent
f767f9bb0a
commit
b31e561eb0
4 changed files with 7 additions and 3 deletions
2
MOVED
2
MOVED
|
|
@ -8804,3 +8804,5 @@ security/erlang-p1tls|security/erlang-fast_tls|2016-11-11|Project was renamed
|
|||
mail/trojita-qt4|mail/trojita|2016-11-13|Qt4 support was dropped, use mail/trojita instead
|
||||
devel/extra-cmake-modules|devel/kf5-extra-cmake-modules|2016-11-14|Renamed to match other KF5 port
|
||||
net/vnc||2016-11-14|Has expired: Distfiles no longer available.
|
||||
sysutils/gosa||2016-11-20|Has expired: this version of gosa cannot be fixed (requires PHP < 5.4)
|
||||
security/krb5-112||2016-11-20|Has expired: EOL twelve months after release of krb5-1.14
|
||||
|
|
|
|||
|
|
@ -143,7 +143,7 @@ ocaml-findlib:
|
|||
@${FIND} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${DIR}/ -type f -print | ${SED} -e \
|
||||
's,^${STAGEDIR}${PREFIX}/,,' >> ${TMPPLIST}
|
||||
. endif
|
||||
@${ECHO_CMD} "@unexec ${OCAMLFIND} remove ${DIR} 2>/dev/null" \
|
||||
@${ECHO_CMD} "@postunexec ${OCAMLFIND} remove ${DIR} 2>/dev/null" \
|
||||
>> ${TMPPLIST}
|
||||
. endfor
|
||||
. endif
|
||||
|
|
|
|||
|
|
@ -303,6 +303,7 @@ LIVEMEDIA_DESC?= Multimedia streaming support via liveMedia
|
|||
LQR_DESC?= Liquid Rescale support
|
||||
LSOF_DESC?= LiSt Open Files utility support
|
||||
LUA_DESC?= Lua scripting language support
|
||||
LZ4_DESC?= LZ4 compression support
|
||||
LZMA_DESC?= LZMA compression support
|
||||
MAD_DESC?= MAD MP3 audio decoder support
|
||||
MAGICK_DESC?= ImageMagick image processing library support
|
||||
|
|
@ -525,3 +526,4 @@ YAML_DESC?= YAML format or parser support
|
|||
ZLIB_DESC?= zlib compression support
|
||||
ZOPE_DESC?= Zope web application framework support
|
||||
ZSH_DESC?= Install programmable completions for zsh
|
||||
ZSTD_DESC?= Zstandard compression support
|
||||
|
|
|
|||
|
|
@ -174,8 +174,8 @@ RUBY22= "" # PLIST_SUB helpers
|
|||
#
|
||||
# Ruby 2.3
|
||||
#
|
||||
RUBY_RELVERSION= 2.3.1
|
||||
RUBY_PORTREVISION= 1
|
||||
RUBY_RELVERSION= 2.3.2
|
||||
RUBY_PORTREVISION= 0
|
||||
RUBY_PORTEPOCH= 1
|
||||
RUBY_PATCHLEVEL= 0
|
||||
RUBY23= "" # PLIST_SUB helpers
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue