Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Sep 2021 06:07:23 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: 944e65dbddb6 - main - devel/pear-Date: Add NO_ARCH
Message-ID:  <202109190607.18J67N6X053183@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=944e65dbddb6fe81a869b2bcccb891108ee0aa04

commit 944e65dbddb6fe81a869b2bcccb891108ee0aa04
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-09-19 05:28:55 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-09-19 05:59:58 +0000

    devel/pear-Date: Add NO_ARCH
    
    - Update pkg-descr
---
 devel/pear-Date/Makefile  |  4 +++-
 devel/pear-Date/pkg-descr | 14 +++++---------
 2 files changed, 8 insertions(+), 10 deletions(-)

diff --git a/devel/pear-Date/Makefile b/devel/pear-Date/Makefile
index 9c2995434cca..ac4253bd7a48 100644
--- a/devel/pear-Date/Makefile
+++ b/devel/pear-Date/Makefile
@@ -5,11 +5,13 @@ PORTVERSION=	1.4.7
 CATEGORIES=	devel www pear
 
 MAINTAINER=	sunpoet@FreeBSD.org
-COMMENT=	PEAR Date and Time Zone Classes
+COMMENT=	Generic date/time handling class for PEAR
 
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/docs/LICENSE
 
 USES=		pear
 
+NO_ARCH=	yes
+
 .include <bsd.port.mk>
diff --git a/devel/pear-Date/pkg-descr b/devel/pear-Date/pkg-descr
index a4cc73a0ec16..6a78a9d0c600 100644
--- a/devel/pear-Date/pkg-descr
+++ b/devel/pear-Date/pkg-descr
@@ -1,11 +1,7 @@
-PEAR generic classes for representation and manipulation of dates,
-times and time zones without the need of timestamps, which is a
-huge limitation for php programs. Includes time zone data, time
-zone conversions and many date/time conversions.
-
-It does not rely on 32-bit system date stamps, so you can display
-calendars and compare dates that date pre 1970 and post 2038. This
-package also provides a class to convert date strings between
-Gregorian and Human calendar formats.
+Generic classes for representation and manipulation of dates, times and time
+zones without the need of timestamps, which is a huge limitation for PHP
+programs. Includes time zone data, time zone conversions and many date/time
+conversions. It does not rely on 32-bit system date stamps, so you can display
+calendars and compare dates that date pre 1970 and post 2038.
 
 WWW: https://pear.php.net/package/Date



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