From owner-cvs-ports@FreeBSD.ORG Wed Sep 5 01:33:00 2007 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C00B16A420; Wed, 5 Sep 2007 01:33:00 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1E6C813C45A; Wed, 5 Sep 2007 01:33:00 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l851WxdN060264; Wed, 5 Sep 2007 01:32:59 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l851WxAi060263; Wed, 5 Sep 2007 01:32:59 GMT (envelope-from clsung) Message-Id: <200709050132.l851WxAi060263@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 5 Sep 2007 01:32:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-File-HStore Makefile ports/devel/p5-File-HStore/files patch-HStore.pm patch-Makefile.PL X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Sep 2007 01:33:00 -0000 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 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)