Date: Thu, 18 Jul 2024 16:48:44 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: 4c0ca00e46dc - main - net/p5-Net-OAuth: Update WWW and clean up pkg-descr Message-ID: <202407181648.46IGmiPY010459@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=4c0ca00e46dc2e9b8a9043d6778843859b626d45 commit 4c0ca00e46dc2e9b8a9043d6778843859b626d45 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-07-18 16:45:47 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-07-18 16:45:47 +0000 net/p5-Net-OAuth: Update WWW and clean up pkg-descr --- net/p5-Net-OAuth/Makefile | 3 ++- net/p5-Net-OAuth/pkg-descr | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/net/p5-Net-OAuth/Makefile b/net/p5-Net-OAuth/Makefile index 2ee35883e784..20ba7fd74fe8 100644 --- a/net/p5-Net-OAuth/Makefile +++ b/net/p5-Net-OAuth/Makefile @@ -7,7 +7,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Implementation of the OAuth protocol -WWW= https://metacpan.org/release/Net-OAuth +WWW= https://metacpan.org/release/Net-OAuth \ + https://oauth.net/ LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/net/p5-Net-OAuth/pkg-descr b/net/p5-Net-OAuth/pkg-descr index f5f14235a607..95a2574e2f93 100644 --- a/net/p5-Net-OAuth/pkg-descr +++ b/net/p5-Net-OAuth/pkg-descr @@ -15,5 +15,3 @@ Net::OAuth provides: Net::OAuth does not provide: - Consumer or Service Provider encapsulation - token/nonce/key storage/management - -See also: https://oauth.net/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407181648.46IGmiPY010459>