[153071] trunk/dports/perl/p5-www-wolframalpha/Portfile

devans at macports.org devans at macports.org
Fri Sep 23 08:33:02 PDT 2016


Revision: 153071
          https://trac.macports.org/changeset/153071
Author:   devans at macports.org
Date:     2016-09-23 08:33:02 -0700 (Fri, 23 Sep 2016)
Log Message:
-----------
p5-www-wolframalpha: remove post-destroot installation of extra docs that causes activation conflicts among subports, remove comments, increment revision.

Modified Paths:
--------------
    trunk/dports/perl/p5-www-wolframalpha/Portfile

Modified: trunk/dports/perl/p5-www-wolframalpha/Portfile
===================================================================
--- trunk/dports/perl/p5-www-wolframalpha/Portfile	2016-09-23 14:48:02 UTC (rev 153070)
+++ trunk/dports/perl/p5-www-wolframalpha/Portfile	2016-09-23 15:33:02 UTC (rev 153071)
@@ -1,18 +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         WWW-WolframAlpha 1.10
-revision            2
+revision            3
 platforms           darwin
 license             {Artistic-1 GPL}
 maintainers         nomaintainer
@@ -33,16 +27,4 @@
     depends_lib-append  port:p${perl5.major}-libwww-perl \
                         port:p${perl5.major}-uri \
                         port:p${perl5.major}-xml-simple
-
-    post-destroot {
-        set docdir ${prefix}/share/doc/${name}
-        xinstall -d ${destroot}${docdir}
-        xinstall -m 644 -W ${worksrcpath} Changes README ${destroot}${docdir}
-
-        set exampledir ${docdir}/examples
-        xinstall -d ${destroot}${exampledir}
-        xinstall -m 644 -W ${worksrcpath}/ex \
-            asyncPod.pl query.pl validatequery.pl \
-            ${destroot}${exampledir}
-    }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160923/5c602eae/attachment-0001.html>


More information about the macports-changes mailing list