[43341] trunk/dports/www/spidereyeballs/Portfile
mcalhoun at macports.org
mcalhoun at macports.org
Tue Dec 9 10:27:41 PST 2008
Revision: 43341
http://trac.macports.org/changeset/43341
Author: mcalhoun at macports.org
Date: 2008-12-09 10:27:40 -0800 (Tue, 09 Dec 2008)
Log Message:
-----------
spidereyeballs: Combine perl dependencies from depends_build and depends_run to depends_lib.
Change perl dependency from port:perl5.8 to path:bin/perl (see #16830).
Fixes #17572 (permission of maintainer).
Modified Paths:
--------------
trunk/dports/www/spidereyeballs/Portfile
Modified: trunk/dports/www/spidereyeballs/Portfile
===================================================================
--- trunk/dports/www/spidereyeballs/Portfile 2008-12-09 17:59:56 UTC (rev 43340)
+++ trunk/dports/www/spidereyeballs/Portfile 2008-12-09 18:27:40 UTC (rev 43341)
@@ -13,10 +13,9 @@
master_sites sourceforge
distname Spidy-${version}
checksums sha1 90e3cf5514bc81d9d83675256f8b3f71c34407d8
-depends_build port:perl5.8 port:p5-html-template \
+depends_lib path:bin/perl:perl5 port:p5-html-template \
port:p5-xml-parser port:p5-image-size
-depends_run port:perl5.8 port:p5-html-template port:p5-xml-parser \
- port:p5-image-size port:ImageMagick
+depends_run port:ImageMagick
configure.cmd ${prefix}/bin/perl
configure.pre_args Makefile.PL
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081209/71a64bbd/attachment.html>
More information about the macports-changes
mailing list