pkgsrc/lang/erlang/Makefile.versions
ghen f85f155b40 Update erlang, erland-doc and erlang-man to 12.0, aka R12B-0.
This builds again on x86_64 platforms, is@ will test further.

This release supports new language extensions bitstring and binary
comprehensions.

Other major changes are listed on <http://www.erlang.org/doc/highlights.html>.
See <http://www.erlang.org/download/otp_src_R12B-0.readme> for full detail.
2008-01-04 14:05:05 +00:00

64 lines
1.3 KiB
Text

# $NetBSD: Makefile.versions,v 1.6 2008/01/04 14:05:05 ghen Exp $
ERLANG_VERSION= 12.0
DIST_VERSION_MAJOR= R12B
DIST_VERSION_MINOR= 0
_VERSIONS= \
appmon 2.1.9 \
asn1 1.5 \
common_test 1.3.0 \
compiler 4.5 \
cosEvent 2.1.2 \
cosEventDomain 1.1.2 \
cosFileTransfer 1.1.4 \
cosNotification 1.1.6 \
cosProperty 1.1.5 \
cosTime 1.1.2 \
cosTransactions 1.2.3 \
crypto 1.5.1.1 \
debugger 3.1.1.1 \
dialyzer 1.7.1 \
docbuilder 0.9.7 \
edoc 0.7.4 \
erl_interface 3.5.5.3 \
erts 5.6 \
et 1.3 \
gs 1.5.7 \
hipe 3.6.4 \
ic 4.2.16 \
inets 5.0 \
inviso 0.6 \
jinterface 1.4 \
kernel 2.12 \
megaco 3.7 \
mnesia 4.4 \
observer 0.9.7.4 \
odbc 2.0.9 \
orber 3.6.8 \
os_mon 2.1.3 \
otp_mibs 1.0.4.1 \
parsetools 1.4.2 \
percept 0.5.0 \
pman 2.6 \
runtime_tools 1.7 \
sasl 2.1.5.2 \
snmp 4.10 \
ssh 0.9.9.3 \
ssl 3.9 \
stdlib 1.15 \
syntax_tools 1.5.3 \
test_server 3.2.0 \
toolbar 1.3.0.1 \
tools 2.6 \
tv 2.1.4.1 \
typer 0.1.1 \
webtool 0.8.3.2 \
xmerl 1.1.6
PLIST_SUBST+= VERSION=${DIST_VERSION_MAJOR}
.for name version in ${_VERSIONS}
VERSION.${name}=${version}
PLIST_SUBST+= VERSION.${name}=${version}
.endfor