mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
Update to version 0.33
PR: ports/71062 Submitted by: Ports Fury
This commit is contained in:
parent
3281f12687
commit
1787ec7d02
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117492
@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= libetpan
|
||||
PORTVERSION= 0.32
|
||||
PORTVERSION= 0.33
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
@ -17,7 +17,8 @@ COMMENT= A mail library
|
||||
|
||||
USE_ICONV= yes
|
||||
USE_OPENSSL= yes
|
||||
USE_INC_LIBTOOL_VER=13
|
||||
USE_LIBTOOL_VER= 15
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (libetpan-0.32.tar.gz) = 87104b7ff4cbb1e9f5ba256dde0a5f56
|
||||
SIZE (libetpan-0.32.tar.gz) = 626180
|
||||
MD5 (libetpan-0.33.tar.gz) = baf8bb5cd6c9af5839b0af0a611a6809
|
||||
SIZE (libetpan-0.33.tar.gz) = 798850
|
||||
|
@ -1,13 +0,0 @@
|
||||
--- Rules.in.orig Tue Dec 16 07:11:13 2003
|
||||
+++ Rules.in Thu Dec 18 13:08:39 2003
|
||||
@@ -14,8 +14,8 @@
|
||||
CC = @CC@
|
||||
@SET_MAKE@
|
||||
|
||||
-CFLAGS = @CFLAGS@ @CPPFLAGS@ @DEFS@ \
|
||||
- -I$(top_builddir)/include -I$(top_builddir) -I. $(INCLUDES)
|
||||
+CFLAGS = -I$(top_builddir)/include -I$(top_builddir) -I. $(INCLUDES) \
|
||||
+ @CFLAGS@ @CPPFLAGS@ @DEFS@
|
||||
|
||||
LDFLAGS = @LDFLAGS@
|
||||
OBJECTS = $(SOURCES:.c=.lo)
|
@ -1,10 +0,0 @@
|
||||
--- configure.orig Thu Jun 27 06:20:11 2002
|
||||
+++ configure Fri Aug 30 03:10:00 2002
|
||||
@@ -5228,6 +5228,7 @@
|
||||
|
||||
# This can be used to rebuild libtool when needed
|
||||
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
|
||||
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
|
||||
|
||||
# Always use our own libtool.
|
||||
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
@ -1,10 +0,0 @@
|
||||
--- generic/imapdriver_cached_message.c.orig Fri Aug 6 18:17:41 2004
|
||||
+++ generic/imapdriver_cached_message.c Fri Aug 6 18:18:39 2004
|
||||
@@ -213,6 +213,7 @@
|
||||
free_section:
|
||||
mailmime_section_free(part);
|
||||
err:
|
||||
+ return;
|
||||
}
|
||||
|
||||
static void generate_key_from_section(char * key, size_t size,
|
@ -5,7 +5,12 @@ include/libetpan/chash.h
|
||||
include/libetpan/cinthash.h
|
||||
include/libetpan/clist.h
|
||||
include/libetpan/data_message_driver.h
|
||||
include/libetpan/dbdriver.h
|
||||
include/libetpan/dbdriver_message.h
|
||||
include/libetpan/dbdriver_types.h
|
||||
include/libetpan/dbstorage.h
|
||||
include/libetpan/generic_cache_types.h
|
||||
include/libetpan/hotmailstorage.h
|
||||
include/libetpan/imapdriver.h
|
||||
include/libetpan/imapdriver_cached.h
|
||||
include/libetpan/imapdriver_cached_message.h
|
||||
@ -28,6 +33,8 @@ include/libetpan/maildriver.h
|
||||
include/libetpan/maildriver_errors.h
|
||||
include/libetpan/maildriver_types.h
|
||||
include/libetpan/maildriver_types_helper.h
|
||||
include/libetpan/mailengine.h
|
||||
include/libetpan/mailfolder.h
|
||||
include/libetpan/mailimap.h
|
||||
include/libetpan/mailimap_helper.h
|
||||
include/libetpan/mailimap_socket.h
|
||||
@ -55,6 +62,11 @@ include/libetpan/mailpop3_helper.h
|
||||
include/libetpan/mailpop3_socket.h
|
||||
include/libetpan/mailpop3_ssl.h
|
||||
include/libetpan/mailpop3_types.h
|
||||
include/libetpan/mailprivacy.h
|
||||
include/libetpan/mailprivacy_gnupg.h
|
||||
include/libetpan/mailprivacy_smime.h
|
||||
include/libetpan/mailprivacy_tools.h
|
||||
include/libetpan/mailprivacy_types.h
|
||||
include/libetpan/mailsmtp.h
|
||||
include/libetpan/mailsmtp_helper.h
|
||||
include/libetpan/mailsmtp_socket.h
|
||||
@ -103,5 +115,5 @@ include/libetpan/pop3storage.h
|
||||
include/libetpan.h
|
||||
lib/libetpan.a
|
||||
lib/libetpan.so
|
||||
lib/libetpan.so.1
|
||||
lib/libetpan.so.2
|
||||
@dirrm include/libetpan
|
||||
|
Loading…
Reference in New Issue
Block a user