fetchmail: switch to libressl.
This commit is contained in:
parent
04352304d4
commit
f1cda09645
|
@ -1,15 +1,15 @@
|
|||
# Template file for 'fetchmail'
|
||||
pkgname=fetchmail
|
||||
version=6.3.26
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-ssl=${XBPS_CROSS_BASE}/usr"
|
||||
hostmakedepends="python-devel"
|
||||
makedepends="openssl-devel"
|
||||
makedepends="libressl-devel"
|
||||
depends="python"
|
||||
short_desc="A remote-mail retrieval utility"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
homepage="http://fetchmail.berlios.de/"
|
||||
distfiles="http://download.berlios.de/$pkgname/${pkgname}-${version}.tar.xz"
|
||||
distfiles="http://pkgs.fedoraproject.org/repo/pkgs/fetchmail/fetchmail-${version}.tar.xz/61b66faad044afa26e142bb1791aa2b3/fetchmail-${version}.tar.xz"
|
||||
checksum=79b4c54cdbaf02c1a9a691d9948fcb1a77a1591a813e904283a8b614b757e850
|
||||
|
|
Loading…
Reference in New Issue