Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Feb 2015 03:48:56 +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: r379741 - head/devel/pecl-shape
Message-ID:  <201502240348.t1O3muYL036864@svn.freebsd.org>

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

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

Modified:
  head/devel/pecl-shape/Makefile

Modified: head/devel/pecl-shape/Makefile
==============================================================================
--- head/devel/pecl-shape/Makefile	Tue Feb 24 03:46:47 2015	(r379740)
+++ head/devel/pecl-shape/Makefile	Tue Feb 24 03:48:55 2015	(r379741)
@@ -7,22 +7,24 @@ PORTREVISION=	1
 CATEGORIES=	devel pear
 MASTER_SITES=	http://pecl.php.net/get/
 PKGNAMEPREFIX=	pecl-
-EXTRACT_SUFX=	.tgz
 DIST_SUBDIR=	PECL
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	PECL extension that wraps libshape
 
+LICENSE=	PHP30
+
 LIB_DEPENDS=	libshp.so:${PORTSDIR}/devel/shapelib
 
+USES=		tar:tgz
 USE_PHP=	yes
 USE_PHP_BUILD=	yes
 USE_PHPEXT=	yes
 PHP_MODNAME=	shp
-DEFAULT_PHP_VER=53
-IGNORE_WITH_PHP=5
+DEFAULT_VERSIONS+=	php=53
+IGNORE_WITH_PHP=	5
 
-CONFIGURE_ARGS+=--with-shp=${LOCALBASE}
+CONFIGURE_ARGS+=	--with-shp=${LOCALBASE}
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|include/libshp|include|g' ${WRKSRC}/config.m4



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