diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-06-12 01:49:18 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-06-12 01:49:18 +0800 |
commit | 0b45b5dca03f6324daa433815eeac3a59cfedb0f (patch) | |
tree | 1e3c416f97096203d3c358819c612b9a7ffcd5cd /security | |
parent | a158156b7609acaba413f7eaec742061f91af99f (diff) | |
download | marcuscom-ports-0b45b5dca03f6324daa433815eeac3a59cfedb0f.tar marcuscom-ports-0b45b5dca03f6324daa433815eeac3a59cfedb0f.tar.gz marcuscom-ports-0b45b5dca03f6324daa433815eeac3a59cfedb0f.tar.bz2 marcuscom-ports-0b45b5dca03f6324daa433815eeac3a59cfedb0f.tar.lz marcuscom-ports-0b45b5dca03f6324daa433815eeac3a59cfedb0f.tar.xz marcuscom-ports-0b45b5dca03f6324daa433815eeac3a59cfedb0f.tar.zst marcuscom-ports-0b45b5dca03f6324daa433815eeac3a59cfedb0f.zip |
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
Diffstat (limited to 'security')
-rw-r--r-- | security/gnome-gpg/distinfo | 1 | ||||
-rw-r--r-- | security/gnome-keyring-sharp/distinfo | 1 | ||||
-rw-r--r-- | security/gnome-keyring/distinfo | 1 | ||||
-rw-r--r-- | security/seahorse-plugins/distinfo | 1 | ||||
-rw-r--r-- | security/seahorse/distinfo | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/security/gnome-gpg/distinfo b/security/gnome-gpg/distinfo index fd7f10f9e..edc144621 100644 --- a/security/gnome-gpg/distinfo +++ b/security/gnome-gpg/distinfo @@ -1,3 +1,2 @@ -MD5 (gnome-gpg-0.5.0.tar.bz2) = 3930f850eea59c7d90775d2d790446c1 SHA256 (gnome-gpg-0.5.0.tar.bz2) = 2acebd35613e78ecac14cd4783f9df6d33a25e62857cb5cb868091f0d05a53d5 SIZE (gnome-gpg-0.5.0.tar.bz2) = 69620 diff --git a/security/gnome-keyring-sharp/distinfo b/security/gnome-keyring-sharp/distinfo index d9a54e954..2fb2892d4 100644 --- a/security/gnome-keyring-sharp/distinfo +++ b/security/gnome-keyring-sharp/distinfo @@ -1,3 +1,2 @@ -MD5 (gnome-keyring-sharp-1.0.2.tar.gz) = f9a48319f3fe6123017b000d714d68b1 SHA256 (gnome-keyring-sharp-1.0.2.tar.gz) = 043e3e22132bdfe34e8ca314b6fd34bb0bc55a23eeb102778c64c243bb595315 SIZE (gnome-keyring-sharp-1.0.2.tar.gz) = 308244 diff --git a/security/gnome-keyring/distinfo b/security/gnome-keyring/distinfo index 5c6e7223b..2774e0cb2 100644 --- a/security/gnome-keyring/distinfo +++ b/security/gnome-keyring/distinfo @@ -1,3 +1,2 @@ -MD5 (gnome2/gnome-keyring-2.32.1.tar.bz2) = 9a8aa74e03361676f29d6e73155786fc SHA256 (gnome2/gnome-keyring-2.32.1.tar.bz2) = 31fecec1430a97f59a6159a5a2ea8d6a1b44287f1e9e595b3594df46bf7f18f9 SIZE (gnome2/gnome-keyring-2.32.1.tar.bz2) = 1619245 diff --git a/security/seahorse-plugins/distinfo b/security/seahorse-plugins/distinfo index be6b57152..1b696bab9 100644 --- a/security/seahorse-plugins/distinfo +++ b/security/seahorse-plugins/distinfo @@ -1,3 +1,2 @@ -MD5 (gnome2/seahorse-plugins-2.30.1.tar.bz2) = cb8a86a1039054b621f6419ac2219695 SHA256 (gnome2/seahorse-plugins-2.30.1.tar.bz2) = 1fdfed1aef2c22a29a9abc00eae67752854e466a66cee2a8c1c278277e832d66 SIZE (gnome2/seahorse-plugins-2.30.1.tar.bz2) = 1304864 diff --git a/security/seahorse/distinfo b/security/seahorse/distinfo index 196816b44..5e0b05802 100644 --- a/security/seahorse/distinfo +++ b/security/seahorse/distinfo @@ -1,3 +1,2 @@ -MD5 (gnome2/seahorse-2.32.0.tar.bz2) = bffb5ba78efb7eae760e05d8473ee7ad SHA256 (gnome2/seahorse-2.32.0.tar.bz2) = f55468237246a485317d59e2fbc1b1ef5f5bd4c5a7b9ff6f40c3d921af0ed52d SIZE (gnome2/seahorse-2.32.0.tar.bz2) = 2491230 |