svn commit: r379810 - head/textproc/pecl-enchant
Vanilla I. Shu
vanilla at FreeBSD.org
Tue Feb 24 15:32:48 UTC 2015
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 at 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/
More information about the svn-ports-all
mailing list