git: 6946add51943 - main - devel/pecl-ds: Update WWW and clean up pkg-descr
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 05 Jun 2023 18:51:47 UTC
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