aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-06-05 18:38:52 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-06-05 18:46:59 +0000
commit6946add5194381ff69877153a79bd66a0138b2c7 (patch)
tree3bd303523743c5f8335cf0d9cc90cbca8a6c60cf
parent1d7bc258be9c366928ab83caecd8c238dfdc6f91 (diff)
downloadports-6946add5194381ff69877153a79bd66a0138b2c7.tar.gz
ports-6946add5194381ff69877153a79bd66a0138b2c7.zip
devel/pecl-ds: Update WWW and clean up pkg-descr
-rw-r--r--devel/pecl-ds/Makefile3
-rw-r--r--devel/pecl-ds/pkg-descr2
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