Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Feb 2015 09:29:18 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r379776 - head/security/pecl-ssh2
Message-ID:  <201502240929.t1O9TIQd098752@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



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