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/gimp-app/distinfo | 1 - 1 file changed, 1 deletion(-) (limited to 'graphics/gimp-app') diff --git a/graphics/gimp-app/distinfo b/graphics/gimp-app/distinfo index f7fe1e379..54a230f77 100644 --- a/graphics/gimp-app/distinfo +++ b/graphics/gimp-app/distinfo @@ -1,3 +1,2 @@ -MD5 (gimp-2.6.11.tar.bz2) = bb2939fe13e54fc7255cef5d097bb5dd SHA256 (gimp-2.6.11.tar.bz2) = 9b6d08d0803b3912ea596d1b77b9c21ee13778c23388a225c004b8c1587cb0a1 SIZE (gimp-2.6.11.tar.bz2) = 16473561 -- cgit v1.2.3