diff options
author | sahil <sahil@FreeBSD.org> | 2010-08-18 07:00:24 +0800 |
---|---|---|
committer | sahil <sahil@FreeBSD.org> | 2010-08-18 07:00:24 +0800 |
commit | 65f8a3a227ccf85ccaab84ab916ab17b8a6ecef9 (patch) | |
tree | 8aaf77225968c696808e1addc331e8c5d502a0a6 | |
parent | 0b6c611cad906314c4a26db3977f90d18b73f604 (diff) | |
download | freebsd-ports-gnome-65f8a3a227ccf85ccaab84ab916ab17b8a6ecef9.tar.gz freebsd-ports-gnome-65f8a3a227ccf85ccaab84ab916ab17b8a6ecef9.tar.zst freebsd-ports-gnome-65f8a3a227ccf85ccaab84ab916ab17b8a6ecef9.zip |
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 <kaoru@kaisei.org> (maintainer) [1]
Sunpoet Hsieh <sunpoet@sunpoet.net> (via email)
-rw-r--r-- | security/pgpdump/Makefile | 2 | ||||
-rw-r--r-- | 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 |