Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Feb 2015 03:39:45 +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: r379738 - head/devel/pecl-operator
Message-ID:  <201502240339.t1O3djbT032060@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Tue Feb 24 03:39:44 2015
New Revision: 379738
URL: https://svnweb.freebsd.org/changeset/ports/379738
QAT: https://qat.redports.org/buildarchive/r379738/

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

Modified:
  head/devel/pecl-operator/Makefile

Modified: head/devel/pecl-operator/Makefile
==============================================================================
--- head/devel/pecl-operator/Makefile	Tue Feb 24 03:36:45 2015	(r379737)
+++ head/devel/pecl-operator/Makefile	Tue Feb 24 03:39:44 2015	(r379738)
@@ -6,8 +6,6 @@ PORTVERSION=	0.3
 CATEGORIES=	devel pear
 MASTER_SITES=	http://pecl.php.net/get/
 PKGNAMEPREFIX=	pecl-
-DISTNAME=	operator-${PORTVERSION}
-EXTRACT_SUFX=	.tgz
 DIST_SUBDIR=	PECL
 
 MAINTAINER=	ports@FreeBSD.org
@@ -15,9 +13,10 @@ COMMENT=	PHP extension that provides ope
 
 LICENSE=	PHP30
 
+USES=		tar:tgz
 USE_PHP=	yes
 USE_PHPEXT=	yes
-DEFAULT_PHP_VER?=	53
+DEFAULT_VERSIONS+=	php=53
 PHP_MODNAME=	${PORTNAME}
 
 post-extract::



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