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

brett at macports.org brett at macports.org
Wed Apr 29 09:16:19 PDT 2009


Revision: 50339
          http://trac.macports.org/changeset/50339
Author:   brett at macports.org
Date:     2009-04-29 09:16:18 -0700 (Wed, 29 Apr 2009)
Log Message:
-----------
update libevent to 1.4.10

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

Modified: trunk/dports/devel/libevent/Portfile
===================================================================
--- trunk/dports/devel/libevent/Portfile	2009-04-29 16:16:16 UTC (rev 50338)
+++ trunk/dports/devel/libevent/Portfile	2009-04-29 16:16:18 UTC (rev 50339)
@@ -3,25 +3,25 @@
 
 PortSystem 1.0
 
-name		libevent
-version	1.4.9
-categories	devel
-maintainers	brett at macports.org
-description	asynchronous event library
-long_description	\
+name        libevent
+version     1.4.10
+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 \
     has been reached.libevent is meant to replace the asynchronous event \
     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
-master_sites	http://monkey.org/~provos/
+homepage    http://monkey.org/~provos/libevent/
+platforms   darwin
+master_sites    http://monkey.org/~provos/
 distfiles       ${distname}-stable.tar.gz
-worksrcdir	${distname}-stable
-checksums	sha1 5033af5ad0ddd9eb16be68e8f91e0c35e7f327c3
-configure.args	--mandir=${prefix}/share/man
+worksrcdir  ${distname}-stable
+checksums   sha1 36638426e63ba35ea61a33146681f0d0408592e8
+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/20090429/f6777d76/attachment-0001.html>


More information about the macports-changes mailing list