[121175] trunk/dports/net/mcabber/Portfile

mojca at macports.org mojca at macports.org
Thu Jun 19 03:20:41 PDT 2014


Revision: 121175
          https://trac.macports.org/changeset/121175
Author:   mojca at macports.org
Date:     2014-06-19 03:20:41 -0700 (Thu, 19 Jun 2014)
Log Message:
-----------
mcabber: whitespace, first line, sha256

Modified Paths:
--------------
    trunk/dports/net/mcabber/Portfile

Modified: trunk/dports/net/mcabber/Portfile
===================================================================
--- trunk/dports/net/mcabber/Portfile	2014-06-19 10:13:07 UTC (rev 121174)
+++ trunk/dports/net/mcabber/Portfile	2014-06-19 10:20:41 UTC (rev 121175)
@@ -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
@@ -8,23 +9,21 @@
 categories          net
 maintainers         hitzemann.org:simon
 description         Console Jabber client
-long_description    \
-    mcabber is a small Jabber console client. It includes features like \
-    SSL, MUC, history logging, command completion, OpenPGP encryption, \
-    OTR and external action triggers.
+long_description    mcabber is a small Jabber console client. It includes features like \
+                    SSL, MUC, history logging, command completion, OpenPGP encryption, \
+                    OTR and external action triggers.
 homepage            http://mcabber.com/
 platforms           darwin
 master_sites        http://mcabber.com/files/
 use_bzip2           yes
-checksums           md5     887415d16c32af58eab2ec2d9bb17fa6 \
-                    sha1    6ff8222ed8956e078a3c3d519013a125e715e499 \
-                    rmd160  656818b304b9088097ad2a0fe485f38cd0e704fc
+checksums           rmd160  656818b304b9088097ad2a0fe485f38cd0e704fc \
+                    sha256  431e47ba3095c1cc6c11931bab9034c42ba0911dfadcc137ba765803e4460cb5
 
-depends_lib          port:libiconv \
-                     port:ncurses \
-                     path:lib/pkgconfig/glib-2.0.pc:glib2 \
-                     port:gettext \
-                     port:libotr \
+depends_lib         port:libiconv \
+                    port:ncurses \
+                    path:lib/pkgconfig/glib-2.0.pc:glib2 \
+                    port:gettext \
+                    port:libotr \
                     port:gpgme \
                     port:libgcrypt
 
@@ -52,29 +51,26 @@
 
 # TODO
 # Bug #26 on mcabber - see pre-configure section for a workaround
-variant gnutls \
-description "Use GNUTLS for TLS connections" {
-                    configure.args-delete --without-ssl
-                    configure.args-append --with-ssl
-                    configure.args-append --with-libgnutls-extra-prefix=${prefix}
-                    depends_lib-append port:gnutls
-               }
+variant gnutls description {Use GNUTLS for TLS connections} {
+    configure.args-delete   --without-ssl
+    configure.args-append   --with-ssl
+    configure.args-append   --with-libgnutls-extra-prefix=${prefix}
+    depends_lib-append      port:gnutls
+}
 
-variant ssl \
-description "Use OpenSSL for SSL connections" {
-                    configure.args-delete --without-ssl
-                    configure.args-delete --without-openssl
-                    configure.args-append --with-ssl
-                    configure.args-append --with-openssl=${prefix}
-                    depends_lib-append port:openssl
-               }
+variant ssl description {Use OpenSSL for SSL connections} {
+    configure.args-delete   --without-ssl
+    configure.args-delete   --without-openssl
+    configure.args-append   --with-ssl
+    configure.args-append   --with-openssl=${prefix}
+    depends_lib-append      port:openssl
+}
 
-variant aspell \
-description "Use aspell spell checking - remember to install a dictionary, too" {
-                    configure.args-append --enable-aspell
-                    depends_lib-append port:aspell
-               }
+variant aspell description {Use aspell spell checking - remember to install a dictionary, too} {
+    configure.args-append   --enable-aspell
+    depends_lib-append      port:aspell
+}
 
 post-configure {
-                    reinplace "s|#define HAVE_LOCALCHARSET_H 1|\/\* #undef HAVE_LOCALCHARSET_H \*\/|g" ${worksrcpath}/config.h
-               }
+    reinplace "s|#define HAVE_LOCALCHARSET_H 1|\/\* #undef HAVE_LOCALCHARSET_H \*\/|g" ${worksrcpath}/config.h
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140619/e8053ee7/attachment.html>


More information about the macports-changes mailing list