svn commit: r379886 - head/www/pecl-swish

Vanilla I. Shu vanilla at FreeBSD.org
Wed Feb 25 08:04:25 UTC 2015


Author: vanilla
Date: Wed Feb 25 08:04:24 2015
New Revision: 379886
URL: https://svnweb.freebsd.org/changeset/ports/379886
QAT: https://qat.redports.org/buildarchive/r379886/

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

Modified:
  head/www/pecl-swish/Makefile

Modified: head/www/pecl-swish/Makefile
==============================================================================
--- head/www/pecl-swish/Makefile	Wed Feb 25 07:57:28 2015	(r379885)
+++ head/www/pecl-swish/Makefile	Wed Feb 25 08:04:24 2015	(r379886)
@@ -6,15 +6,17 @@ PORTVERSION=	0.5.0
 CATEGORIES=	www pear
 MASTER_SITES=	http://pecl.php.net/get/
 PKGNAMEPREFIX=	pecl-
-EXTRACT_SUFX=	.tgz
 DIST_SUBDIR=	PECL
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Swish-e bindings for PHP
 
+LICENSE=	PHP301
+
 BUILD_DEPENDS=	swish-config:${PORTSDIR}/www/swish-e
 RUN_DEPENDS:=	swish-config:${PORTSDIR}/www/swish-e
 
+USES=		tar:tgz
 USE_PHP=	yes
 USE_PHPEXT=	yes
 


More information about the svn-ports-all mailing list