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:
Responsible Changed From-To: freebsd-ports-bugs->perl Over to maintainer
Responsible Changed From-To: perl->clsung I'll take it.
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"
State Changed From-To: open->closed Committed. Thank You.