Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Feb 2015 03:50:41 +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: r379742 - head/devel/pecl-spread
Message-ID:  <201502240350.t1O3ofIQ037236@svn.freebsd.org>

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

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

Modified:
  head/devel/pecl-spread/Makefile

Modified: head/devel/pecl-spread/Makefile
==============================================================================
--- head/devel/pecl-spread/Makefile	Tue Feb 24 03:48:55 2015	(r379741)
+++ head/devel/pecl-spread/Makefile	Tue Feb 24 03:50:40 2015	(r379742)
@@ -7,7 +7,6 @@ PORTREVISION=	2
 CATEGORIES=	devel pear
 MASTER_SITES=	http://pecl.php.net/get/
 PKGNAMEPREFIX=	pecl-
-EXTRACT_SUFX=	.tgz
 DIST_SUBDIR=	PECL
 
 MAINTAINER=	ports@FreeBSD.org
@@ -18,10 +17,11 @@ LICENSE=	PHP301
 BUILD_DEPENDS=	${LOCALBASE}/include/sp.h:${PORTSDIR}/net/spread4
 RUN_DEPENDS=	${LOCALBASE}/include/sp.h:${PORTSDIR}/net/spread4
 
+USES=		tar:tgz
 USE_PHP=	yes
 USE_PHPEXT=	yes
-DEFAULT_PHP_VER=53
+DEFAULT_VERSIONS+=	php=53
 
-CONFIGURE_ARGS+=--with-spread=${LOCALBASE}
+CONFIGURE_ARGS+=	--with-spread=${LOCALBASE}
 
 .include <bsd.port.mk>



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