From 65f8a3a227ccf85ccaab84ab916ab17b8a6ecef9 Mon Sep 17 00:00:00 2001 From: sahil Date: Tue, 17 Aug 2010 23:00:24 +0000 Subject: Unbreak as the port fetches with updated distinfo. The original archive was not gzipped (despite the filename having a .tar.gz EXTRACT_SUFX). Upstream gzipped the tarball, thus causing size and md5 mismatches when trying to fetch. I have verified that there are no changes to the content of the archive. PR: ports/149751 [1] Submitted by: TAKAHASHI Kaoru (maintainer) [1] Sunpoet Hsieh (via email) --- security/pgpdump/Makefile | 2 -- security/pgpdump/distinfo | 6 +++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/security/pgpdump/Makefile b/security/pgpdump/Makefile index 855dd1e71b6a..25355dfdb848 100644 --- a/security/pgpdump/Makefile +++ b/security/pgpdump/Makefile @@ -13,8 +13,6 @@ MASTER_SITES= http://www.mew.org/~kazu/proj/pgpdump/ MAINTAINER= kaoru@kaisei.org COMMENT= PGP packet visualizer -BROKEN= Fails to fetch due to size mismatch - GNU_CONFIGURE= yes MAKE_ARGS= CFLAGS="${CFLAGS}" diff --git a/security/pgpdump/distinfo b/security/pgpdump/distinfo index fee38cefe8aa..b8eb3aa8de1b 100644 --- a/security/pgpdump/distinfo +++ b/security/pgpdump/distinfo @@ -1,3 +1,3 @@ -MD5 (pgpdump-0.27.tar.gz) = e880c2eb03031cfd3340fbf4446add4a -SHA256 (pgpdump-0.27.tar.gz) = ffeda26cb23cc8d37043f6efab381dba6d4cb6f0198d6f452a764af84568c7b0 -SIZE (pgpdump-0.27.tar.gz) = 276480 +MD5 (pgpdump-0.27.tar.gz) = 10263d74d29ef67ed9352eb338d9f609 +SHA256 (pgpdump-0.27.tar.gz) = 6c44d58d7e69560891bac7247f8f9c5218f12ad11a26504d968ce4f6b59f8bb9 +SIZE (pgpdump-0.27.tar.gz) = 62307 -- cgit