- Update to 0.58
PR: ports/136224 Submitted by: Pawel Pekala <c0rn@o2.pl>
This commit is contained in:
parent
c1dc8cf4ee
commit
bdb767c4d7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=236879
2 changed files with 5 additions and 8 deletions
|
@ -7,8 +7,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= libetpan
|
||||
PORTVERSION= 0.57
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.58
|
||||
CATEGORIES= mail ipv6
|
||||
MASTER_SITES= SF
|
||||
|
||||
|
@ -32,8 +31,6 @@ CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
|||
OPTIONS= GNUTLS "Enable gnuTLS support" off \
|
||||
IPV6 "Enable ipv6 support." on
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_GNUTLS)
|
||||
LIB_DEPENDS+= gnutls.26:${PORTSDIR}/security/gnutls
|
||||
CONFIGURE_ARGS+= --without-openssl --with-gnutls
|
||||
|
@ -51,4 +48,4 @@ CONFIGURE_ARGS+= --enable-ipv6
|
|||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|2.61|2.62|g' ${WRKSRC}/aclocal.m4
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (libetpan-0.57.tar.gz) = 8ce8c6c071e81884a475b12b7f9a9cc0
|
||||
SHA256 (libetpan-0.57.tar.gz) = 1f3fda5c9e2961d1a6298dc8aadae321493d37727d8db45bc2e8d58f20547011
|
||||
SIZE (libetpan-0.57.tar.gz) = 1676498
|
||||
MD5 (libetpan-0.58.tar.gz) = bf20b5c0548f06b94bc588afdf5b3436
|
||||
SHA256 (libetpan-0.58.tar.gz) = 49cc237b1fdb2da9b03ff63f61920045c66bb830380d76f783a1868738f167bb
|
||||
SIZE (libetpan-0.58.tar.gz) = 1672554
|
||||
|
|
Loading…
Reference in a new issue