Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Sep 2021 06:07:29 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: fb48c5169a22 - main - devel/pear-I18N: Remove duplicate BUILD_DEPENDS and RUN_DEPENDS
Message-ID:  <202109190607.18J67TEO053309@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=fb48c5169a2283bd51fb9f1945b7ee93d7db5ce2

commit fb48c5169a2283bd51fb9f1945b7ee93d7db5ce2
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-09-19 05:29:00 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-09-19 06:00:02 +0000

    devel/pear-I18N: Remove duplicate BUILD_DEPENDS and RUN_DEPENDS
    
    - Add NO_ARCH
    - Update pkg-descr
---
 devel/pear-I18N/Makefile  | 7 +++----
 devel/pear-I18N/pkg-descr | 6 +++---
 2 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/devel/pear-I18N/Makefile b/devel/pear-I18N/Makefile
index 43f18c5bc48b..5db47310778f 100644
--- a/devel/pear-I18N/Makefile
+++ b/devel/pear-I18N/Makefile
@@ -5,13 +5,12 @@ PORTVERSION=	1.0.0
 CATEGORIES=	devel www pear
 
 MAINTAINER=	sunpoet@FreeBSD.org
-COMMENT=	PEAR internationalization package
+COMMENT=	Internationalization package
 
 LICENSE=	PHP30
 
-BUILD_DEPENDS=	${PEARDIR}/PEAR.php:devel/pear@${PHP_FLAVOR}
-RUN_DEPENDS=	${PEARDIR}/PEAR.php:devel/pear@${PHP_FLAVOR}
-
 USES=		pear
 
+NO_ARCH=	yes
+
 .include <bsd.port.mk>
diff --git a/devel/pear-I18N/pkg-descr b/devel/pear-I18N/pkg-descr
index 7a1630faf920..d6051d3cd0c4 100644
--- a/devel/pear-I18N/pkg-descr
+++ b/devel/pear-I18N/pkg-descr
@@ -1,8 +1,8 @@
 This package supports you to localize your applications.
 
-Multiple ways of supporting translation are implemented and methods to
-determine the current users (browser-)language.
+Multiple ways of supporting translation are implemented and methods to determine
+the current users (browser-)language.
 
-Localizing Numbers, DateTime and currency is also possible.
+Localizing Numbers, DateTime and currency is also implemented.
 
 WWW: https://pear.php.net/package/I18N



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