[101191] trunk/dports/www/lynx/Portfile

larryv at macports.org larryv at macports.org
Sat Jan 5 18:57:25 PST 2013


Revision: 101191
          https://trac.macports.org/changeset/101191
Author:   larryv at macports.org
Date:     2013-01-05 18:57:25 -0800 (Sat, 05 Jan 2013)
Log Message:
-----------
lynx: Whitespace adjustments

Modified Paths:
--------------
    trunk/dports/www/lynx/Portfile

Modified: trunk/dports/www/lynx/Portfile
===================================================================
--- trunk/dports/www/lynx/Portfile	2013-01-06 02:51:06 UTC (rev 101190)
+++ trunk/dports/www/lynx/Portfile	2013-01-06 02:57:25 UTC (rev 101191)
@@ -1,40 +1,41 @@
 # -*- 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
+PortSystem          1.0
 
-name             lynx
-set milestone    2.8.7
-set release      2
-version          ${milestone}rel.${release}
-categories       www
-license          GPL-2
-maintainers      larryv
-description      The text web browser
-long_description Lynx is a fully-featured World Wide Web browser for \
-                 users on Unix, VMS, and other platforms running \
-                 cursor-addressable, character-cell terminals or emulators.
+name                lynx
+set milestone       2.8.7
+set release         2
+version             ${milestone}rel.${release}
+categories          www
+license             GPL-2
+maintainers         larryv
+description         The text web browser
+long_description    Lynx is a fully-featured World Wide Web browser for \
+                    users on Unix, VMS, and other platforms running \
+                    cursor-addressable, character-cell terminals or \
+                    emulators.
 
-homepage         http://lynx.isc.org/
+homepage            http://lynx.isc.org/
 
-depends_lib      port:ncurses
+depends_lib         port:ncurses
 
-use_bzip2        yes
+use_bzip2           yes
 
-distname         [strsed ${distname} {g/-//}]
-worksrcdir       ${name}[strsed ${milestone} {g/\./-/}]
+distname            [strsed ${distname} {g/-//}]
+worksrcdir          ${name}[strsed ${milestone} {g/\./-/}]
 
-master_sites     http://lynx.isc.org/current/ \
-                 ftp://lynx.isc.org/current/
+master_sites        http://lynx.isc.org/current/ \
+                    ftp://lynx.isc.org/current/
 
-checksums        rmd160  553e232aebaa09f88a6a190a1dfe7debb89f0a41 \
-                 sha256  301bda96ad3cd5032805e8d5315a42061a11e472e3d3a7baee3a2879517ef627
+checksums           rmd160  553e232aebaa09f88a6a190a1dfe7debb89f0a41 \
+                    sha256  301bda96ad3cd5032805e8d5315a42061a11e472e3d3a7baee3a2879517ef627
 
-configure.args   --mandir=${prefix}/share/man \
-                 --enable-ipv6
-patchfiles       patch-LYCharSets.c
+configure.args      --mandir=${prefix}/share/man \
+                    --enable-ipv6
+patchfiles          patch-LYCharSets.c
 
-platforms        darwin
+platforms           darwin
 
 if {![variant_isset gnutls]} {
     default_variants +ssl
@@ -50,6 +51,6 @@
     depends_lib-append      port:gnutls
 }
 
-livecheck.type  regex
-livecheck.url   http://lynx.isc.org/current/
-livecheck.regex "${name}(\\d+(?:\\.\\d+)*rel\\.\[0-9a-z\]*)${extract.suffix}"
+livecheck.type      regex
+livecheck.url       http://lynx.isc.org/current/
+livecheck.regex     "${name}(\\d+(?:\\.\\d+)*rel\\.\[0-9a-z\]*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130105/18a77af6/attachment.html>


More information about the macports-changes mailing list