Bug 186357 - [Maintainer Update] devel/py-robotframework-pabot 0.3 -> 0.4
Summary: [Maintainer Update] devel/py-robotframework-pabot 0.3 -> 0.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-01 22:50 UTC by vladimir.chukharev
Modified: 2014-02-09 10:50 UTC (History)
0 users

See Also:


Attachments
file.diff (808 bytes, patch)
2014-02-01 22:50 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-01 22:50:00 UTC
Changes in the new version:
 redirect stdout and stderr to files 
 support RF 2.7.3

Fix: Patch created by saving the output of the following command.
cd /usr/ports/devel/py-robotframework-pabot ; svn diff


Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-02-01 22:50:07 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:55 UTC
Author: rm
Date: Sun Feb  9 10:41:47 2014
New Revision: 343451
URL: http://svnweb.freebsd.org/changeset/ports/343451
QAT: https://qat.redports.org/buildarchive/r343451/

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

Modified:
  head/devel/py-robotframework-pabot/Makefile
  head/devel/py-robotframework-pabot/distinfo

Modified: head/devel/py-robotframework-pabot/Makefile
==============================================================================
--- head/devel/py-robotframework-pabot/Makefile	Sun Feb  9 10:41:00 2014	(r343450)
+++ head/devel/py-robotframework-pabot/Makefile	Sun Feb  9 10:41:47 2014	(r343451)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	robotframework-pabot
-PORTVERSION=	0.3
+PORTVERSION=	0.4
 CATEGORIES=	devel www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/devel/py-robotframework-pabot/distinfo
==============================================================================
--- head/devel/py-robotframework-pabot/distinfo	Sun Feb  9 10:41:00 2014	(r343450)
+++ head/devel/py-robotframework-pabot/distinfo	Sun Feb  9 10:41:47 2014	(r343451)
@@ -1,2 +1,2 @@
-SHA256 (robotframework-pabot-0.3.tar.gz) = acfdf5de5dab6846b440e2856801027dcf9a9e1f3e7b72c4005570957415418c
-SIZE (robotframework-pabot-0.3.tar.gz) = 3820
+SHA256 (robotframework-pabot-0.4.tar.gz) = a68b543dcfd2aaffcab290a171599fdda78b9caff5e12e5820e9733583837f31
+SIZE (robotframework-pabot-0.4.tar.gz) = 3875
_______________________________________________
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:41:58 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:52 UTC
State Changed
From-To: open->closed

Committed, thank you!