Bug 152223 - Fixed distfile in x11-fonts/webfonts
Summary: Fixed distfile in x11-fonts/webfonts
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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-14 01:10 UTC by Grzegorz Blach
Modified: 2010-11-14 13:30 UTC (History)
0 users

See Also:


Attachments
file.diff (2.63 KB, patch)
2010-11-14 01:10 UTC, Grzegorz Blach
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Grzegorz Blach 2010-11-14 01:10:06 UTC
In port x11-fonts/webfonts, for file ielpkth.cab exist only md5 sum,
but recenty FreeBSD uses only sha256 sums, so this file can't be verified.

Fix: Regenerate distfile be calling `make makesum WITH_MSWINDOWS_LICENSE=1` in port directory, or apply attached patch.

This remove md5sums from this file and keep only sha256 ones.


Patch attached with submission follows:
How-To-Repeat: Try to install x11-fonts/webfonts with env variable: WITH_MSWINDOWS_LICENSE=1
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-11-14 01:10:14 UTC
Maintainer of x11-fonts/webfonts,

Please note that PR ports/152223 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/152223

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2010-11-14 01:10:16 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2010-11-14 02:54:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

I will take it.
Comment 4 kkonstan 2010-11-14 08:01:41 UTC
> Maintainer of x11-fonts/webfonts,
>
> Please note that PR ports/152223 has just been submitted.
>
> If it contains a patch for an upgrade, an enhancement or a bug fix
> you agree on, reply to this email stating that you approve the patch
> and a committer will take care of it.
>
> The full text of the PR can be found at:
>     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/152223

Patch is fine, please commit, thank you.

--kkonstan
Comment 5 dfilter service freebsd_committer freebsd_triage 2010-11-14 13:28:11 UTC
sunpoet     2010-11-14 13:28:07 UTC

  FreeBSD ports repository

  Modified files:
    x11-fonts/webfonts   distinfo 
  Log:
  - Add missing SHA256 sum of webfonts/ielpkth.cab
  
  PR:             ports/152223
  Submitted by:   Grzegorz Blach <magik@roorback.net>
  Approved by:    Konstantinos Konstantinidis <kkonstan@duth.gr> (maintainer)
  
  Revision  Changes    Path
  1.8       +1 -12     ports/x11-fonts/webfonts/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 6 Po-Chuan Hsieh freebsd_committer freebsd_triage 2010-11-14 13:28:16 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!