aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-04-05 17:17:21 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-04-05 17:30:41 +0000
commit4973f5e9dad60c585ea474e17ca0d8382307dc70 (patch)
treee5a05e9b14b2fa23b621fbaaace29ccacd37c3c9
parente9bb6f6cffdc248b1e05e2edf2cd40af1348d9e4 (diff)
downloadports-4973f5e9dad60c585ea474e17ca0d8382307dc70.tar.gz
ports-4973f5e9dad60c585ea474e17ca0d8382307dc70.zip
ftp/py-pycurl: Update WWW and clean up pkg-descr
-rw-r--r--ftp/py-pycurl/Makefile3
-rw-r--r--ftp/py-pycurl/pkg-descr2
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