[146667] trunk/dports/mail/courier-imap/Portfile

cal at macports.org cal at macports.org
Tue Mar 15 02:11:26 PDT 2016


Revision: 146667
          https://trac.macports.org/changeset/146667
Author:   cal at macports.org
Date:     2016-03-15 02:11:26 -0700 (Tue, 15 Mar 2016)
Log Message:
-----------
courier-imap: Whitespace only, add modeline

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

Modified: trunk/dports/mail/courier-imap/Portfile
===================================================================
--- trunk/dports/mail/courier-imap/Portfile	2016-03-15 08:18:03 UTC (rev 146666)
+++ trunk/dports/mail/courier-imap/Portfile	2016-03-15 09:11:26 UTC (rev 146667)
@@ -1,49 +1,52 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem 1.0
+PortSystem          1.0
 
-name		courier-imap
-version	 	4.4.1
-revision        2
-categories	mail
-license		{GPL-3 OpenSSLException}
-maintainers	nomaintainer
-description	IMAP server
-long_description	This package contains the standalone Courier IMAP server, \
-			which is used to provide IMAP access to local mailboxes. \
-			Courier-IMAP is provided here as a separate package that \
-			can be used with other mail servers as well.
+name                courier-imap
+version             4.4.1
+revision            2
+categories          mail
+license             {GPL-3 OpenSSLException}
+maintainers         nomaintainer
+description         IMAP server
+long_description    This package contains the standalone Courier IMAP server, \
+                    which is used to provide IMAP access to local mailboxes. \
+                    Courier-IMAP is provided here as a separate package that \
+                    can be used with other mail servers as well.
 
-homepage	http://www.courier-mta.org/imap/
-platforms	darwin
-master_sites	sourceforge:project/courier/imap/${version} freebsd
-use_bzip2	yes
-checksums	sha1 c5d7a2790f6ce0ed7eda90a36268a1e772627bd7
-depends_lib    	port:courier-authlib path:lib/libssl.dylib:openssl port:db44
-set authdaemondir	${prefix}/var/run/authdaemon.courier-imap
-patchfiles	patch-rfc1035_res.h
- 
-configure.args	--bindir=${prefix}/bin --mandir=${prefix}/share/man \
-		--sysconfdir=${prefix}/etc/${name} \
-		--datadir=${prefix}/share/${name} \
-		--localstatedir=${prefix}/var/run \
-		--with-piddir=${prefix}/var/run \
-		--with-authdaemonvar=${authdaemondir} \
-		--with-db=db \
-		--enable-unicode --disable-root-check
-configure.cflags	"-I${prefix}/include/db44 -I${prefix}/include"
-configure.cppflags	"-I${prefix}/include/db44 -I${prefix}/include"
-configure.ldflags	"-L${prefix}/lib/db44 -L${prefix}/lib"
+homepage            http://www.courier-mta.org/imap/
+platforms           darwin
+master_sites        sourceforge:project/courier/imap/${version} freebsd
+use_bzip2           yes
+checksums           sha1 c5d7a2790f6ce0ed7eda90a36268a1e772627bd7
+depends_lib         port:courier-authlib path:lib/libssl.dylib:openssl port:db44
+set authdaemondir   ${prefix}/var/run/authdaemon.courier-imap
+patchfiles          patch-rfc1035_res.h
 
-destroot.target install install-configure
+configure.args      --bindir=${prefix}/bin \
+                    --mandir=${prefix}/share/man \
+                    --sysconfdir=${prefix}/etc/${name} \
+                    --datadir=${prefix}/share/${name} \
+                    --localstatedir=${prefix}/var/run \
+                    --with-piddir=${prefix}/var/run \
+                    --with-authdaemonvar=${authdaemondir} \
+                    --with-db=db \
+                    --enable-unicode --disable-root-check
 
+configure.cflags    "-I${prefix}/include/db44 -I${prefix}/include"
+configure.cppflags  "-I${prefix}/include/db44 -I${prefix}/include"
+configure.ldflags   "-L${prefix}/lib/db44 -L${prefix}/lib"
+
+destroot.target     install install-configure
+
 post-destroot {
-	xinstall -m 755 -d ${destroot}${authdaemondir}
-	destroot.keepdirs ${destroot}${authdaemondir}
+    xinstall -m 755 -d ${destroot}${authdaemondir}
+    destroot.keepdirs ${destroot}${authdaemondir}
 }
 
-startupitem.create	yes
-startupitem.init	\
+startupitem.create  yes
+startupitem.init    \
 ". ${prefix}/etc/courier-imap/imapd\n. ${prefix}/etc/courier-imap/imapd-ssl\n"
-startupitem.start	"${prefix}/libexec/imapd-ssl.rc start"
-startupitem.stop	"${prefix}/libexec/imapd-ssl.rc stop"
+startupitem.start   "${prefix}/libexec/imapd-ssl.rc start"
+startupitem.stop    "${prefix}/libexec/imapd-ssl.rc stop"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160315/dc1ff66e/attachment.html>


More information about the macports-changes mailing list