Bug 149751 - [MAINTAINER] security/pgpdump: fix distinfo
Summary: [MAINTAINER] security/pgpdump: fix distinfo
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Sahil Tandon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-17 22:50 UTC by kaoru
Modified: 2010-08-18 00:10 UTC (History)
0 users

See Also:


Attachments
pgpdump-0.27.patch (1.01 KB, patch)
2010-08-17 22:50 UTC, kaoru
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description kaoru 2010-08-17 22:50:01 UTC
Fix distinfo.
(MASTER_SITES .gz handling fixed).

Generated with FreeBSD Port Tools 0.99
Comment 1 Sahil Tandon freebsd_committer freebsd_triage 2010-08-17 23:39:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sahil

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-08-18 00:00:45 UTC
sahil       2010-08-17 23:00:24 UTC

  FreeBSD ports repository

  Modified files:
    security/pgpdump     Makefile distinfo 
  Log:
  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)
  
  Revision  Changes    Path
  1.31      +0 -2      ports/security/pgpdump/Makefile
  1.26      +3 -3      ports/security/pgpdump/distinfo
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Sahil Tandon freebsd_committer freebsd_triage 2010-08-18 00:02:21 UTC
State Changed
From-To: open->closed

Committed. Thanks!