[146670] trunk/dports/security/courier-authlib/Portfile

cal at macports.org cal at macports.org
Tue Mar 15 04:37:56 PDT 2016


Revision: 146670
          https://trac.macports.org/changeset/146670
Author:   cal at macports.org
Date:     2016-03-15 04:37:56 -0700 (Tue, 15 Mar 2016)
Log Message:
-----------
courier-authlib: Whitespace only, add modeline

Modified Paths:
--------------
    trunk/dports/security/courier-authlib/Portfile

Modified: trunk/dports/security/courier-authlib/Portfile
===================================================================
--- trunk/dports/security/courier-authlib/Portfile	2016-03-15 11:24:53 UTC (rev 146669)
+++ trunk/dports/security/courier-authlib/Portfile	2016-03-15 11:37:56 UTC (rev 146670)
@@ -1,3 +1,4 @@
+# -*- 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
@@ -2,34 +3,32 @@
 
-name			courier-authlib
-version			0.61.0
-categories		security mail
-license			GPL-3
-platforms		darwin
-maintainers		nomaintainer
-description		Courier Authentication Library is a generic authentication API
-long_description	${description}
+name                    courier-authlib
+version                 0.61.0
+categories              security mail
+license                 GPL-3
+platforms               darwin
+maintainers             nomaintainer
+description             Courier Authentication Library is a generic authentication API
+long_description        ${description}
 
-homepage		http://www.courier-mta.org/authlib/
-master_sites	sourceforge:courier
-checksums		md5 f3dd6469c2f0b8debafed7fea4d84699 \
-			sha1 0caf0f435411124b02fe2594b39feceff5b23159 \
-			rmd160 91fb8ac8960659b7cc4ea9574e1af11fa8f7dc86
-use_bzip2		yes
+homepage                http://www.courier-mta.org/authlib/
+master_sites            sourceforge:courier
+checksums               md5 f3dd6469c2f0b8debafed7fea4d84699 \
+                        sha1 0caf0f435411124b02fe2594b39feceff5b23159 \
+                        rmd160 91fb8ac8960659b7cc4ea9574e1af11fa8f7dc86
+use_bzip2               yes
 
-depends_lib		port:db44
+depends_lib             port:db44
 
-configure.args	--mandir=${prefix}/share/man \
-				--with-db=db \
-				--without-authmysql \
-				--without-authpgsql \
-				--without-authldap \
-				--without-authpam \
-				-C
-configure.cflags-append		-I${prefix}/include/db44
-configure.ldflags-append	-L${prefix}/lib/db44
+configure.args          --mandir=${prefix}/share/man \
+                        --with-db=db \
+                        --without-authmysql \
+                        --without-authpgsql \
+                        --without-authldap \
+                        --without-authpam \
+                        -C
+configure.cflags-append     -I${prefix}/include/db44
+configure.ldflags-append    -L${prefix}/lib/db44
 
 post-destroot {
-	system "cd ${destroot}${prefix}/lib/courier-authlib && rm -f *.a *.la"
+    system "cd ${destroot}${prefix}/lib/courier-authlib && rm -f *.a *.la"
 }
-
-#livecheck.type		sourceforge
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160315/f2e12859/attachment-0001.html>


More information about the macports-changes mailing list