mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
Update to 0.38.
PR: 83857 Submitted by: Ports Fury
This commit is contained in:
parent
0a8bccb85e
commit
edd0afe252
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=139839
@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= libetpan
|
||||
PORTVERSION= 0.37
|
||||
PORTVERSION= 0.38
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
@ -32,4 +32,10 @@ USE_OPENSSL= yes
|
||||
CONFIGURE_ARGS+= --without-gnutls
|
||||
.endif
|
||||
|
||||
.if defined(WITH_SASL)
|
||||
LIB_DEPENDS+= sasl2.2:${PORTSDIR}/mail/cyrus-sasl2
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-sasl
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (libetpan-0.37.tar.gz) = 82fbce08c9b3c073e9e93798c2797224
|
||||
SIZE (libetpan-0.37.tar.gz) = 1009047
|
||||
MD5 (libetpan-0.38.tar.gz) = 4d31145dee857beca7e283aa03fe9450
|
||||
SIZE (libetpan-0.38.tar.gz) = 1104864
|
||||
|
@ -3,4 +3,4 @@ middleware for different kinds of mail access. When using the drivers
|
||||
interface, the interface is the same for all kinds of mail access, remote
|
||||
and local mailboxes.
|
||||
|
||||
WWW: http://libetpan.sourceforge.net/
|
||||
WWW: http://www.etpan.org/libetpan/
|
||||
|
@ -120,5 +120,5 @@ include/libetpan/pop3storage.h
|
||||
include/libetpan.h
|
||||
lib/libetpan.a
|
||||
lib/libetpan.so
|
||||
lib/libetpan.so.2
|
||||
lib/libetpan.so.3
|
||||
@dirrm include/libetpan
|
||||
|
Loading…
Reference in New Issue
Block a user