[32637] trunk/dports/mail/imap-uw/Portfile

pguyot at kallisys.net pguyot at kallisys.net
Wed Jan 9 23:29:33 PST 2008


Revision: 32637
          http://trac.macosforge.org/projects/macports/changeset/32637
Author:   pguyot at kallisys.net
Date:     2008-01-09 23:29:33 -0800 (Wed, 09 Jan 2008)

Log Message:
-----------
mail/imap-uw: Update to 2007

Modified Paths:
--------------
    trunk/dports/mail/imap-uw/Portfile

Modified: trunk/dports/mail/imap-uw/Portfile
===================================================================
--- trunk/dports/mail/imap-uw/Portfile	2008-01-10 07:29:14 UTC (rev 32636)
+++ trunk/dports/mail/imap-uw/Portfile	2008-01-10 07:29:33 UTC (rev 32637)
@@ -2,7 +2,7 @@
 PortSystem		1.0
 
 name			imap-uw
-version			2004g
+version			2007
 categories		mail
 maintainers		nomaintainer
 description		University of Washington IMAP daemon
@@ -19,11 +19,13 @@
 
 distname		imap-${version}
 extract.suffix		.tar.Z
-checksums		md5 9a80f58d8d6a0979c13714ae69050020
+checksums		md5 8162c341dd3a08d18b369a745cf83838 \
+				sha1 638fa748bd3eb32191799bc20db0cc383f9fedbe \
+				rmd160 7fe7f72c192e1d150b3c533261142459db600c3e
 
 use_configure		no
 
-build.target		osx
+build.target		oxp
 
 # Patches for Darwin 7.x/Mac OS X 10.3.x support
 platform darwin 7 {
@@ -97,32 +99,31 @@
 		ui_msg "will likely not work correctly."
 		ui_msg "-----------------------------------------------------------"
 	}
-	cd ${worksrcpath}
 	xinstall -m 0755 -d ${destroot}${prefix}/libexec
 	xinstall -m 0755 -d ${destroot}${prefix}/bin
 	xinstall -m 0755 -d ${destroot}${prefix}/share/doc/${name}
 	xinstall -m 0755 -d ${destroot}${prefix}/share/man/man8
 	xinstall -m 0755 -d ${destroot}${prefix}/share/man/man1
-	xinstall -m 0755 imapd/imapd ${destroot}${prefix}/libexec
-	xinstall -m 0755 ipopd/ipop2d ${destroot}${prefix}/libexec
-	xinstall -m 0755 ipopd/ipop3d ${destroot}${prefix}/libexec
-	xinstall -m 0755 mailutil/mailutil ${destroot}${prefix}/bin
-	xinstall -m 0755 tmail/tmail ${destroot}${prefix}/bin
-	xinstall -m 0755 dmail/dmail ${destroot}${prefix}/bin
-	xinstall -m 0755 mtest/mtest ${destroot}${prefix}/bin/mboxtest
+	xinstall -m 0755 ${worksrcpath}/imapd/imapd ${destroot}${prefix}/libexec
+	xinstall -m 0755 ${worksrcpath}/ipopd/ipop2d ${destroot}${prefix}/libexec
+	xinstall -m 0755 ${worksrcpath}/ipopd/ipop3d ${destroot}${prefix}/libexec
+	xinstall -m 0755 ${worksrcpath}/mailutil/mailutil ${destroot}${prefix}/bin
+	xinstall -m 0755 ${worksrcpath}/tmail/tmail ${destroot}${prefix}/bin
+	xinstall -m 0755 ${worksrcpath}/dmail/dmail ${destroot}${prefix}/bin
+	xinstall -m 0755 ${worksrcpath}/mtest/mtest ${destroot}${prefix}/bin/mboxtest
 	if {$env(USER) == "root"} {
-		xinstall -g mail -m 2711 mlock/mlock ${destroot}${prefix}/libexec
+		xinstall -g mail -m 2711 ${worksrcpath}/mlock/mlock ${destroot}${prefix}/libexec
 	} else {
-		xinstall -m 0711 mlock/mlock ${destroot}${prefix}/libexec
+		xinstall -m 0711 ${worksrcpath}/mlock/mlock ${destroot}${prefix}/libexec
 	}
-	xinstall -m 0755 src/imapd/imapd.8 ${destroot}${prefix}/share/man/man8
-	xinstall -m 0755 src/ipopd/ipopd.8 ${destroot}${prefix}/share/man/man8
-	xinstall -m 0755 src/mailutil/mailutil.1 ${destroot}${prefix}/share/man/man1
-	xinstall -m 0755 src/tmail/tmail.1 ${destroot}${prefix}/share/man/man1
-	xinstall -m 0755 src/dmail/dmail.1 ${destroot}${prefix}/share/man/man1
-	xinstall -m 0644 docs/RELNOTES ${destroot}${prefix}/share/doc/${name}
-	xinstall -m 0644 docs/FAQ.html ${destroot}${prefix}/share/doc/${name}
-	foreach file [glob docs/*.txt] {
+	xinstall -m 0755 ${worksrcpath}/src/imapd/imapd.8 ${destroot}${prefix}/share/man/man8
+	xinstall -m 0755 ${worksrcpath}/src/ipopd/ipopd.8 ${destroot}${prefix}/share/man/man8
+	xinstall -m 0755 ${worksrcpath}/src/mailutil/mailutil.1 ${destroot}${prefix}/share/man/man1
+	xinstall -m 0755 ${worksrcpath}/src/tmail/tmail.1 ${destroot}${prefix}/share/man/man1
+	xinstall -m 0755 ${worksrcpath}/src/dmail/dmail.1 ${destroot}${prefix}/share/man/man1
+	xinstall -m 0644 ${worksrcpath}/docs/RELNOTES ${destroot}${prefix}/share/doc/${name}
+	xinstall -m 0644 ${worksrcpath}/docs/FAQ.html ${destroot}${prefix}/share/doc/${name}
+	foreach file [glob ${worksrcpath}/docs/*.txt] {
 		xinstall -m 0644 ${file} ${destroot}${prefix}/share/doc/${name}
 	}
 }

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


More information about the macports-changes mailing list