Bug 186549 - [Maintainer Update] devel/py-robotframework 2.8.3 -> 2.8.4
Summary: [Maintainer Update] devel/py-robotframework 2.8.3 -> 2.8.4
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: Ruslan Makhmatkhanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-07 20:10 UTC by vladimir.chukharev
Modified: 2014-02-09 10:50 UTC (History)
0 users

See Also:


Attachments
file.diff (794 bytes, patch)
2014-02-07 20:10 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 2014-02-07 20:10:00 UTC
Siting Pekka Laukkanen:

Robot Framework 2.8.4 is ready and released. The most important and 
most visible enhancement is the generic search functionality in 
reports. See release notes [1] for a full list of other higher and 
lower priority fixes and enhancements.
[1] http://code.google.com/p/robotframework/wiki/ReleaseNotes28#Robot_Framework_2.8.4

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-02-07 20:10:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-02-09 10:41:08 UTC
Author: rm
Date: Sun Feb  9 10:41:00 2014
New Revision: 343450
URL: http://svnweb.freebsd.org/changeset/ports/343450
QAT: https://qat.redports.org/buildarchive/r343450/

Log:
  - update to 2.8.4
  
  PR:		186549
  Submitted by:	Vladimir Chukharev <Vladimir.Chukharev@gmail.com> (maintainer)

Modified:
  head/devel/py-robotframework/Makefile
  head/devel/py-robotframework/distinfo
  head/devel/py-robotframework/pkg-descr

Modified: head/devel/py-robotframework/Makefile
==============================================================================
--- head/devel/py-robotframework/Makefile	Sun Feb  9 10:32:15 2014	(r343449)
+++ head/devel/py-robotframework/Makefile	Sun Feb  9 10:41:00 2014	(r343450)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	robotframework
-PORTVERSION=	2.8.3
+PORTVERSION=	2.8.4
 CATEGORIES=	devel www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,8 +12,8 @@ COMMENT=	Generic test automation framewo
 
 LICENSE=	APACHE20
 
-USE_PYTHON=	2
-USE_PYDISTUTILS=yes
+USE_PYTHON=		2
+USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/py-robotframework/distinfo
==============================================================================
--- head/devel/py-robotframework/distinfo	Sun Feb  9 10:32:15 2014	(r343449)
+++ head/devel/py-robotframework/distinfo	Sun Feb  9 10:41:00 2014	(r343450)
@@ -1,2 +1,2 @@
-SHA256 (robotframework-2.8.3.tar.gz) = bb8ca9bad5152a3ac19e4dfc6e097324b31a4a8879d66c268e61d3eb577fd2f4
-SIZE (robotframework-2.8.3.tar.gz) = 570523
+SHA256 (robotframework-2.8.4.tar.gz) = 563c2992eff8b08116b3285150682e7163e5c68a2988423667a180c0ca08b367
+SIZE (robotframework-2.8.4.tar.gz) = 579857

Modified: head/devel/py-robotframework/pkg-descr
==============================================================================
--- head/devel/py-robotframework/pkg-descr	Sun Feb  9 10:32:15 2014	(r343449)
+++ head/devel/py-robotframework/pkg-descr	Sun Feb  9 10:41:00 2014	(r343450)
@@ -6,4 +6,4 @@ libraries implemented either with Python
 new keywords from existing ones using the same syntax that is used for
 creating test cases.
 
-WWW: http://robotframework.org
+WWW: http://robotframework.org/
_______________________________________________
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"
Comment 3 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2014-02-09 10:42:19 UTC
Responsible Changed
From-To: freebsd-python->rm

I will take it.
Comment 4 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2014-02-09 10:42:27 UTC
State Changed
From-To: open->closed

Committed, thank you!