[24609] trunk/dports/mail/cclient/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sat Apr 28 18:39:12 PDT 2007


Revision: 24609
          http://trac.macosforge.org/projects/macports/changeset/24609
Author:   pguyot at kallisys.net
Date:     2007-04-28 18:39:12 -0700 (Sat, 28 Apr 2007)

Log Message:
-----------
mail/cclient: update to 2006g (now compatible with php5), add livecheck.

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

Modified: trunk/dports/mail/cclient/Portfile
===================================================================
--- trunk/dports/mail/cclient/Portfile	2007-04-29 01:35:43 UTC (rev 24608)
+++ trunk/dports/mail/cclient/Portfile	2007-04-29 01:39:12 UTC (rev 24609)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name			cclient
-version			2004g
+version			2006g
 categories		mail
 maintainers		pguyot at kallisys.net
 description		UW IMAP c-client library
@@ -15,14 +15,14 @@
 platforms		darwin
 master_sites	ftp://ftp.cac.washington.edu/imap/ \
 				ftp://ftp.cac.washington.edu/imap/old/ \
-				opendarwin
+				macports:pguyot
 extract.suffix	.tar.Z
 distname		imap-${version}	
 dist_subdir		imap-uw
 worksrcdir		imap-${version}
-checksums		md5 9a80f58d8d6a0979c13714ae69050020 \
-				sha1 791a8bb247ca51ce0a4c32e814a2f736c2bcf066 \
-				rmd160 a016a06ba073e879d2574a6395ce1074ea74c687
+checksums		md5 675dc805e9c5bd77c07f5554f29a24ec \
+				sha1 e3de2bb0a6a1dc26a6c6143b17c306df35a75edb \
+				rmd160 b1fe3f27291f51726dde3d34c3f33d5601fe918b
 
 depends_lib		port:openssl \
 				lib:libz:zlib \
@@ -35,8 +35,13 @@
 	reinplace "s|/System/Library/OpenSSL SSLINCLUDE=/usr/include/openssl SSLLIB=/usr/lib|${prefix}/etc/openssl SSLINCLUDE=${prefix}/include SSLLIB=${prefix}/lib|g" Makefile
 	reinplace "s| -Wno-pointer-sign||g" src/osdep/unix/Makefile
 }
-build.target	osx EXTRACFLAGS=-fno-common
 
+build.target	oxp EXTRACFLAGS=-fno-common
+
+platform darwin 7 {
+	build.target	osx EXTRACFLAGS=-fno-common
+}
+
 variant ssl_plaintext {
 	patchfiles patch-Makefile
 	build.args SSLTYPE=unix
@@ -45,12 +50,16 @@
 destroot {
 	xinstall -m 755 -d ${destroot}${prefix}/include/c-client
 	xinstall -m 644 -W ${worksrcpath}/c-client \
-		c-client.h dummy.h env.h fdstring.h flockcyg.h flocksim.h env_unix.h \
-		flstring.h fs.h ftl.h imap4r1.h linkage.c linkage.h mail.h mbx.h mh.h \
-		misc.h mx.h netmsg.h newsrc.h nl.h nntp.h osdep.h \
+		c-client.h dummy.h env.h env_unix.h fdstring.h flockcyg.h flocksim.h \
+		flstring.h fs.h ftl.h imap4r1.h linkage.c linkage.h mail.h \
+		misc.h netmsg.h newsrc.h nl.h nntp.h osdep.h \
 		pseudo.h rfc822.h smtp.h sslio.h tcp.h tcp_unix.h unix.h utf8.h \
 		${destroot}${prefix}/include/c-client
 	xinstall -m 644 ${worksrcpath}/c-client/c-client.a \
 		${destroot}${prefix}/lib/libc-client4.a
 	system "cd ${destroot}${prefix}/lib/ && ranlib libc-client4.a"
 }
+
+livecheck.check	regex
+livecheck.url	http://www.washington.edu/imap/documentation/RELNOTES.html
+livecheck.regex	{imap-(\w+)}

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


More information about the macports-changes mailing list