[78111] trunk/dports/net/liboauth/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Apr 23 18:14:45 PDT 2011


Revision: 78111
          http://trac.macports.org/changeset/78111
Author:   ryandesign at macports.org
Date:     2011-04-23 18:14:45 -0700 (Sat, 23 Apr 2011)
Log Message:
-----------
liboauth: fix whitespace and add corresponding modeline

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

Modified: trunk/dports/net/liboauth/Portfile
===================================================================
--- trunk/dports/net/liboauth/Portfile	2011-04-24 01:06:55 UTC (rev 78110)
+++ trunk/dports/net/liboauth/Portfile	2011-04-24 01:14:45 UTC (rev 78111)
@@ -1,30 +1,33 @@
+# -*- 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
-name             liboauth
-version          0.9.4
-categories       net
-platforms        darwin
-maintainers      nomaintainer
+PortSystem          1.0
 
-description      collection of POSIX-c functions implementing the OAuth Core \
-                 RFC 5849 standard
+name                liboauth
+version             0.9.4
+categories          net
+platforms           darwin
+maintainers         nomaintainer
 
-long_description ${description}
+description         collection of POSIX-c functions implementing the OAuth Core \
+                    RFC 5849 standard
 
-homepage         http://liboauth.sourceforge.net/
-master_sites     sourceforge:liboauth
-checksums        sha1    9c48dcfe9bb2f7b0fa4825e645056bdf77640454 \
-                 rmd160  afe4e2e1266e13c16b501470d41a61e1bcdc2192
-                 
-worksrcdir       ${name}-${version}
+long_description    ${description}
 
-depends_build    port:autoconf \
-                 port:libtool
-                
-depends_lib      port:openssl \
-                 port:curl
+homepage            http://liboauth.sourceforge.net/
+master_sites        sourceforge:liboauth
 
-livecheck.type   regex
-livecheck.url    http://iweb.dl.sourceforge.net/project/liboauth/
-livecheck.regex  "${name}\.(\\d+(?:\\.\\d+)+)\.tar\.gz"
\ No newline at end of file
+checksums           sha1    9c48dcfe9bb2f7b0fa4825e645056bdf77640454 \
+                    rmd160  afe4e2e1266e13c16b501470d41a61e1bcdc2192
+
+worksrcdir          ${name}-${version}
+
+depends_build       port:autoconf \
+                    port:libtool
+
+depends_lib         port:openssl \
+                    port:curl
+
+livecheck.type      regex
+livecheck.url       http://iweb.dl.sourceforge.net/project/liboauth/
+livecheck.regex     "${name}\.(\\d+(?:\\.\\d+)+)\.tar\.gz"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110423/0cc79cce/attachment.html>


More information about the macports-changes mailing list