Bug 115911 - Patches for devel/p5-File-HStore v0.09
Summary: Patches for devel/p5-File-HStore v0.09
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: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-28 21:10 UTC by Steven Kreuzer
Modified: 2007-09-05 02:40 UTC (History)
0 users

See Also:


Attachments
file.shar (5.77 KB, text/plain)
2007-08-28 21:10 UTC, Steven Kreuzer
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Steven Kreuzer 2007-08-28 21:10:00 UTC
The port of devel/p5-File-HStore is/was going to be removed from CVS because it depends on security/p5-Digest-SHA2 which has been deprecated in favor of Digest::SHA

I created patches so that File-HStore makes use of Digest::SHA instead of Digest::SHA1 and Digest::SHA2. I have contacted the original author to attempt to get this patches accepted upstream, but it has been roughly a month and I have not heard back from him so I am hoping I can get those patches accepted into the tree to prevent File-HStore from being removed.

Additional information can be found here:
http://lists.freebsd.org/pipermail/freebsd-perl/2007-August/001619.html

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-08-28 23:23:26 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

Over to maintainer
Comment 2 Cheng-Lung Sung freebsd_committer freebsd_triage 2007-08-29 01:07:49 UTC
Responsible Changed
From-To: perl->clsung

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-09-05 02:33:04 UTC
clsung      2007-09-05 01:32:59 UTC

  FreeBSD ports repository

  Modified files:
    devel/p5-File-HStore Makefile 
  Added files:
    devel/p5-File-HStore/files patch-HStore.pm patch-Makefile.PL 
  Log:
  - bump PORTREVISION
  The port of devel/p5-File-HStore is/was going to be removed from CVS because it depends on security/p5-Digest-SHA2 which has been deprecated in favor of Digest::SHA
  
  I created patches so that File-HStore makes use of Digest::SHA instead of Digest::SHA1 and Digest::SHA2. I have contacted the original author to attempt to get this patches accepted upstream, but it has been roughly a month and I have not heard back from him so I am hoping I can get those patches accepted into the tree to prevent File-HStore from being removed.
  
  Additional information can be found here:
  http://lists.freebsd.org/pipermail/freebsd-perl/2007-August/001619.html
  
  PR:             ports/115911
  Submitted by:   Steven Kreuzer <skreuzer_AT_exit2shell dot com>
  
  Revision  Changes    Path
  1.4       +6 -4      ports/devel/p5-File-HStore/Makefile
  1.1       +61 -0     ports/devel/p5-File-HStore/files/patch-HStore.pm (new)
  1.1       +12 -0     ports/devel/p5-File-HStore/files/patch-Makefile.PL (new)
_______________________________________________
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 4 Cheng-Lung Sung freebsd_committer freebsd_triage 2007-09-05 02:33:11 UTC
State Changed
From-To: open->closed

Committed. Thank You.