View | Details | Raw Unified | Return to bug 212506
Collapse All | Expand All

(-)Makefile (-3 / +3 lines)
Lines 2-17 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	ssh2
4
PORTNAME=	ssh2
5
PORTVERSION=	0.12
5
PORTVERSION=	0.13
6
PORTREVISION=	1
7
CATEGORIES=	security pear
6
CATEGORIES=	security pear
8
MASTER_SITES=	http://pecl.php.net/get/
7
MASTER_SITES=	http://pecl.php.net/get/
9
PKGNAMEPREFIX=	pecl-
8
PKGNAMEPREFIX=	pecl-
10
9
11
MAINTAINER=	ports@FreeBSD.org
10
MAINTAINER=	dbaio@bsd.com.br
12
COMMENT=	PECL extension to the libssh2 library
11
COMMENT=	PECL extension to the libssh2 library
13
12
14
LICENSE=	PHP301
13
LICENSE=	PHP301
14
LICENSE_FILE=	${WRKSRC}/LICENSE
15
15
16
LIB_DEPENDS=	libssh2.so:security/libssh2
16
LIB_DEPENDS=	libssh2.so:security/libssh2
17
17
(-)distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (ssh2-0.12.tgz) = 600c82d2393acf3642f19914f06a7afea57ee05cb8c10e8a5510b32188b97f99
1
TIMESTAMP = 1473275266
2
SIZE (ssh2-0.12.tgz) = 26223
2
SHA256 (ssh2-0.13.tgz) = cb2cb8ab840b5b36bcd8a8df06ea4a970a61e4cb3980f3c0ac5c913522e6c1be
3
SIZE (ssh2-0.13.tgz) = 28984

Return to bug 212506