Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Feb 2015 08:04:24 +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: r379886 - head/www/pecl-swish
Message-ID:  <201502250804.t1P84ONe052164@svn.freebsd.org>

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



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