upgrade to 0.26
PR: 42489 Submitted by: Ports Fury
This commit is contained in:
parent
0f270ac6b1
commit
efde11352d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65764
@ -7,20 +7,21 @@
|
||||
#
|
||||
|
||||
PORTNAME= libetpan
|
||||
PORTVERSION= 0.25
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.26
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv
|
||||
LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \
|
||||
db3.3:${PORTSDIR}/databases/db3
|
||||
|
||||
USE_OPENSSL= yes
|
||||
USE_LIBTOOL= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/db3 -I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib -ldb3"
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (libetpan-0.25.tar.gz) = 2b0933e353f49f41bf1d6adfc74ba2ff
|
||||
MD5 (libetpan-0.26.tar.gz) = 6da7ee96deeae0eb10d5ead86c1223ee
|
||||
|
@ -4,6 +4,7 @@ include/libetpan/charconv.h
|
||||
include/libetpan/chash.h
|
||||
include/libetpan/cinthash.h
|
||||
include/libetpan/clist.h
|
||||
include/libetpan/generic_cache.h
|
||||
include/libetpan/imapdriver.h
|
||||
include/libetpan/imapdriver_cached.h
|
||||
include/libetpan/mail.h
|
||||
@ -21,6 +22,8 @@ include/libetpan/mailimf_types_helper.h
|
||||
include/libetpan/mailimf_write.h
|
||||
include/libetpan/mailmbox.h
|
||||
include/libetpan/mailmbox_types.h
|
||||
include/libetpan/mailmessage.h
|
||||
include/libetpan/mailmessage_types.h
|
||||
include/libetpan/mailmh.h
|
||||
include/libetpan/mailmime.h
|
||||
include/libetpan/mailmime_content.h
|
||||
@ -39,6 +42,7 @@ include/libetpan/mailsmtp_helper.h
|
||||
include/libetpan/mailsmtp_socket.h
|
||||
include/libetpan/mailsmtp_ssl.h
|
||||
include/libetpan/mailsmtp_types.h
|
||||
include/libetpan/mailstorage.h
|
||||
include/libetpan/mailstream.h
|
||||
include/libetpan/mailstream_helper.h
|
||||
include/libetpan/mailstream_low.h
|
||||
@ -46,6 +50,7 @@ include/libetpan/mailstream_socket.h
|
||||
include/libetpan/mailstream_ssl.h
|
||||
include/libetpan/mailstream_types.h
|
||||
include/libetpan/mailthread.h
|
||||
include/libetpan/mailthread_types.h
|
||||
include/libetpan/mboxdriver.h
|
||||
include/libetpan/mboxdriver_cached.h
|
||||
include/libetpan/mhdriver.h
|
||||
|
Loading…
Reference in New Issue
Block a user