[134834] trunk/dports/perl/p5-html-lint/Portfile

devans at macports.org devans at macports.org
Wed Apr 8 07:33:00 PDT 2015


Revision: 134834
          https://trac.macports.org/changeset/134834
Author:   devans at macports.org
Date:     2015-04-08 07:33:00 -0700 (Wed, 08 Apr 2015)
Log Message:
-----------
p5-html-lint: reformat, for consistency with other perl ports, don't disable livecheck in subports.

Modified Paths:
--------------
    trunk/dports/perl/p5-html-lint/Portfile

Modified: trunk/dports/perl/p5-html-lint/Portfile
===================================================================
--- trunk/dports/perl/p5-html-lint/Portfile	2015-04-08 14:30:14 UTC (rev 134833)
+++ trunk/dports/perl/p5-html-lint/Portfile	2015-04-08 14:33:00 UTC (rev 134834)
@@ -1,24 +1,23 @@
 # -*- 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                   perl5 1.0
+PortSystem          1.0
+PortGroup           perl5 1.0
+                                       
+perl5.branches      5.16 5.18 5.20
+perl5.setup         HTML-Lint 2.22 ../by-authors/id/P/PE/PETDANCE/
+platforms           darwin
+license             Artistic-2
+maintainers         ryandesign openmaintainer
+description         a pure-Perl HTML parser and checker for syntactic legitmacy
+long_description    HTML::Lint is ${description}.
 
-perl5.branches              5.16 5.18 5.20
-perl5.setup                 HTML-Lint 2.22 ../by-authors/id/P/PE/PETDANCE/
-platforms                   darwin
-license                     Artistic-2
-maintainers                 ryandesign openmaintainer
-description                 a pure-Perl HTML parser and checker for syntactic legitmacy
-long_description            HTML::Lint is ${description}.
+checksums           rmd160  ced5aecdb64efbede0f9dc9d2752afe41d5209d8 \
+                    sha256  e4629dc311c21888209cc3e772f30b3e11dca18fd607a66411d04f5c0566dc4b
 
-checksums                   rmd160  ced5aecdb64efbede0f9dc9d2752afe41d5209d8 \
-                            sha256  e4629dc311c21888209cc3e772f30b3e11dca18fd607a66411d04f5c0566dc4b
-
 if {${perl5.major} != ""} {
-depends_lib-append          port:p${perl5.major}-html-parser
+    depends_lib-append \
+                    port:p${perl5.major}-html-parser
 
-supported_archs             noarch
-
-livecheck.type              none
+    supported_archs noarch
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150408/2b62dd92/attachment.html>


More information about the macports-changes mailing list