[121177] trunk/dports/net/loudmouth/Portfile

mojca at macports.org mojca at macports.org
Thu Jun 19 03:32:05 PDT 2014


Revision: 121177
          https://trac.macports.org/changeset/121177
Author:   mojca at macports.org
Date:     2014-06-19 03:32:05 -0700 (Thu, 19 Jun 2014)
Log Message:
-----------
loudmount: whitespace, first line, sha256

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

Modified: trunk/dports/net/loudmouth/Portfile
===================================================================
--- trunk/dports/net/loudmouth/Portfile	2014-06-19 10:23:43 UTC (rev 121176)
+++ trunk/dports/net/loudmouth/Portfile	2014-06-19 10:32:05 UTC (rev 121177)
@@ -1,36 +1,35 @@
+# -*- 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            loudmouth
-version         1.4.3
-revision        3
-maintainers     nomaintainer
-categories      net devel
-license         LGPL-2+
-platforms       darwin
+name                loudmouth
+version             1.4.3
+revision            3
+maintainers         nomaintainer
+categories          net devel
+license             LGPL-2+
+platforms           darwin
 
-description A lightweight C library for the jabber protocol.
-long_description \
-    Loudmouth is a lightweight and easy-to-use C \
-    library for programming with the Jabber protocol. \
-    It's designed to be easy to get started with and yet \
-    extensible to let you do anything the Jabber protocol allows.  
+description         A lightweight C library for the jabber protocol.
+long_description    Loudmouth is a lightweight and easy-to-use C \
+                    library for programming with the Jabber protocol. \
+                    It's designed to be easy to get started with and yet \
+                    extensible to let you do anything the Jabber protocol allows.
 
-homepage        https://launchpad.net/loudmouth
-master_sites    http://ftp.imendio.com/pub/imendio/loudmouth/src/
-checksums       md5     7ca8bf7c2313d7b7f27088c373d195e2 \
-                sha1    eb81e06cbcea54d782bd91eae5588df3a57a41e6 \
-                rmd160  f19851a1f6aa4d1501710b76cb2a5373fcd01708
+homepage            https://launchpad.net/loudmouth
+master_sites        http://ftp.imendio.com/pub/imendio/loudmouth/src/
+checksums           rmd160  f19851a1f6aa4d1501710b76cb2a5373fcd01708 \
+                    sha256  db252747e974b6be3e31d1b11089dc6aec3780989083df9bd75d76ddae7fb613
 
 # gtk-doc is needed for m4 files due to the use of use_autoreconf below
-depends_build   port:pkgconfig port:gtk-doc
-depends_lib     port:gnutls path:lib/pkgconfig/glib-2.0.pc:glib2
+depends_build       port:pkgconfig port:gtk-doc
+depends_lib         port:gnutls path:lib/pkgconfig/glib-2.0.pc:glib2
 
 # Use pkg-config to detect gnutls now
 # http://groups.google.com/group/loudmouth-dev/browse_thread/thread/3f78255837048daf
-patchfiles      patch-configure.ac.diff \
-                patch-automake-1.13.diff \
-                patch-loudmouth-lm-error.c.diff
+patchfiles          patch-configure.ac.diff \
+                    patch-automake-1.13.diff \
+                    patch-loudmouth-lm-error.c.diff
 
 platform darwin {
     if {${os.major} >= 13} {
@@ -39,11 +38,10 @@
     } else {
         #On ML and lower, TCP constants are not declared, so force deactivation
         patchfiles-append   patch-configure-tcp.diff
-
     }
 }
 
-use_autoreconf  yes
+use_autoreconf      yes
 
-configure.args  --without-check
+configure.args      --without-check
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140619/62ba3e2c/attachment.html>


More information about the macports-changes mailing list