svn commit: r452742 - head/devel/py-robotremoteserver

Danilo G. Baio dbaio at FreeBSD.org
Mon Oct 23 21:14:52 UTC 2017


Author: dbaio
Date: Mon Oct 23 21:14:50 2017
New Revision: 452742
URL: https://svnweb.freebsd.org/changeset/ports/452742

Log:
  devel/py-robotremoteserver: Allow use Python 3.x
  
  Remote server version 1.1 and newer support Python 2.6, 2.7, 3.3, and newer.
  Remote server 1.0 series supports Python versions 2.2-2.7.
  
  https://github.com/robotframework/PythonRemoteServer#id12
  
  While here, add LICENSE_FILE.
  
  PR:		223166
  Approved by:	vladimir.chukharev at gmail.com (maintainer)

Modified:
  head/devel/py-robotremoteserver/Makefile

Modified: head/devel/py-robotremoteserver/Makefile
==============================================================================
--- head/devel/py-robotremoteserver/Makefile	Mon Oct 23 20:46:08 2017	(r452741)
+++ head/devel/py-robotremoteserver/Makefile	Mon Oct 23 21:14:50 2017	(r452742)
@@ -2,6 +2,7 @@
 
 PORTNAME=	robotremoteserver
 PORTVERSION=	1.1
+PORTREVISION=	1
 CATEGORIES=	devel www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -10,10 +11,11 @@ MAINTAINER=	Vladimir.Chukharev at gmail.com
 COMMENT=	Python Remote Server for Robot Framework
 
 LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}robotframework>=2.7.5:devel/py-robotframework
 
-USES=		python:-2.7
+USES=		python
 USE_PYTHON=	distutils autoplist
 NO_ARCH=	yes
 


More information about the svn-ports-all mailing list