[35718] trunk/dports/devel/mercurial/Portfile

deric at macports.org deric at macports.org
Thu Apr 3 17:40:09 PDT 2008


Revision: 35718
          http://trac.macosforge.org/projects/macports/changeset/35718
Author:   deric at macports.org
Date:     2008-04-03 17:40:07 -0700 (Thu, 03 Apr 2008)

Log Message:
-----------
Added dependencies on py25-zlib and py25-hashlib. Thanks, Greg Onufer.

Modified Paths:
--------------
    trunk/dports/devel/mercurial/Portfile

Modified: trunk/dports/devel/mercurial/Portfile
===================================================================
--- trunk/dports/devel/mercurial/Portfile	2008-04-04 00:20:34 UTC (rev 35717)
+++ trunk/dports/devel/mercurial/Portfile	2008-04-04 00:40:07 UTC (rev 35718)
@@ -2,6 +2,7 @@
 
 PortSystem          1.0
 PortGroup           python25 1.0
+
 name                mercurial
 version             1.0
 categories          devel python
@@ -27,6 +28,8 @@
                     sha1 11689e85a91874417cb110ded6c3a4d7b30429cb \
                     rmd160 21b5603e033898420f4fbf1b851ede4f69a7657c
 
+depends_lib-append  port:py25-zlib port:py25-hashlib
+
 post-destroot {
     # install html docs
     xinstall -m 644 -W ${worksrcpath}/doc hg.1.html hgrc.5.html hgignore.5.html \

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080403/12eb4462/attachment.html


More information about the macports-changes mailing list