aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2017-03-28 12:00:37 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2017-03-28 12:00:37 +0000
commit8952072d99ad60003fbbd9ab7d2b57ac427ecee9 (patch)
treedbb9fac63e0a9473d8e0abd455950f70ed171485 /net
parent55101a83b8e52aacb81bd4747c3db761a9209dd9 (diff)
downloadports-8952072d99ad60003fbbd9ab7d2b57ac427ecee9.tar.gz
ports-8952072d99ad60003fbbd9ab7d2b57ac427ecee9.zip
Notes
Diffstat (limited to 'net')
-rw-r--r--net/py-pysendfile/Makefile9
-rw-r--r--net/py-pysendfile/distinfo5
-rw-r--r--net/py-pysendfile/files/patch-setup.py10
3 files changed, 5 insertions, 19 deletions
diff --git a/net/py-pysendfile/Makefile b/net/py-pysendfile/Makefile
index fb6c45fccb98..84dbfad1bb87 100644
--- a/net/py-pysendfile/Makefile
+++ b/net/py-pysendfile/Makefile
@@ -2,10 +2,9 @@
# $FreeBSD$
PORTNAME= pysendfile
-PORTVERSION= 2.0.0
-PORTREVISION= 1
+PORTVERSION= 2.0.1
CATEGORIES= net python devel
-MASTER_SITES= GOOGLE_CODE
+MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= koobs@FreeBSD.org
@@ -13,10 +12,6 @@ COMMENT= Python interface to sendfile(2)
LICENSE= MIT
-BROKEN= Unfetchable (google code has gone away)
-DEPRECATED= Unfetchable for more than six months (google code has gone away)
-EXPIRATION_DATE= 2017-04-30
-
CONFLICTS_INSTALL= py*-sendfile-[0-9]*
USES= python
diff --git a/net/py-pysendfile/distinfo b/net/py-pysendfile/distinfo
index 9291faa611f7..2c09bf5ff591 100644
--- a/net/py-pysendfile/distinfo
+++ b/net/py-pysendfile/distinfo
@@ -1,2 +1,3 @@
-SHA256 (pysendfile-2.0.0.tar.gz) = b7b747e47f2b1b16942d8db9139e0f0f70546ca80a06460bd5abfdc7a1bca957
-SIZE (pysendfile-2.0.0.tar.gz) = 11155
+TIMESTAMP = 1490700938
+SHA256 (pysendfile-2.0.1.tar.gz) = 510a414b270986fba3c79cb76d90a4c910c701bfb43ff983a5d4e92846050e17
+SIZE (pysendfile-2.0.1.tar.gz) = 19315
diff --git a/net/py-pysendfile/files/patch-setup.py b/net/py-pysendfile/files/patch-setup.py
deleted file mode 100644
index 614e5a1d0069..000000000000
--- a/net/py-pysendfile/files/patch-setup.py
+++ /dev/null
@@ -1,10 +0,0 @@
---- ./setup.py.orig 2012-06-17 22:22:27.000000000 +1000
-+++ ./setup.py 2012-06-17 22:22:42.000000000 +1000
-@@ -79,6 +79,7 @@
- 'Topic :: Internet :: WWW/HTTP',
- 'License :: OSI Approved :: MIT License',
- ],
-+ zip_safe=False,
- ext_modules = [Extension('sendfile',
- sources=['sendfilemodule.c'],
- libraries=libraries)],