[91308] trunk/dports/sysutils/md5sha1sum/Portfile

jmr at macports.org jmr at macports.org
Wed Mar 28 13:05:20 PDT 2012


Revision: 91308
          https://trac.macports.org/changeset/91308
Author:   jmr at macports.org
Date:     2012-03-28 13:05:20 -0700 (Wed, 28 Mar 2012)
Log Message:
-----------
md5sha1sum: add missing openssl dependency that was apparently forgotten in r69837, license, installs_libs no

Revision Links:
--------------
    https://trac.macports.org/changeset/69837

Modified Paths:
--------------
    trunk/dports/sysutils/md5sha1sum/Portfile

Modified: trunk/dports/sysutils/md5sha1sum/Portfile
===================================================================
--- trunk/dports/sysutils/md5sha1sum/Portfile	2012-03-28 20:04:59 UTC (rev 91307)
+++ trunk/dports/sysutils/md5sha1sum/Portfile	2012-03-28 20:05:20 UTC (rev 91308)
@@ -4,16 +4,21 @@
 
 name			md5sha1sum
 version			0.9.5
+revision		1
 categories		sysutils
+license			{GPL-2+ OpenSSLException}
 maintainers		flyn.org:mike
 description		Hash utilites
 long_description	This toolset provides md5sum, sha1sum, and ripemd160sum. They are intended to be drop in replacements for the tools from GNU textutils. Since installing textutils is somewhat excessive for just those two utilities, these are meant to be the more compact and easier to install replacements.
 homepage		http://www.microbrew.org/tools/md5sha1sum
 platforms		darwin
+installs_libs		no
 master_sites		${homepage}
 
 checksums		sha1 84a46bfd2b49daa0a601a9c55b7d87c27e19ef87
 
+depends_lib		port:openssl
+
 patchfiles		patch-existing.diff \
 			patch-exit.diff \
 			patch-macosx.diff
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120328/6815c2c2/attachment.html>


More information about the macports-changes mailing list