Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Feb 2015 15:37:03 +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: r379812 - head/textproc/pecl-html_parse
Message-ID:  <201502241537.t1OFb33I075230@svn.freebsd.org>

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

Log:
  1: add LICENSE.
  2: switch to USES=tar:tgz
  3: switch to DEFAULT_VERSIONS.
  4: remove extra line on pkg-descr.

Modified:
  head/textproc/pecl-html_parse/Makefile
  head/textproc/pecl-html_parse/pkg-descr

Modified: head/textproc/pecl-html_parse/Makefile
==============================================================================
--- head/textproc/pecl-html_parse/Makefile	Tue Feb 24 15:35:25 2015	(r379811)
+++ head/textproc/pecl-html_parse/Makefile	Tue Feb 24 15:37:02 2015	(r379812)
@@ -6,20 +6,22 @@ PORTVERSION=	1.0.0
 CATEGORIES=	textproc pear
 MASTER_SITES=	http://pecl.php.net/get/
 PKGNAMEPREFIX=	pecl-
-EXTRACT_SUFX=	.tgz
 DIST_SUBDIR=	PECL
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	PECL extension for the ekhtml library
 
+LICENSE=	PHP30
+
 BUILD_DEPENDS=	${LOCALBASE}/lib/libekhtml.a:${PORTSDIR}/textproc/ekhtml
 RUN_DEPENDS=	${LOCALBASE}/lib/libekhtml.a:${PORTSDIR}/textproc/ekhtml
 
+USES=		tar:tgz
 USE_PHP=	yes
 USE_PHP_BUILD=	yes
 USE_PHPEXT=	yes
-DEFAULT_PHP_VER=53
-IGNORE_WITH_PHP=5
+DEFAULT_VERSIONS+=	php=53
+IGNORE_WITH_PHP=	5
 
 CONFIGURE_ARGS=	--enable-html_parse
 

Modified: head/textproc/pecl-html_parse/pkg-descr
==============================================================================
--- head/textproc/pecl-html_parse/pkg-descr	Tue Feb 24 15:35:25 2015	(r379811)
+++ head/textproc/pecl-html_parse/pkg-descr	Tue Feb 24 15:37:02 2015	(r379812)
@@ -1,4 +1,3 @@
 A PECL HTML parser extension based on the ekhtml library
 
 WWW: http://pecl.php.net/package/html_parse
-



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