svn commit: r313281 - in head/security/pecl-ssh2: . files

Martin Wilke miwi at FreeBSD.org
Sat Mar 2 16:53:20 UTC 2013


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 at 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 at FreeBSD.org>
-#
+# Created by: Alexander Leidinger <netchild at 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


More information about the svn-ports-all mailing list