[88256] trunk/dports/net/librsync/Portfile

cal at macports.org cal at macports.org
Fri Dec 23 07:20:24 PST 2011


Revision: 88256
          http://trac.macports.org/changeset/88256
Author:   cal at macports.org
Date:     2011-12-23 07:20:24 -0800 (Fri, 23 Dec 2011)
Log Message:
-----------
librsync: simplify master_sites, sha256 & rmd160 checksums, librsync links against gettext and libiconv, declaring dependency on those

Modified Paths:
--------------
    trunk/dports/net/librsync/Portfile

Modified: trunk/dports/net/librsync/Portfile
===================================================================
--- trunk/dports/net/librsync/Portfile	2011-12-23 15:15:05 UTC (rev 88255)
+++ trunk/dports/net/librsync/Portfile	2011-12-23 15:20:24 UTC (rev 88256)
@@ -24,13 +24,16 @@
                     in the future.
 
 homepage            http://librsync.sourceforge.net/
-master_sites        sourceforge:project/librsync/librsync/${version}
+master_sites        sourceforge
 
-checksums           md5     24cdb6b78f45e0e83766903fd4f6bc84
+checksums           sha256  6633e4605662763a03bb6388529cbdfd3b11a9ec55b8845351c1bd9a92bc41d6 \
+                    rmd160  39ca29334d0efabc0ee9e4d44abbe73a7d2fe831
 
 depends_lib         port:bzip2 \
                     port:popt \
-                    port:zlib
+                    port:zlib \
+                    port:gettext \
+                    port:libiconv
 
 # These patches have been downloaded into the MacPorts repository since it saves
 # having to fetch them from CVS.  Respectively, they can be viewed at:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111223/341058fc/attachment.html>


More information about the macports-changes mailing list