Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Feb 2014 11:45:23 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342122 - head/net/py-pysendfile
Message-ID:  <201402011145.s11BjNk9040756@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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