Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  1 Aug 2006 01:32:48 +0800
From:      chinsan <chinsan.tw@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/101112: [PATCH] security/pecl-ssh2: update to 0.10, take maintainership
Message-ID:  <20060731174552.03E7030205@smtp2.bc.hgc.com.tw>
Resent-Message-ID: <200607311750.k6VHoDTw092046@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         101112
>Category:       ports
>Synopsis:       [PATCH] security/pecl-ssh2: update to 0.10, take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 31 17:50:12 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     chinsan
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
Taiwan
>Environment:
System: FreeBSD BSD6.giga.hgc.com.tw 6.1-STABLE FreeBSD 6.1-STABLE #5: Mon Jul 17 09:30:36 CST 2006
>Description:
- Update to 0.10
- Take maintainership

Removed file(s):
- files/patch-config.m4

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- pecl-ssh2-0.10.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/security/pecl-ssh2/Makefile /usr/home/chinsan/project/pecl-ssh2/Makefile
--- /usr/ports/security/pecl-ssh2/Makefile	Thu Jul 14 05:38:35 2005
+++ /usr/home/chinsan/project/pecl-ssh2/Makefile	Tue Aug  1 01:31:47 2006
@@ -6,20 +6,22 @@
 #
 
 PORTNAME=	ssh2
-PORTVERSION=	0.9
+PORTVERSION=	0.10
 CATEGORIES=	security pear
 MASTER_SITES=	http://pecl.php.net/get/
 PKGNAMEPREFIX=	pecl-
-DISTNAME=	ssh2-${PORTVERSION}
 EXTRACT_SUFX=	.tgz
 DIST_SUBDIR=	PECL
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	chinsan.tw@gmail.com
 COMMENT=	A PECL extension to the libssh2 library
 
 LIB_DEPENDS=	ssh2:${PORTSDIR}/security/libssh2
 
 USE_PHP=	yes
 USE_PHPEXT=	yes
+
+post-patch:
+	@${REINPLACE_CMD} -e 's, -ldl,,' ${WRKSRC}/config.m4
 
 .include <bsd.port.mk>
diff -ruN --exclude=CVS /usr/ports/security/pecl-ssh2/distinfo /usr/home/chinsan/project/pecl-ssh2/distinfo
--- /usr/ports/security/pecl-ssh2/distinfo	Sat Nov 26 02:01:08 2005
+++ /usr/home/chinsan/project/pecl-ssh2/distinfo	Tue Aug  1 01:30:53 2006
@@ -1,3 +1,3 @@
-MD5 (PECL/ssh2-0.9.tgz) = 440ef155d58821df44c643a44d21e312
-SHA256 (PECL/ssh2-0.9.tgz) = 7d7aa7ed0e7fc198f7c2b969d0e82278e7fa181fe154d31b07a2dbe364012215
-SIZE (PECL/ssh2-0.9.tgz) = 21872
+MD5 (PECL/ssh2-0.10.tgz) = 95bdbd6a9a0d14cb65c6d6bdc9ee1770
+SHA256 (PECL/ssh2-0.10.tgz) = 7e149a364fe23d49471402b35d4cb42611c8538065c722195d0e8521b95ab575
+SIZE (PECL/ssh2-0.10.tgz) = 22187
diff -ruN --exclude=CVS /usr/ports/security/pecl-ssh2/files/patch-config.m4 /usr/home/chinsan/project/pecl-ssh2/files/patch-config.m4
--- /usr/ports/security/pecl-ssh2/files/patch-config.m4	Sat Apr 23 04:11:13 2005
+++ /usr/home/chinsan/project/pecl-ssh2/files/patch-config.m4	Thu Jan  1 08:00:00 1970
@@ -1,11 +0,0 @@
---- config.m4.orig	Thu Apr  7 11:18:20 2005
-+++ config.m4	Thu Apr  7 11:19:10 2005
-@@ -36,7 +36,7 @@
-   ],[
-     AC_MSG_ERROR([libssh2 version >= 0.4 not found])
-   ],[
--    -L$SSH2_DIR/lib -lm -ldl
-+    -L$SSH2_DIR/lib -lm
-   ])
- 
-   PHP_CHECK_LIBRARY($LIBNAME,libssh2_channel_forward_listen_ex,
--- pecl-ssh2-0.10.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060731174552.03E7030205>