From owner-cvs-all@FreeBSD.ORG Sun Aug 12 06:23:02 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5C46A16A418; Sun, 12 Aug 2007 06:23:02 +0000 (UTC) (envelope-from chinsan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4F92413C468; Sun, 12 Aug 2007 06:23:02 +0000 (UTC) (envelope-from chinsan@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 l7C6N24j018547; Sun, 12 Aug 2007 06:23:02 GMT (envelope-from chinsan@repoman.freebsd.org) Received: (from chinsan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7C6N2K3018546; Sun, 12 Aug 2007 06:23:02 GMT (envelope-from chinsan) Message-Id: <200708120623.l7C6N2K3018546@repoman.freebsd.org> From: Chin-San Huang Date: Sun, 12 Aug 2007 06:23:01 +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/security/pecl-ssh2 Makefile distinfo ports/security/pecl-ssh2/files patch-config.m4 patch-ssh2.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Aug 2007 06:23:02 -0000 chinsan 2007-08-12 06:23:01 UTC FreeBSD ports repository Modified files: security/pecl-ssh2 Makefile distinfo Added files: security/pecl-ssh2/files patch-config.m4 patch-ssh2.c Log: - Unbreak the incompatible build with libssh2-0.16 and later. PECL::Bug #11770 Error installing ssh2-0.10 http://pecl.php.net/bugs/bug.php?id=11779 - Fix libssh2 version checks. - Update to 0.11 Obtained from: upstream, oeriksson at mandriva dot com Reported by: many Approved by: rafan (mentor, implicit) Revision Changes Path 1.5 +6 -4 ports/security/pecl-ssh2/Makefile 1.5 +3 -3 ports/security/pecl-ssh2/distinfo 1.3 +53 -0 ports/security/pecl-ssh2/files/patch-config.m4 (new) 1.1 +11 -0 ports/security/pecl-ssh2/files/patch-ssh2.c (new)