diff options
Diffstat (limited to 'lang/erlang/Makefile.versions')
-rw-r--r-- | lang/erlang/Makefile.versions | 110 |
1 files changed, 57 insertions, 53 deletions
diff --git a/lang/erlang/Makefile.versions b/lang/erlang/Makefile.versions index c2940db79e0..11c8a12b213 100644 --- a/lang/erlang/Makefile.versions +++ b/lang/erlang/Makefile.versions @@ -1,58 +1,62 @@ -# $NetBSD: Makefile.versions,v 1.5 2007/07/28 14:27:10 obache Exp $ +# $NetBSD: Makefile.versions,v 1.6 2008/01/04 14:05:05 ghen Exp $ -ERLANG_VERSION= 11.5 -DIST_VERSION= R11B-5 +ERLANG_VERSION= 12.0 +DIST_VERSION_MAJOR= R12B +DIST_VERSION_MINOR= 0 -_VERSIONS= \ - appmon 2.1.9 \ - asn1 1.4.5 \ - compiler 4.4.5 \ - cosEvent 2.1.1 \ - cosEventDomain 1.1.1 \ - cosFileTransfer 1.1.3 \ - cosNotification 1.1.5 \ - cosProperty 1.1.4 \ - cosTime 1.1.1 \ - cosTransactions 1.2.2 \ - crypto 1.5.1.1 \ - debugger 3.1.1.1 \ - dialyzer 1.7.0 \ - docbuilder 0.9 \ - edoc 0.7.3 \ - erl_interface 3.5.5.3 \ - erts 5.5.5 \ - et 1.0.0.1 \ - gs 1.5.7 \ - hipe 3.6.3 \ - ic 4.2.13 \ - inets 4.7.16 \ - inviso 0.4 \ - jinterface 1.3 \ - kernel 2.11.5 \ - megaco 3.6.0.1 \ - mnemosyne 1.2.7.1 \ - mnesia 4.3.5 \ - mnesia_session 1.1.6.1 \ - observer 0.9.7.4 \ - odbc 2.0.8 \ - orber 3.6.6 \ - os_mon 2.1.2.1 \ - otp_mibs 1.0.4.1 \ - parsetools 1.4.1.1 \ - pman 2.6 \ - runtime_tools 1.6.6 \ - sasl 2.1.5.1 \ - snmp 4.9.3 \ - ssh 0.9.9.1 \ - ssl 3.1.1.1 \ - stdlib 1.14.5 \ - syntax_tools 1.5.3 \ - toolbar 1.3.0.1 \ - tools 2.5.5 \ - tv 2.1.4.1 \ - typer 0.1.0.1 \ - webtool 0.8.3.1 \ - xmerl 1.1.4 +_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} |