Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Feb 2015 02:53:30 +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: r379730 - head/devel/pecl-bcompiler
Message-ID:  <201502240253.t1O2rULV011081@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Tue Feb 24 02:53:29 2015
New Revision: 379730
URL: https://svnweb.freebsd.org/changeset/ports/379730
QAT: https://qat.redports.org/buildarchive/r379730/

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

Modified:
  head/devel/pecl-bcompiler/Makefile

Modified: head/devel/pecl-bcompiler/Makefile
==============================================================================
--- head/devel/pecl-bcompiler/Makefile	Tue Feb 24 02:51:34 2015	(r379729)
+++ head/devel/pecl-bcompiler/Makefile	Tue Feb 24 02:53:29 2015	(r379730)
@@ -6,15 +6,17 @@ PORTVERSION=	1.0.2
 CATEGORIES=	devel pear
 MASTER_SITES=	http://pecl.php.net/get/
 PKGNAMEPREFIX=	pecl-
-EXTRACT_SUFX=	.tgz
 DIST_SUBDIR=	PECL
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Bytecode compiler extension
 
+LICENSE=	PHP202
+
+USES=		tar:tgz
 USE_PHP=	bz2
 USE_PHPEXT=	yes
-DEFAULT_PHP_VER=53
+DEFAULT_VERSIONS+=	php=53
 IGNORE_WITH_PHP=5
 
 CONFIGURE_ARGS=	--enable-bcompiler



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