Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions srcpkgs/ejabberd/template
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# Template file for 'ejabberd'
pkgname=ejabberd
version=25.10
version=26.04
revision=1
build_style=gnu-configure
configure_args="--enable-odbc --enable-mysql --enable-pgsql --enable-pam
--enable-redis --enable-elixir $(vopt_enable sqlite)"
conf_files="/etc/ejabberd/*"
hostmakedepends="automake erlang git elixir rebar3"
makedepends="openssl-devel libyaml-devel expat-devel zlib-devel pam-devel
$(vopt_if sqlite sqlite-devel) gd-devel"
$(vopt_if sqlite sqlite-devel) gd-devel curl unzip"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is curl required for during build time?

depends="erlang"
short_desc="Robust and massively scalable XMPP platform"
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="https://www.process-one.net/en/ejabberd/"
distfiles="https://github.com/processone/ejabberd/archive/${version}.tar.gz"
checksum=f676b71e7dbf143291728bc0247673afb256e75917da89520795c01df1154598
checksum=77deb1053978ae9790f909b7b573ac61c6b94d7c465a84c5b56568292d49e47d
# when building with parallel:
# cp: cannot stat 'lib/mix/ebin': No such file or directory
disable_parallel_build=yes
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/erlang/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'erlang'
pkgname=erlang
version=28.2
version=28.5
revision=1
build_style=gnu-configure
configure_args="--without-javac --disable-year2038"
Expand All @@ -13,7 +13,7 @@ license="Apache-2.0"
homepage="https://www.erlang.org"
changelog="https://github.com/erlang/otp/releases"
distfiles="https://github.com/erlang/otp/archive/refs/tags/OTP-${version}.tar.gz"
checksum=b984f9e02bb61637997a35daa9070ae8f41cea1667676416438c467fda3d141f
checksum=7d0a43be4ee5c3965509c0c20cf0b28afa0ab9573f0cc49631f2858165335a5a
subpackages=" "

if [ -z "$CROSS_BUILD" ]; then
Expand Down
6 changes: 3 additions & 3 deletions srcpkgs/rebar3/template
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Template file for 'rebar3'
pkgname=rebar3
version=3.25.1
revision=2
version=3.27.0
revision=1
hostmakedepends=erlang
depends="erlang>=26"
short_desc="Erlang build tool to compile, test, and release applications"
maintainer="Orphaned <orphan@voidlinux.org>"
license="Apache-2.0"
homepage="https://www.rebar3.org/"
distfiles="https://github.com/erlang/rebar3/archive/refs/tags/${version}.tar.gz"
checksum=458d6ceaf7822dd7682288354ab3ba74e14b3ed11cc5b551af9eb312de894106
checksum=985cae6e957334cfa549190b9f5efb9185c184a18fc181c87b8dde096ba79f38

do_build() {
./bootstrap
Expand Down