Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Jun 2023 18:51:47 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: 6946add51943 - main - devel/pecl-ds: Update WWW and clean up pkg-descr
Message-ID:  <202306051851.355IplaO050201@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=6946add5194381ff69877153a79bd66a0138b2c7

commit 6946add5194381ff69877153a79bd66a0138b2c7
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-06-05 18:38:52 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-06-05 18:46:59 +0000

    devel/pecl-ds: Update WWW and clean up pkg-descr
---
 devel/pecl-ds/Makefile  | 3 ++-
 devel/pecl-ds/pkg-descr | 2 --
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/devel/pecl-ds/Makefile b/devel/pecl-ds/Makefile
index 986ef4844e92..692da53aff3e 100644
--- a/devel/pecl-ds/Makefile
+++ b/devel/pecl-ds/Makefile
@@ -4,7 +4,8 @@ CATEGORIES=	devel
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Data Structures for PHP
-WWW=		https://pecl.php.net/package/ds
+WWW=		https://pecl.php.net/package/ds \
+		https://github.com/php-ds/ext-ds
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
diff --git a/devel/pecl-ds/pkg-descr b/devel/pecl-ds/pkg-descr
index 5fdba3d97b02..09dc0b677e69 100644
--- a/devel/pecl-ds/pkg-descr
+++ b/devel/pecl-ds/pkg-descr
@@ -2,5 +2,3 @@ Data Structures (DS) is an extension providing specialized data structures as
 efficient alternatives to the PHP array. You can read about it in more detail in
 this blog post which highlights the API, performance and other benefits of using
 the extension.
-
-See also: https://github.com/php-ds/ext-ds



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