Date: Wed, 5 Apr 2023 17:38:17 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: 011135d2777c - main - net/py-ndg-httpsclient: Update WWW and clean up pkg-descr Message-ID: <202304051738.335HcHDR088869@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=011135d2777cb7f458c1dc63546eef7dc9e38e3f commit 011135d2777cb7f458c1dc63546eef7dc9e38e3f Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-05 17:18:17 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-05 17:30:46 +0000 net/py-ndg-httpsclient: Update WWW and clean up pkg-descr --- net/py-ndg-httpsclient/Makefile | 2 +- net/py-ndg-httpsclient/pkg-descr | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/net/py-ndg-httpsclient/Makefile b/net/py-ndg-httpsclient/Makefile index 3ccf79b61405..a81a99890925 100644 --- a/net/py-ndg-httpsclient/Makefile +++ b/net/py-ndg-httpsclient/Makefile @@ -8,7 +8,7 @@ DISTNAME= ndg_httpsclient-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Enhance HTTPS support for httplib and urllib2 -WWW= https://pypi.org/project/ndg-httpsclient/ +WWW= https://github.com/cedadev/ndg_httpsclient LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/ndg/httpsclient/LICENSE diff --git a/net/py-ndg-httpsclient/pkg-descr b/net/py-ndg-httpsclient/pkg-descr index 3e9e1183c057..edf992079a2c 100644 --- a/net/py-ndg-httpsclient/pkg-descr +++ b/net/py-ndg-httpsclient/pkg-descr @@ -1,4 +1,2 @@ This is a HTTPS client implementation for httplib and urllib2 based on PyOpenSSL. - -See also: https://github.com/cedadev/ndg_httpsclient
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304051738.335HcHDR088869>