Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Mar 2013 16:53:20 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r313281 - in head/security/pecl-ssh2: . files
Message-ID:  <201303021653.r22GrKFW063950@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Sat Mar  2 16:53:19 2013
New Revision: 313281
URL: http://svnweb.freebsd.org/changeset/ports/313281

Log:
  - Update to 0.12
  
  PR:		176483
  Submitted by:	Mark Felder <feld@feld.me>

Deleted:
  head/security/pecl-ssh2/files/
Modified:
  head/security/pecl-ssh2/Makefile   (contents, props changed)
  head/security/pecl-ssh2/distinfo   (contents, props changed)

Modified: head/security/pecl-ssh2/Makefile
==============================================================================
--- head/security/pecl-ssh2/Makefile	Sat Mar  2 16:52:32 2013	(r313280)
+++ head/security/pecl-ssh2/Makefile	Sat Mar  2 16:53:19 2013	(r313281)
@@ -1,12 +1,8 @@
-# New ports collection makefile for:	pecl-ssh2
-# Date created:			20050407
-# Whom:				Alexander Leidinger <netchild@FreeBSD.org>
-#
+# Created by: Alexander Leidinger <netchild@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	ssh2
-PORTVERSION=	0.11.3
+PORTVERSION=	0.12
 CATEGORIES=	security pear
 MASTER_SITES=	http://pecl.php.net/get/
 PKGNAMEPREFIX=	pecl-
@@ -25,4 +21,9 @@ LDFLAGS+=	-L${LOCALBASE}/lib ${EXTRA_LIB
 
 CONFIGURE_ARGS=	--with-ssh2
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+post-patch:
+	@${REINPLACE_CMD} -e 's|\$$SSH2_DIR/lib|\$$SSH2_DIR/\$$PHP_LIBDIR|g' ${WRKSRC}/config.m4
+
+.include <bsd.port.post.mk>

Modified: head/security/pecl-ssh2/distinfo
==============================================================================
--- head/security/pecl-ssh2/distinfo	Sat Mar  2 16:52:32 2013	(r313280)
+++ head/security/pecl-ssh2/distinfo	Sat Mar  2 16:53:19 2013	(r313281)
@@ -1,2 +1,2 @@
-SHA256 (ssh2-0.11.3.tgz) = b2518e101a53fd7940e49bb36a9b9559cbbfda946ebe5bb62e220d4ce132bf33
-SIZE (ssh2-0.11.3.tgz) = 23062
+SHA256 (ssh2-0.12.tgz) = 600c82d2393acf3642f19914f06a7afea57ee05cb8c10e8a5510b32188b97f99
+SIZE (ssh2-0.12.tgz) = 26223



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