[151329] trunk/dports/perl/p5-feed-find/Portfile

devans at macports.org devans at macports.org
Fri Aug 12 18:44:53 PDT 2016


Revision: 151329
          https://trac.macports.org/changeset/151329
Author:   devans at macports.org
Date:     2016-08-12 18:44:52 -0700 (Fri, 12 Aug 2016)
Log Message:
-----------
p5-feed-find: add modeline and reformat, add missing dependency, remove comment, increment revision.

Modified Paths:
--------------
    trunk/dports/perl/p5-feed-find/Portfile

Modified: trunk/dports/perl/p5-feed-find/Portfile
===================================================================
--- trunk/dports/perl/p5-feed-find/Portfile	2016-08-13 01:36:03 UTC (rev 151328)
+++ trunk/dports/perl/p5-feed-find/Portfile	2016-08-13 01:44:52 UTC (rev 151329)
@@ -1,16 +1,12 @@
+# -*- 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$
 
-# This comment was inserted on 20160713 to force reindexing of
-# this port after the default homepage definition in the perl5
-# PortGroup was changed to use metacpan.org (r150080).
-# Reindexing is necessary for the new definition to take effect.
-# This comment may be removed in subsequent updates of this port.
-
 PortSystem          1.0
 PortGroup           perl5 1.0
 
 perl5.branches      5.22 5.24
 perl5.setup         Feed-Find 0.07 ../by-authors/id/B/BT/BTROTT/
+revision            1
 license             {Artistic-1 GPL}
 maintainers         nomaintainer
 description         Autodiscovery of syndication feeds
@@ -23,10 +19,11 @@
                     rmd160  d87b031feb65f875dd9f2d1b9989be56fdbb6e3c
 
 if {${perl5.major} != ""} {
-depends_lib-append \
+    depends_lib-append \
+                    port:p${perl5.major}-class-errorhandler \
                     port:p${perl5.major}-libwww-perl \
                     port:p${perl5.major}-html-parser \
                     port:p${perl5.major}-uri
 
-supported_archs noarch
+    supported_archs noarch
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160812/5b296ffd/attachment.html>


More information about the macports-changes mailing list