pkgsrc/lang/erlang/Makefile.versions
fhajny 8923c5014c Update lang/erlang* to 19.1.
Some highlights of the release are:

- erts: Improved dirty scheduler support. A purge of a module will
- not have to wait for completion of all ongoing dirty NIF calls.
- erts: Improved accuracy of timeouts on MacOS X.
- kernel: Add net_kernel:setopts/2 and net_kernel:getopts/2 to
- control options for distribution sockets in runtime.
- asn1: Compiling multiple ASN.1 modules in the same directory with
- parallel make (make -j) should now be safe.
- httpd: support for PUT and DELETE in mod_esi
- ~30 contributions since 19.0

You can find the Release Notes with more detailed info at

http://www.erlang.org/download/otp_src_19.1.readme
2016-10-02 10:12:36 +00:00

72 lines
1.8 KiB
Text

# $NetBSD: Makefile.versions,v 1.24 2016/10/02 10:12:36 fhajny Exp $
DIST_VERSION_MAJOR= 19
DIST_VERSION_MINOR= 1
_VERSIONS= \
asn1 4.0.4 \
common_test 1.12.3 \
compiler 7.0.2 \
cosEvent 2.2.1 \
cosEventDomain 1.2.1 \
cosFileTransfer 1.2.1 \
cosNotification 1.2.2 \
cosProperty 1.2.1 \
cosTime 1.2.2 \
cosTransactions 1.3.2 \
crypto 3.7.1 \
debugger 4.2.1 \
dialyzer 3.0.2 \
diameter 1.12.1 \
edoc 0.8 \
eldap 1.2.2 \
erl_docgen 0.6 \
erl_interface 3.9.1 \
erts 8.1 \
et 1.6 \
eunit 2.3.1 \
gs 1.6.2 \
hipe 3.15.2 \
ic 4.4.2 \
inets 6.3.3 \
jinterface 1.7.1 \
kernel 5.1 \
megaco 3.18.1 \
mnesia 4.14.1 \
observer 2.2.2 \
odbc 2.11.3 \
orber 3.8.2 \
os_mon 2.4.1 \
otp_mibs 1.1.1 \
parsetools 2.1.3 \
percept 0.9 \
public_key 1.2 \
reltool 0.7.2 \
runtime_tools 1.10.1 \
sasl 3.0.1 \
snmp 5.2.4 \
ssh 4.3.2 \
ssl 8.0.2 \
stdlib 3.1 \
syntax_tools 2.1 \
tools 2.8.6 \
typer 0.9.11 \
wx 1.7.1 \
xmerl 1.3.12
PLIST_SUBST+= VERSION=${DIST_VERSION_MAJOR}
.for name version in ${_VERSIONS}
VERSION.${name}=${version}
PLIST_SUBST+= VERSION.${name}=${version}
.endfor
# Generate PLIST
.for _pkg_ _version_ in $(_VERSIONS)
PRINT_PLIST_AWK+= {if ($$0 ~ /\/$(_pkg_)-$(_version_)\//) {sub(/\/$(_pkg_)-$(_version_)\//,"/$(_pkg_)-$${VERSION.$(_pkg_)}/", $$0);}}
# documentation:
PRINT_PLIST_AWK+= {gsub(/\/$(_pkg_)-$(_version_)\.pdf/,"/$(_pkg_)-$${VERSION.$(_pkg_)}.pdf", $$0);}
.endfor
PRINT_PLIST_AWK+= {if ($$0 ~ /\/releases\/${DIST_VERSION_MAJOR}\//) {sub(/\/releases\/${DIST_VERSION_MAJOR}\//,"/releases/$${VERSION}/", $$0);}}
# documentation:
PRINT_PLIST_AWK+= {gsub(/\/otp-system-documentation-$(VERSION.erts)\.pdf/,"/otp-system-documentation-$${VERSION.erts}.pdf", $$0);}