mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update to 1.9.3
- Take maintainership Changes: https://github.com/dinhviethoa/libetpan/releases
This commit is contained in:
parent
6a505dbfbf
commit
4aebe60674
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=491048
4 changed files with 13 additions and 28 deletions
|
@ -2,10 +2,10 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= libetpan
|
PORTNAME= libetpan
|
||||||
PORTVERSION= 1.9.1
|
PORTVERSION= 1.9.3
|
||||||
CATEGORIES= mail ipv6
|
CATEGORIES= mail ipv6
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= sunpoet@FreeBSD.org
|
||||||
COMMENT= Mail framework for C language
|
COMMENT= Mail framework for C language
|
||||||
|
|
||||||
LICENSE= BSD3CLAUSE
|
LICENSE= BSD3CLAUSE
|
||||||
|
@ -15,16 +15,17 @@ LIB_DEPENDS= libcurl.so:ftp/curl \
|
||||||
libexpat.so:textproc/expat2 \
|
libexpat.so:textproc/expat2 \
|
||||||
libsasl2.so:security/cyrus-sasl2
|
libsasl2.so:security/cyrus-sasl2
|
||||||
|
|
||||||
|
USES= autoreconf compiler:c++11-lang gmake iconv libtool localbase
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
INSTALL_TARGET= install-strip
|
INSTALL_TARGET= install-strip
|
||||||
|
|
||||||
USES= autoreconf compiler:c++11-lang gmake iconv libtool localbase
|
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
USE_GITHUB= yes
|
|
||||||
GH_ACCOUNT= dinhviethoa
|
|
||||||
|
|
||||||
PORTDOCS= AUTHORS ChangeLog NEWS
|
PORTDOCS= AUTHORS ChangeLog NEWS
|
||||||
|
|
||||||
|
USE_GITHUB= yes
|
||||||
|
GH_ACCOUNT= dinhviethoa
|
||||||
|
|
||||||
OPTIONS_DEFINE= DOCS IPV6
|
OPTIONS_DEFINE= DOCS IPV6
|
||||||
OPTIONS_SINGLE= CRYPTO
|
OPTIONS_SINGLE= CRYPTO
|
||||||
OPTIONS_SINGLE_CRYPTO= GNUTLS OPENSSL
|
OPTIONS_SINGLE_CRYPTO= GNUTLS OPENSSL
|
||||||
|
@ -34,17 +35,12 @@ GNUTLS_CONFIGURE_ON= --without-openssl --with-gnutls
|
||||||
GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls \
|
GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls \
|
||||||
libgcrypt.so:security/libgcrypt \
|
libgcrypt.so:security/libgcrypt \
|
||||||
libgpg-error.so:security/libgpg-error
|
libgpg-error.so:security/libgpg-error
|
||||||
|
|
||||||
IPV6_CONFIGURE_ENABLE= ipv6
|
IPV6_CONFIGURE_ENABLE= ipv6
|
||||||
|
|
||||||
OPENSSL_CONFIGURE_WITH= openssl="${OPENSSLBASE}"
|
OPENSSL_CONFIGURE_WITH= openssl="${OPENSSLBASE}"
|
||||||
OPENSSL_USES= ssl
|
OPENSSL_USES= ssl
|
||||||
|
|
||||||
pre-configure:
|
|
||||||
@(cd ${WRKSRC} && ${LN} -s README.md README)
|
|
||||||
|
|
||||||
do-install-DOCS-on:
|
do-install-DOCS-on:
|
||||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||||
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1537145990
|
TIMESTAMP = 1548252591
|
||||||
SHA256 (dinhviethoa-libetpan-1.9.1_GH0.tar.gz) = f5e354ccf1014c6ee313ade1009b8a82f28043d2504655e388bb4c1328700fcd
|
SHA256 (dinhviethoa-libetpan-1.9.3_GH0.tar.gz) = 591f97d5102f600e668502fe1dd5a341e910a840d8ea62e689a3a79d8bfbac87
|
||||||
SIZE (dinhviethoa-libetpan-1.9.1_GH0.tar.gz) = 6189971
|
SIZE (dinhviethoa-libetpan-1.9.3_GH0.tar.gz) = 5000049
|
||||||
|
|
|
@ -1,12 +0,0 @@
|
||||||
--- src/low-level/feed/newsfeed.c.orig 2018-09-12 11:54:16 UTC
|
|
||||||
+++ src/low-level/feed/newsfeed.c
|
|
||||||
@@ -535,7 +535,9 @@ static int curl_error_convert(int curl_r
|
|
||||||
case CURLE_SSL_ENGINE_SETFAILED:
|
|
||||||
case CURLE_SSL_CERTPROBLEM:
|
|
||||||
case CURLE_SSL_CIPHER:
|
|
||||||
+#if LIBCURL_VERSION_NUM < 0x073e00
|
|
||||||
case CURLE_SSL_CACERT:
|
|
||||||
+#endif
|
|
||||||
case CURLE_FTP_SSL_FAILED:
|
|
||||||
case CURLE_SSL_ENGINE_INITFAILED:
|
|
||||||
return NEWSFEED_ERROR_SSL;
|
|
|
@ -7,6 +7,7 @@ include/libetpan/annotatemore_types.h
|
||||||
include/libetpan/carray.h
|
include/libetpan/carray.h
|
||||||
include/libetpan/charconv.h
|
include/libetpan/charconv.h
|
||||||
include/libetpan/chash.h
|
include/libetpan/chash.h
|
||||||
|
include/libetpan/clientid.h
|
||||||
include/libetpan/clist.h
|
include/libetpan/clist.h
|
||||||
include/libetpan/condstore.h
|
include/libetpan/condstore.h
|
||||||
include/libetpan/condstore_types.h
|
include/libetpan/condstore_types.h
|
||||||
|
@ -166,4 +167,4 @@ include/libetpan/xlist.h
|
||||||
lib/libetpan.a
|
lib/libetpan.a
|
||||||
lib/libetpan.so
|
lib/libetpan.so
|
||||||
lib/libetpan.so.20
|
lib/libetpan.so.20
|
||||||
lib/libetpan.so.20.2.0
|
lib/libetpan.so.20.4.0
|
||||||
|
|
Loading…
Add table
Reference in a new issue