[102966] users/larryv/dports/mail/re-alpine/Portfile

larryv at macports.org larryv at macports.org
Mon Feb 11 00:42:10 PST 2013


Revision: 102966
          https://trac.macports.org/changeset/102966
Author:   larryv at macports.org
Date:     2013-02-11 00:42:10 -0800 (Mon, 11 Feb 2013)
Log Message:
-----------
[sandbox] re-alpine: Adjust column position.

Modified Paths:
--------------
    users/larryv/dports/mail/re-alpine/Portfile

Modified: users/larryv/dports/mail/re-alpine/Portfile
===================================================================
--- users/larryv/dports/mail/re-alpine/Portfile	2013-02-11 08:41:29 UTC (rev 102965)
+++ users/larryv/dports/mail/re-alpine/Portfile	2013-02-11 08:42:10 UTC (rev 102966)
@@ -1,43 +1,43 @@
 # -*- 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                re-alpine
-version             2.03
-categories          mail
-platforms           darwin
-maintainers         larryv
-license             Apache-2
+name                    re-alpine
+version                 2.03
+categories              mail
+platforms               darwin
+maintainers             larryv
+license                 Apache-2
 
-description         The continuation of the Alpine email client
-long_description    The continuation of the Alpine email client from \
-                    University of Washington.
+description             The continuation of the Alpine email client
+long_description        The continuation of the Alpine email client from \
+                        University of Washington.
 
-homepage            http://sourceforge.net/projects/re-alpine/
-master_sites        sourceforge:project/re-alpine
+homepage                http://sourceforge.net/projects/re-alpine/
+master_sites            sourceforge:project/re-alpine
 
-use_bzip2           yes
-checksums           rmd160  a541d93007bc859bf7ebf481fb5a8ccd0df0b551 \
-                    sha256  70d9324b2a93a5c268a3f8b05449d33e1c79acd23d1bce2a9d95b334d7bfba87
+use_bzip2               yes
+checksums               rmd160  a541d93007bc859bf7ebf481fb5a8ccd0df0b551 \
+                        sha256  70d9324b2a93a5c268a3f8b05449d33e1c79acd23d1bce2a9d95b334d7bfba87
 
-patchfiles          alpine-Makefile.in.diff
+patchfiles              alpine-Makefile.in.diff
 
 if {${os.platform} == "darwin" && ${os.major} >= 10} {
     patchfiles-append   imap-Makefile.diff
 }
 
-depends_lib         port:gettext \
-                    port:libiconv \
-                    port:openssl
+depends_lib             port:gettext \
+                        port:libiconv \
+                        port:openssl
 
-configure.args      --with-local-password-cache-method \
-                    --with-ssl-certs-dir=${prefix}/etc/openssl \
-                    --with-ssl-include-dir=${prefix}/include/openssl \
-                    --with-ssl-lib-dir=${prefix}/lib \
-                    --without-krb5 \
-                    --without-ldap \
-                    --without-tcl \
-                    --with-c-client-target=oxp
+configure.args          --with-local-password-cache-method \
+                        --with-ssl-certs-dir=${prefix}/etc/openssl \
+                        --with-ssl-include-dir=${prefix}/include/openssl \
+                        --with-ssl-lib-dir=${prefix}/lib \
+                        --without-krb5 \
+                        --without-ldap \
+                        --without-tcl \
+                        --with-c-client-target=oxp
 
-use_parallel_build  no
+use_parallel_build      no
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130211/71ea4cb4/attachment.html>


More information about the macports-changes mailing list