diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2005-01-25 21:07:18 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2005-01-25 21:07:18 +0000 |
commit | eb36172457a7f1f4792f4f521ba2c75acc5d34d8 (patch) | |
tree | f90a3a85778cf0e223c3c3a8450049721e12e0af /www | |
parent | Fix broken plist I missed in the previous commit (diff) |
The distribution tarball was double-gzipped for some reason. The funny
thing is that on RELENG_5, it did not prevent gzip -cd file | tar -xf -
from working. Other versions/platforms are not so lucky.
Noticed by: buildcluster via kris
Notes
Notes:
svn path=/head/; revision=127332
Diffstat (limited to 'www')
-rw-r--r-- | www/wordpress/distinfo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/wordpress/distinfo b/www/wordpress/distinfo index 21f4a1447544..9262b971bf83 100644 --- a/www/wordpress/distinfo +++ b/www/wordpress/distinfo @@ -1,2 +1,2 @@ -MD5 (wordpress-1.2.2.tar.gz) = 3d82cddd8c196e2a3f820203d5588b4a -SIZE (wordpress-1.2.2.tar.gz) = 250720 +MD5 (wordpress-1.2.2.tar.gz) = f93edddd547a06cc0fa2a7264b64fdf6 +SIZE (wordpress-1.2.2.tar.gz) = 250794 |