svn commit: r342122 - head/net/py-pysendfile

Kubilay Kocak koobs at FreeBSD.org
Sat Feb 1 11:45:24 UTC 2014


Author: koobs
Date: Sat Feb  1 11:45:23 2014
New Revision: 342122
URL: http://svnweb.freebsd.org/changeset/ports/342122
QAT: https://qat.redports.org/buildarchive/r342122/

Log:
  net/py-pysendfile: Modernise: STAGE, AUTOPLIST and more
  
  - Enable STAGE support
  - Enable AUTOPLIST, delete pkg-plist
  - Add LICENSE (MIT)
  - Deprecate easy_install target
  - Deprecate EASYINSTALL_ARCHDEP
  - Remove indefinite article from COMMENT
  - pkg-descr: Tab to space in WWW:
  - Bump PORTREVISION

Deleted:
  head/net/py-pysendfile/pkg-plist
Modified:
  head/net/py-pysendfile/Makefile
  head/net/py-pysendfile/pkg-descr

Modified: head/net/py-pysendfile/Makefile
==============================================================================
--- head/net/py-pysendfile/Makefile	Sat Feb  1 11:43:49 2014	(r342121)
+++ head/net/py-pysendfile/Makefile	Sat Feb  1 11:45:23 2014	(r342122)
@@ -3,18 +3,20 @@
 
 PORTNAME=	pysendfile
 PORTVERSION=	2.0.0
+PORTREVISION=	1
 CATEGORIES=	net python devel
 MASTER_SITES=	GOOGLE_CODE
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	koobs at FreeBSD.org
-COMMENT=	A Python interface to sendfile(2)
+COMMENT=	Python interface to sendfile(2)
+
+LICENSE=	MIT
 
 CONFLICTS_INSTALL=	py*-sendfile-[0-9]*
 
-USE_PYTHON=	yes
-USE_PYDISTUTILS=	easy_install
-PYEASYINSTALL_ARCHDEP=	yes
+USE_PYTHON=		yes
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/net/py-pysendfile/pkg-descr
==============================================================================
--- head/net/py-pysendfile/pkg-descr	Sat Feb  1 11:43:49 2014	(r342121)
+++ head/net/py-pysendfile/pkg-descr	Sat Feb  1 11:45:23 2014	(r342122)
@@ -3,4 +3,4 @@ from one file descriptor to another (a s
 to the fact that all of the copying of data between the two descriptors is
 done entirely by the kernel, with no copying of data into userspace buffers.
 
-WWW:	http://code.google.com/p/pysendfile
+WWW: http://code.google.com/p/pysendfile


More information about the svn-ports-head mailing list