Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Apr 2023 17:37:51 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: 4973f5e9dad6 - main - ftp/py-pycurl: Update WWW and clean up pkg-descr
Message-ID:  <202304051737.335HbpOn088366@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=4973f5e9dad60c585ea474e17ca0d8382307dc70

commit 4973f5e9dad60c585ea474e17ca0d8382307dc70
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-04-05 17:17:21 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-04-05 17:30:41 +0000

    ftp/py-pycurl: Update WWW and clean up pkg-descr
---
 ftp/py-pycurl/Makefile  | 3 ++-
 ftp/py-pycurl/pkg-descr | 2 --
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/ftp/py-pycurl/Makefile b/ftp/py-pycurl/Makefile
index e4845e3afb86..1af76ec5fb77 100644
--- a/ftp/py-pycurl/Makefile
+++ b/ftp/py-pycurl/Makefile
@@ -6,7 +6,8 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Python interface to libcurl
-WWW=		http://pycurl.io/
+WWW=		http://pycurl.io/ \
+		https://github.com/pycurl/pycurl
 
 LICENSE=	LGPL21 MIT
 LICENSE_COMB=	dual
diff --git a/ftp/py-pycurl/pkg-descr b/ftp/py-pycurl/pkg-descr
index f71cfc55f823..5a239cd157bd 100644
--- a/ftp/py-pycurl/pkg-descr
+++ b/ftp/py-pycurl/pkg-descr
@@ -11,5 +11,3 @@ PycURL exposes most of the functionality of libcurl, including:
 - Multi and share interfaces.
 - Sockets used for network operations, permitting integration of PycURL into the
   applications' I/O loop (e.g., using Tornado).
-
-See also: https://github.com/pycurl/pycurl



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