svn commit: r379738 - head/devel/pecl-operator

Vanilla I. Shu vanilla at FreeBSD.org
Tue Feb 24 03:39:45 UTC 2015


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 at 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::


More information about the svn-ports-all mailing list