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

Vanilla I. Shu vanilla at FreeBSD.org
Tue Feb 24 09:29:19 UTC 2015


Author: vanilla
Date: Tue Feb 24 09:29:17 2015
New Revision: 379776
URL: https://svnweb.freebsd.org/changeset/ports/379776
QAT: https://qat.redports.org/buildarchive/r379776/

Log:
  1: add LICENSE.
  2: switch to USES=tar:tgz

Modified:
  head/security/pecl-ssh2/Makefile

Modified: head/security/pecl-ssh2/Makefile
==============================================================================
--- head/security/pecl-ssh2/Makefile	Tue Feb 24 09:27:32 2015	(r379775)
+++ head/security/pecl-ssh2/Makefile	Tue Feb 24 09:29:17 2015	(r379776)
@@ -6,13 +6,15 @@ PORTVERSION=	0.12
 CATEGORIES=	security pear
 MASTER_SITES=	http://pecl.php.net/get/
 PKGNAMEPREFIX=	pecl-
-EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	PECL extension to the libssh2 library
 
+LICENSE=	PHP301
+
 LIB_DEPENDS=	libssh2.so:${PORTSDIR}/security/libssh2
 
+USES=		tar:tgz
 USE_PHP=	yes
 USE_PHPEXT=	yes
 


More information about the svn-ports-head mailing list