Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Feb 2015 15:32:47 +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: r379810 - head/textproc/pecl-enchant
Message-ID:  <201502241532.t1OFWlvS074393@svn.freebsd.org>

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

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

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

Modified: head/textproc/pecl-enchant/Makefile
==============================================================================
--- head/textproc/pecl-enchant/Makefile	Tue Feb 24 15:29:43 2015	(r379809)
+++ head/textproc/pecl-enchant/Makefile	Tue Feb 24 15:32:46 2015	(r379810)
@@ -6,20 +6,21 @@ DISTVERSION=	1.1.0
 CATEGORIES=	textproc devel pear
 MASTER_SITES=	http://pecl.php.net/get/
 PKGNAMEPREFIX=	pecl-
-EXTRACT_SUFX=	.tgz
 DIST_SUBDIR=	PECL
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Libenchant Binder that Support Near All Spelling Tools
 
-LIB_DEPENDS=	libenchant.so:${PORTSDIR}/textproc/enchant
+LICENSE=	PHP30
 
-CONFIGURE_ARGS+=--with-enchant=${LOCALBASE}
+LIB_DEPENDS=	libenchant.so:${PORTSDIR}/textproc/enchant
 
+USES=		tar:tgz
 USE_PHP=	yes
 USE_PHPEXT=	yes
 PHP_MODNAME=	${PORTNAME}
-DEFAULT_PHP_VER=53
-IGNORE_WITH_PHP=5
+DEFAULT_VERSIONS+=	php=53
+IGNORE_WITH_PHP=	5
+CONFIGURE_ARGS+=	--with-enchant=${LOCALBASE}
 
 .include <bsd.port.mk>

Modified: head/textproc/pecl-enchant/pkg-descr
==============================================================================
--- head/textproc/pecl-enchant/pkg-descr	Tue Feb 24 15:29:43 2015	(r379809)
+++ head/textproc/pecl-enchant/pkg-descr	Tue Feb 24 15:32:46 2015	(r379810)
@@ -5,4 +5,4 @@ ispell),hspell(hebrew),ispell,myspell/hu
 (OpenOffice project, mozilla),uspell (primarily 
 Yiddish, Hebrew, and Eastern European languages)
 
-WWW:   http://pecl.php.net/package/enchant/
+WWW: http://pecl.php.net/package/enchant/



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