Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Sep 2021 06:07:44 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9e702091dce6 - main - sysutils/pear-I18Nv2: Add LICENSE
Message-ID:  <202109190607.18J67iD5053633@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9e702091dce67b3607a4cfcd40d18b48ff758720

commit 9e702091dce67b3607a4cfcd40d18b48ff758720
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-09-19 05:30:03 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-09-19 06:00:10 +0000

    sysutils/pear-I18Nv2: Add LICENSE
    
    - Add NO_ARCH
    - Update pkg-descr
---
 sysutils/pear-I18Nv2/Makefile  | 8 ++++++--
 sysutils/pear-I18Nv2/pkg-descr | 8 ++++----
 2 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/sysutils/pear-I18Nv2/Makefile b/sysutils/pear-I18Nv2/Makefile
index bfad96601d55..aceeae7d1971 100644
--- a/sysutils/pear-I18Nv2/Makefile
+++ b/sysutils/pear-I18Nv2/Makefile
@@ -7,7 +7,11 @@ CATEGORIES=	sysutils devel pear
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	PEAR Internationalization
 
-USES=		pear php
-USE_PHP=	iconv
+LICENSE=	PHP30
+
+USES=		pear
+USE_PHP=	iconv pcre
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>
diff --git a/sysutils/pear-I18Nv2/pkg-descr b/sysutils/pear-I18Nv2/pkg-descr
index 866a129f2ad7..1fb970c0121e 100644
--- a/sysutils/pear-I18Nv2/pkg-descr
+++ b/sysutils/pear-I18Nv2/pkg-descr
@@ -1,7 +1,7 @@
-This package provides basic support to localize your application,
-like locale based formatting of dates, numbers and currencies.
+This package provides basic support to localize your application, like locale
+based formatting of dates, numbers and currencies.
 
-Beside that it attempts to provide an OS independent way to setlocale()
-and aims to provide language and country names translated into many languages.
+Beside that it attempts to provide an OS independent way to setlocale() and aims
+to provide language, country and currency names translated into many languages.
 
 WWW: https://pear.php.net/package/I18Nv2



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