[84979] trunk/dports/devel/libedit/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Oct 6 03:40:22 PDT 2011


Revision: 84979
          http://trac.macports.org/changeset/84979
Author:   ryandesign at macports.org
Date:     2011-10-06 03:40:19 -0700 (Thu, 06 Oct 2011)
Log Message:
-----------
libedit: whitespace / formatting changes to match the modeline

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

Modified: trunk/dports/devel/libedit/Portfile
===================================================================
--- trunk/dports/devel/libedit/Portfile	2011-10-06 06:22:42 UTC (rev 84978)
+++ trunk/dports/devel/libedit/Portfile	2011-10-06 10:40:19 UTC (rev 84979)
@@ -1,33 +1,34 @@
 # -*- 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             libedit
-epoch            20090923
-version          20110802-3.0
-categories       devel
-license          BSD
-maintainers      mcalhoun openmaintainer
-description      command line editing and history library
-long_description \
-	libedit is a command line editing and history library. \
-	It is designed to be used by interactive programs that \
-	allow the user to type commands at a terminal prompt.
-platforms        darwin
-homepage         http://www.thrysoee.dk/editline/
-master_sites     ${homepage}
+name                libedit
+epoch               20090923
+version             20110802-3.0
+categories          devel
+platforms           darwin
+license             BSD
+maintainers         mcalhoun openmaintainer
 
-checksums        rmd160 64f67ec68f0614acee4e887ea0bb35164db1c545 \
-                 sha256 0b5ec9aa41faff761cda7819add93e9d8cb9c0bad85e65a686475e8375ac8a71
+description         command line editing and history library
+long_description    libedit is a command line editing and history library. \
+                    It is designed to be used by interactive programs that \
+                    allow the user to type commands at a terminal prompt.
 
-depends_lib      port:ncurses
+homepage            http://www.thrysoee.dk/editline/
+master_sites        ${homepage}
 
-patchfiles       src_sys.h.patch
+checksums           rmd160  64f67ec68f0614acee4e887ea0bb35164db1c545 \
+                    sha256  0b5ec9aa41faff761cda7819add93e9d8cb9c0bad85e65a686475e8375ac8a71
 
-configure.args   --enable-widec
+depends_lib         port:ncurses
 
-livecheck.type  regex
-livecheck.url   ${master_sites}
-livecheck.regex "${name}-(\\d+-\\d+(?:\\.\\d+)*)${extract.suffix}"
+patchfiles          src_sys.h.patch
+
+configure.args      --enable-widec
+
+livecheck.type      regex
+livecheck.url       ${master_sites}
+livecheck.regex     "${name}-(\\d+-\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111006/47d392ca/attachment-0001.html>


More information about the macports-changes mailing list