svn commit: r437120 - in head/net/py-pysendfile: . files

Li-Wen Hsu lwhsu at FreeBSD.org
Tue Mar 28 12:00:38 UTC 2017


Author: lwhsu
Date: Tue Mar 28 12:00:37 2017
New Revision: 437120
URL: https://svnweb.freebsd.org/changeset/ports/437120

Log:
  - Update to 2.0.1
  
  Approved by:	koobs (maintainer)

Deleted:
  head/net/py-pysendfile/files/
Modified:
  head/net/py-pysendfile/Makefile
  head/net/py-pysendfile/distinfo

Modified: head/net/py-pysendfile/Makefile
==============================================================================
--- head/net/py-pysendfile/Makefile	Tue Mar 28 12:00:09 2017	(r437119)
+++ head/net/py-pysendfile/Makefile	Tue Mar 28 12:00:37 2017	(r437120)
@@ -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 at 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

Modified: head/net/py-pysendfile/distinfo
==============================================================================
--- head/net/py-pysendfile/distinfo	Tue Mar 28 12:00:09 2017	(r437119)
+++ head/net/py-pysendfile/distinfo	Tue Mar 28 12:00:37 2017	(r437120)
@@ -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


More information about the svn-ports-all mailing list