[28479] trunk/dports/mail/libetpan

source_changes at macosforge.org source_changes at macosforge.org
Sat Sep 1 07:06:13 PDT 2007


Revision: 28479
          http://trac.macosforge.org/projects/macports/changeset/28479
Author:   mww at macports.org
Date:     2007-09-01 07:06:12 -0700 (Sat, 01 Sep 2007)

Log Message:
-----------
version 0.52

Modified Paths:
--------------
    trunk/dports/mail/libetpan/Portfile

Added Paths:
-----------
    trunk/dports/mail/libetpan/files/
    trunk/dports/mail/libetpan/files/patch-config.h.in

Modified: trunk/dports/mail/libetpan/Portfile
===================================================================
--- trunk/dports/mail/libetpan/Portfile	2007-09-01 12:55:37 UTC (rev 28478)
+++ trunk/dports/mail/libetpan/Portfile	2007-09-01 14:06:12 UTC (rev 28479)
@@ -3,26 +3,24 @@
 PortSystem 1.0
 
 name			libetpan
-version			0.49
+version			0.52
 categories		mail devel
 platforms		darwin
 maintainers		mww at macports.org
 description		mail purpose library
 long_description	libEtPan is a mail purpose library. It will be used for \
-					low-level mail handling: network protocols \
-					(IMAP/NNTP/POP3/SMTP over TCP/IP and SSL/TCP/IP, already \
-					implemented), local storage (mbox/MH/maildir), \
-					message/MIME parser
+			low-level mail handling: network protocols \
+			(IMAP/NNTP/POP3/SMTP over TCP/IP and SSL/TCP/IP, already \
+			implemented), local storage (mbox/MH/maildir), \
+			message/MIME parser
 
 homepage		http://libetpan.sourceforge.net/
-master_sites	sourceforge
-checksums		sha1 857fb35678aed2b7a67bea37907c0f4faec6f17f
+master_sites		sourceforge
+checksums		sha1 e2fdf76b471e57a153bad4c4def7fde512385021
+patchfiles		patch-config.h.in
 
-depends_lib		port:openssl port:cyrus-sasl2
+depends_lib		port:openssl port:cyrus-sasl2 port:curl port:zlib port:expat
 
 configure.args	--with-openssl=${prefix} --with-sasl=${prefix} \
-		--disable-iconv --disable-db
+		--enable-iconv --disable-db
 
-platform darwin 8 {
-	configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
-}

Added: trunk/dports/mail/libetpan/files/patch-config.h.in
===================================================================
--- trunk/dports/mail/libetpan/files/patch-config.h.in	                        (rev 0)
+++ trunk/dports/mail/libetpan/files/patch-config.h.in	2007-09-01 14:06:12 UTC (rev 28479)
@@ -0,0 +1,11 @@
+--- config.h.in	2007-08-06 23:43:48.000000000 +0200
++++ config.h.in	2007-09-01 16:06:06.000000000 +0200
+@@ -28,7 +28,7 @@
+ #undef HAVE_GETPAGESIZE
+ 
+ /* Define if you have the iconv() function. */
+-#undef HAVE_ICONV
++#define HAVE_ICONV
+ 
+ /* prototype of iconv() has const parameters */
+ #undef HAVE_ICONV_PROTO_CONST

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070901/c3b4e76c/attachment.html


More information about the macports-changes mailing list