[126999] trunk/dports/devel/libev/Portfile

stromnov at macports.org stromnov at macports.org
Sat Oct 18 15:06:26 PDT 2014


Revision: 126999
          https://trac.macports.org/changeset/126999
Author:   stromnov at macports.org
Date:     2014-10-18 15:06:26 -0700 (Sat, 18 Oct 2014)
Log Message:
-----------
libev: fix whitespaces

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

Modified: trunk/dports/devel/libev/Portfile
===================================================================
--- trunk/dports/devel/libev/Portfile	2014-10-18 22:01:51 UTC (rev 126998)
+++ trunk/dports/devel/libev/Portfile	2014-10-18 22:06:26 UTC (rev 126999)
@@ -1,37 +1,42 @@
 # -*- 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
-PortGroup  muniversal 1.0
+PortSystem          1.0
+PortGroup           muniversal 1.0
 
-name            libev
-epoch           1
-version         4.15
-categories      devel
-maintainers     stromnov openmaintainer
-license         {BSD GPL-2+}
-description     asynchronous event library
+name                libev
+epoch               1
+version             4.15
+revision            0
+categories          devel net
+platforms           darwin
+license             {BSD GPL-2+}
+
+maintainers         stromnov openmaintainer
+
+description         asynchronous event library
+
 long_description    libev is a full-featured and high-performance event \
-            loop that is loosely modelled after libevent.
-homepage        http://software.schmorp.de/pkg/libev.html
-platforms       darwin
+                    loop that is loosely modelled after libevent.
+
+homepage            http://software.schmorp.de/pkg/libev.html
 master_sites        http://dist.schmorp.de/libev/Attic/
 
 checksums           rmd160  100812a3d24b9968a670c9cd4f16c9de172a0994 \
                     sha256  b2dd43a073556f5350cbed05b6ef444dcc4b563f4e0b1009d7bf448261606feb
 
-patchfiles cflags.patch 
+patchfiles          cflags.patch
 
-use_autoreconf  yes
-autoreconf.args -fvi
+use_autoreconf      yes
+autoreconf.args     -fvi
 
 post-destroot {
     move ${destroot}${prefix}/include/event.h ${destroot}${prefix}/include/ev-event.h
 }
 
-test.run        yes
-test.target     verify
+test.run            yes
+test.target         verify
 
-livecheck.type  regex
-livecheck.url   http://dist.schmorp.de/libev/
-livecheck.regex ${name}-(\[0-9.\]+)\\.
+livecheck.type      regex
+livecheck.url       http://dist.schmorp.de/libev/
+livecheck.regex     ${name}-(\[0-9.\]+)\\.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141018/095337b6/attachment.html>


More information about the macports-changes mailing list