mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
mail/fetchmail: update to 6.5.2 (translation updates)
Also add pkg-config to USES, which is now required by updated autotools. PR: 283744 Approved by: Corey Halpin (maintainer)
This commit is contained in:
parent
f3a480104b
commit
32fe86eb54
2 changed files with 9 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME?= fetchmail
|
||||
DISTVERSION= 6.5.1
|
||||
DISTVERSION= 6.5.2
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES= mail
|
||||
# The next line is inherited by the fetchmailconf dependent port,
|
||||
|
@ -13,7 +13,7 @@ WWW= https://www.fetchmail.info/
|
|||
LICENSE= GPLv2+
|
||||
|
||||
.if empty(MASTERDIR)
|
||||
USES= cpe gmake tar:xz
|
||||
USES= cpe gmake pkgconfig tar:xz
|
||||
IGNORE_SSL= libressl libressl-devel
|
||||
IGNORE_SSL_REASON= incompatible license/no GPLv2 clause 2b exception for LibreSSL
|
||||
# The Free Software Foundation asserts that a GPL v2 clause 2b exception is
|
||||
|
@ -51,10 +51,8 @@ OPTIONS_SINGLE_TLS= OPENSSL WOLFSSL
|
|||
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
OPIE_CONFIGURE_ON= --enable-opie
|
||||
OPIE_DESC= Build with OPIE support (deprecated - weak/broken cryptography)
|
||||
|
||||
RPA_CONFIGURE_ON= --enable-RPA
|
||||
RPA_DESC= Build with RPA support (deprecated - weak/broken cryptography)
|
||||
|
||||
GSSAPI_BASE_USES= gssapi
|
||||
|
@ -73,6 +71,10 @@ NLS_CONFIGURE_ENABLE= nls
|
|||
|
||||
OPENSSL_CONFIGURE_WITH= ssl=${OPENSSLBASE}
|
||||
|
||||
OPIE_CONFIGURE_ON= --enable-opie
|
||||
|
||||
RPA_CONFIGURE_ON= --enable-RPA
|
||||
|
||||
WOLFSSL_LIB_DEPENDS= libwolfssl.so:security/wolfssl
|
||||
WOLFSSL_USES_OFF= ssl
|
||||
WOLFSSL_CONFIGURE_ON= WOLFSSL_TRUST_FILE=${LOCALBASE}/share/certs/ca-root-nss.crt
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1731628928
|
||||
SHA256 (fetchmail-6.5.1.tar.xz) = ca3fdb95141c277aca109be77f4d45b47e03ee010043058dd90bc182db518d4a
|
||||
SIZE (fetchmail-6.5.1.tar.xz) = 1110924
|
||||
TIMESTAMP = 1735559390
|
||||
SHA256 (fetchmail-6.5.2.tar.xz) = 8fd0477408620ae382c1d0ef83d8946a95e5be0c2e582dd4ebe55cba513a45fe
|
||||
SIZE (fetchmail-6.5.2.tar.xz) = 1110968
|
||||
|
|
Loading…
Add table
Reference in a new issue