[144491] trunk/dports/devel/pth/Portfile

ionic at macports.org ionic at macports.org
Sat Jan 9 21:56:42 PST 2016


Revision: 144491
          https://trac.macports.org/changeset/144491
Author:   ionic at macports.org
Date:     2016-01-09 21:56:42 -0800 (Sat, 09 Jan 2016)
Log Message:
-----------
pth: whitespace only.

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

Modified: trunk/dports/devel/pth/Portfile
===================================================================
--- trunk/dports/devel/pth/Portfile	2016-01-10 05:45:32 UTC (rev 144490)
+++ trunk/dports/devel/pth/Portfile	2016-01-10 05:56:42 UTC (rev 144491)
@@ -9,13 +9,12 @@
 license             LGPL-2.1+
 maintainers         nomaintainer
 description         GNU Portable Threads
-long_description \
-    Pth is a very portable POSIX/ANSI-C based library for Unix platforms \
-    which provides non-preemptive priority-based scheduling for multiple \
-    threads of execution ("multithreading") inside server applications. All \
-    threads run in the same address space of the server application, but \
-    each thread has its own individual program-counter, run-time stack, \
-    signal mask and errno variable.
+long_description    Pth is a very portable POSIX/ANSI-C based library for Unix platforms \
+                    which provides non-preemptive priority-based scheduling for multiple \
+                    threads of execution ("multithreading") inside server applications. All \
+                    threads run in the same address space of the server application, but \
+                    each thread has its own individual program-counter, run-time stack, \
+                    signal mask and errno variable.
 
 platforms           darwin
 
@@ -36,7 +35,7 @@
 post-destroot {
     reinplace -E {s|-arch [a-z0-9_]+||g} \
         ${destroot}${prefix}/bin/pth-config
-    
+
     xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
     xinstall -m 644 -W ${worksrcpath} ANNOUNCE AUTHORS ChangeLog COPYING \
         HACKING HISTORY INSTALL NEWS PORTING README SUPPORT TESTS THANKS \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160109/d848c6a4/attachment.html>


More information about the macports-changes mailing list