fetchmail: rebuild for Python 3.10, update to 6.4.22.
This commit is contained in:
parent
88d6f8d23d
commit
de6538f705
2 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'fetchmail'
|
||||
pkgname=fetchmail
|
||||
version=6.4.21
|
||||
version=6.4.22
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-ssl=${XBPS_CROSS_BASE}/usr"
|
||||
hostmakedepends="python3"
|
||||
hostmakedepends="python3 pkg-config"
|
||||
makedepends="openssl-devel"
|
||||
depends="fetchmailconf"
|
||||
short_desc="Remote-mail retrieval utility"
|
||||
|
@ -13,7 +13,7 @@ license="GPL-2.0-only"
|
|||
homepage="http://fetchmail.sourceforge.net/"
|
||||
changelog="https://gitlab.com/fetchmail/fetchmail/-/raw/legacy_64/NEWS"
|
||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
|
||||
checksum=6a459c1cafd7a1daa5cd137140da60c18c84b5699cd8e7249a79c33342c99d1d
|
||||
checksum=cc6818bd59435602169fa292d6d163d56b21c7f53112829470a3aceabe612c84
|
||||
|
||||
post_install() {
|
||||
vsed -i -e 's,/usr/bin/python ,/usr/bin/python3 ,' "${DESTDIR}/usr/bin/fetchmailconf"
|
||||
|
|
|
@ -1 +1 @@
|
|||
ignore="*.*.*.beta*"
|
||||
ignore="*beta* *rc*"
|
||||
|
|
Loading…
Reference in a new issue