Bug 183528 - [Maintainer Update] devel/py-robotframework-ride 1.2.1 -> 1.2.2
Summary: [Maintainer Update] devel/py-robotframework-ride 1.2.1 -> 1.2.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-31 13:40 UTC by vladimir.chukharev
Modified: 2013-10-31 14:00 UTC (History)
0 users

See Also:


Attachments
file.diff (797 bytes, patch)
2013-10-31 13:40 UTC, vladimir.chukharev
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description vladimir.chukharev 2013-10-31 13:40:01 UTC
Update devel/py-robotframework-ride version 1.2.1 to a new version 1.2.2, announced yesterday. Thanks to portscout!

Fixed in v1.2.2:
ID	Type	Priority	Summary
Issue 1293	Enhancement	High	Improve start speed of robot inside Ride.
Issue 1282	Defect	Medium	Pickle memory leak in TestRunner plugin
Issue 1292	Enhancement	Medium	Add "Select only passed Tests" option
Issue 1294	Defect	Low	Changed testcase form value is not saved, if the cursor is left in same form field

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-10-31 13:40:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 William Grzybowski freebsd_committer freebsd_triage 2013-10-31 13:43:41 UTC
Responsible Changed
From-To: freebsd-python->wg

I'll take it.
Comment 3 William Grzybowski freebsd_committer freebsd_triage 2013-10-31 13:57:42 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-10-31 13:57:46 UTC
Author: wg
Date: Thu Oct 31 13:57:34 2013
New Revision: 332243
URL: http://svnweb.freebsd.org/changeset/ports/332243

Log:
  devel/py-robotframework-ride: update to 1.2.2
  
  - Update to 1.2.2 [1]
  - Allow staging
  
  PR:		ports/183528 [1]
  Submitted by:	Vladimir Chukharev <Vladimir.Chukharev gmail.com> (maintainer)

Deleted:
  head/devel/py-robotframework-ride/pkg-plist
Modified:
  head/devel/py-robotframework-ride/Makefile
  head/devel/py-robotframework-ride/distinfo

Modified: head/devel/py-robotframework-ride/Makefile
==============================================================================
--- head/devel/py-robotframework-ride/Makefile	Thu Oct 31 13:54:15 2013	(r332242)
+++ head/devel/py-robotframework-ride/Makefile	Thu Oct 31 13:57:34 2013	(r332243)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	robotframework-ride
-PORTVERSION=	1.2.1
-PORTREVISION=	1
+PORTVERSION=	1.2.2
 CATEGORIES=	devel www python
 MASTER_SITES=	GOOGLE_CODE
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -18,10 +17,9 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}robo
 
 USE_PYTHON=	-2.7
 USE_PYDISTUTILS=	yes
-PLIST_SUB+=		PYTHON_VER=${PYTHON_VER} PORTNAME=${PORTNAME:S/-/_/} PORTVERSION=${PORTVERSION}
+PYDISTUTILS_AUTOPLIST=	yes
 PYDISTUTILS_NOEGGINFO=	yes
 USE_WX=		2.8+
 WX_COMPS=	python:run
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/py-robotframework-ride/distinfo
==============================================================================
--- head/devel/py-robotframework-ride/distinfo	Thu Oct 31 13:54:15 2013	(r332242)
+++ head/devel/py-robotframework-ride/distinfo	Thu Oct 31 13:57:34 2013	(r332243)
@@ -1,2 +1,2 @@
-SHA256 (robotframework-ride-1.2.1.tar.gz) = 07084f2f25558718fc76c6cbaa0739ce185cc12cb684799702f141007be8e443
-SIZE (robotframework-ride-1.2.1.tar.gz) = 863374
+SHA256 (robotframework-ride-1.2.2.tar.gz) = c3211575afcc347f28b976af4bb68f7eccdedb1071b8c1419a7c4ad920a0dbf9
+SIZE (robotframework-ride-1.2.2.tar.gz) = 867256
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"