svn commit: r422078 - head/security/pecl-ssh2

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Sep 13 20:14:01 UTC 2016


Author: amdmi3
Date: Tue Sep 13 20:13:59 2016
New Revision: 422078
URL: https://svnweb.freebsd.org/changeset/ports/422078

Log:
  - Update to 0.13
  - Add LICENSE_FILE
  - Take maintainership
  
  PR:		212506
  Submitted by:	dbaio at bsd.com.br

Modified:
  head/security/pecl-ssh2/Makefile
  head/security/pecl-ssh2/distinfo

Modified: head/security/pecl-ssh2/Makefile
==============================================================================
--- head/security/pecl-ssh2/Makefile	Tue Sep 13 20:13:04 2016	(r422077)
+++ head/security/pecl-ssh2/Makefile	Tue Sep 13 20:13:59 2016	(r422078)
@@ -2,16 +2,16 @@
 # $FreeBSD$
 
 PORTNAME=	ssh2
-PORTVERSION=	0.12
-PORTREVISION=	1
+PORTVERSION=	0.13
 CATEGORIES=	security pear
 MASTER_SITES=	http://pecl.php.net/get/
 PKGNAMEPREFIX=	pecl-
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	dbaio at bsd.com.br
 COMMENT=	PECL extension to the libssh2 library
 
 LICENSE=	PHP301
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libssh2.so:security/libssh2
 

Modified: head/security/pecl-ssh2/distinfo
==============================================================================
--- head/security/pecl-ssh2/distinfo	Tue Sep 13 20:13:04 2016	(r422077)
+++ head/security/pecl-ssh2/distinfo	Tue Sep 13 20:13:59 2016	(r422078)
@@ -1,2 +1,3 @@
-SHA256 (ssh2-0.12.tgz) = 600c82d2393acf3642f19914f06a7afea57ee05cb8c10e8a5510b32188b97f99
-SIZE (ssh2-0.12.tgz) = 26223
+TIMESTAMP = 1473275266
+SHA256 (ssh2-0.13.tgz) = cb2cb8ab840b5b36bcd8a8df06ea4a970a61e4cb3980f3c0ac5c913522e6c1be
+SIZE (ssh2-0.13.tgz) = 28984


More information about the svn-ports-all mailing list