From 0b45b5dca03f6324daa433815eeac3a59cfedb0f Mon Sep 17 00:00:00 2001 From: mezz Date: Sat, 11 Jun 2011 17:49:18 +0000 Subject: Sync w/ FreeBSD ports. Here's a script to get rid of MD5: ------------------ #!/bin/sh for blah in `find /path/to/ports -maxdepth 3 -name distinfo`; do sed -e 's|MD5.*||g' -e "/^$/d" ${blah} > ${blah}.new mv ${blah}.new ${blah} done ------------------ git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16061 df743ca5-7f9a-e211-a948-0013205c9059 --- graphics/shotwell/distinfo | 2 -- 1 file changed, 2 deletions(-) (limited to 'graphics/shotwell/distinfo') diff --git a/graphics/shotwell/distinfo b/graphics/shotwell/distinfo index ebb0689a4..e9459b03e 100644 --- a/graphics/shotwell/distinfo +++ b/graphics/shotwell/distinfo @@ -1,4 +1,2 @@ -MD5 (shotwell-0.7.2.tar.bz2) = 075b04f9723bddfffc96810384b9524a SHA256 (shotwell-0.7.2.tar.bz2) = 8b4139407d59badcbe13e23db070e0a0709ecc0f9ad806335888382eebf5dfa3 SIZE (shotwell-0.7.2.tar.bz2) = 1064127 - -- cgit v1.2.3