[41586] trunk/dports/gnome/gnome-mime-data/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Thu Nov 6 10:45:54 PST 2008


Revision: 41586
          http://trac.macports.org/changeset/41586
Author:   mcalhoun at macports.org
Date:     2008-11-06 10:45:54 -0800 (Thu, 06 Nov 2008)
Log Message:
-----------
gnome-mime-data: change perl dependency to path:bin/perl instead of port:perl5.8 (See #16830).

Modified Paths:
--------------
    trunk/dports/gnome/gnome-mime-data/Portfile

Modified: trunk/dports/gnome/gnome-mime-data/Portfile
===================================================================
--- trunk/dports/gnome/gnome-mime-data/Portfile	2008-11-06 18:20:09 UTC (rev 41585)
+++ trunk/dports/gnome/gnome-mime-data/Portfile	2008-11-06 18:45:54 UTC (rev 41586)
@@ -9,7 +9,7 @@
 revision        3
 maintainers     nomaintainer
 categories      gnome
-platforms       darwin 
+platforms       darwin
 description     This module contains the base MIME and Application database for GNOME.
 
 long_description \
@@ -19,15 +19,18 @@
 master_sites    gnome:sources/${name}/${branch}/
 use_bzip2       yes
 
-checksums       rmd160 62436da673b9a9e1d27259511401ff69f0397a1a
+checksums \
+    md5 541858188f80090d12a33b5a7c34d42c \
+    sha1 9ce7b1a24a97f275f60b416fae82d81c1010cb65 \
+    rmd160 62436da673b9a9e1d27259511401ff69f0397a1a
 
-depends_build   port:perl5.8 \
+depends_build   path:bin/perl:perl5 \
                 port:p5-xml-parser \
                 port:intltool
+configure.env-append INTLTOOL_PERL=${prefix}/bin/perl
 
 depends_lib     port:libiconv \
                 port:gettext
-                
 
 configure.cppflags-append -L${prefix}/lib
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081106/bffc16bf/attachment.html>


More information about the macports-changes mailing list