[52947] trunk/dports/devel/libevent/Portfile

toby at macports.org toby at macports.org
Thu Jun 25 20:08:33 PDT 2009


Revision: 52947
          http://trac.macports.org/changeset/52947
Author:   toby at macports.org
Date:     2009-06-25 20:08:32 -0700 (Thu, 25 Jun 2009)
Log Message:
-----------
fix indentation

Modified Paths:
--------------
    trunk/dports/devel/libevent/Portfile

Modified: trunk/dports/devel/libevent/Portfile
===================================================================
--- trunk/dports/devel/libevent/Portfile	2009-06-26 02:48:17 UTC (rev 52946)
+++ trunk/dports/devel/libevent/Portfile	2009-06-26 03:08:32 UTC (rev 52947)
@@ -3,11 +3,11 @@
 
 PortSystem 1.0
 
-name        libevent
-version     1.4.11
-categories  devel
-maintainers brett
-description asynchronous event library
+name            libevent
+version         1.4.11
+categories      devel
+maintainers     brett
+description     asynchronous event library
 long_description    \
     The libevent API provides a mechanism to execute a callback function \
     when a specific event occurs on a file descriptor or after a timeout \
@@ -15,13 +15,13 @@
     loop found in event driven network servers. An application just \
     needs to call event_dispatch() and can then add or remove events \
     dynamically without having to change the event loop.
-homepage    http://monkey.org/~provos/libevent/
-platforms   darwin
+homepage        http://monkey.org/~provos/libevent/
+platforms       darwin
 master_sites    http://monkey.org/~provos/
 distfiles       ${distname}-stable.tar.gz
-worksrcdir  ${distname}-stable
-checksums   sha1 45f6f102dd7e7696e800a7f2efc0f2c301e53ec7
+worksrcdir      ${distname}-stable
+checksums       sha1 45f6f102dd7e7696e800a7f2efc0f2c301e53ec7
 configure.args  --mandir=${prefix}/share/man
 
-test.run    yes
-test.target verify
+test.run        yes
+test.target     verify
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090625/f93bd406/attachment-0001.html>


More information about the macports-changes mailing list