Bug 190205 - [maintainer update] print/py-preppy update to 2.3.2 and patch
Summary: [maintainer update] print/py-preppy update to 2.3.2 and patch
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: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-25 18:40 UTC by Serhii (Sergey) Kozlov
Modified: 2014-05-26 09:20 UTC (History)
0 users

See Also:


Attachments
file.diff (1.30 KB, patch)
2014-05-25 18:40 UTC, Serhii (Sergey) Kozlov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Serhii (Sergey) Kozlov freebsd_committer freebsd_triage 2014-05-25 18:40:02 UTC
Update preppy to 2.3.2, include patch to fix tests

Changes:
- Bump port version and change distinfo accordingly
- Include patch to fix tests. Patch is posted upstream (https://bitbucket.org/rptlab/preppy/issue/1/patch-running-preppy-without-arguments) but it seems nobody reviewed it yet, so include the patch here.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-05-25 18:40:06 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Frederic Culot freebsd_committer freebsd_triage 2014-05-26 09:10:54 UTC
Responsible Changed
From-To: freebsd-python->culot

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-05-26 09:15:53 UTC
Author: culot
Date: Mon May 26 08:15:50 2014
New Revision: 355285
URL: http://svnweb.freebsd.org/changeset/ports/355285
QAT: https://qat.redports.org/buildarchive/r355285/

Log:
  - Update to 2.3.2
  
  PR:		ports/190205
  Submitted by: 	Kozlov Sergey <kozlov.sergey.404@gmail.com> (maintainer)

Added:
  head/print/py-preppy/files/
  head/print/py-preppy/files/patch-preppy.py   (contents, props changed)
Modified:
  head/print/py-preppy/Makefile
  head/print/py-preppy/distinfo   (contents, props changed)

Modified: head/print/py-preppy/Makefile
==============================================================================
--- head/print/py-preppy/Makefile	Mon May 26 08:05:47 2014	(r355284)
+++ head/print/py-preppy/Makefile	Mon May 26 08:15:50 2014	(r355285)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	preppy
-PORTVERSION=	2.1.2
+PORTVERSION=	2.3.2
 CATEGORIES=	print python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/print/py-preppy/distinfo
==============================================================================
--- head/print/py-preppy/distinfo	Mon May 26 08:05:47 2014	(r355284)
+++ head/print/py-preppy/distinfo	Mon May 26 08:15:50 2014	(r355285)
@@ -1,2 +1,2 @@
-SHA256 (preppy-2.1.2.tar.gz) = 6a910c03add2bd2810ef38d2da8050154da4e8e79766e08de8407382f4507d34
-SIZE (preppy-2.1.2.tar.gz) = 41065
+SHA256 (preppy-2.3.2.tar.gz) = 1988b367f63bfb5372b94b15841a68c235a55a8588567a4a486735c11046b1a6
+SIZE (preppy-2.3.2.tar.gz) = 42691

Added: head/print/py-preppy/files/patch-preppy.py
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/py-preppy/files/patch-preppy.py	Mon May 26 08:15:50 2014	(r355285)
@@ -0,0 +1,11 @@
+--- ./preppy.py.orig	2014-05-25 20:05:05.000000000 +0300
++++ ./preppy.py	2014-05-25 20:06:13.000000000 +0300
+@@ -871,7 +871,7 @@
+ 
+ def testgetmodule(name="testoutput"):
+     #name = "testpreppy"
+-    pel("trying to load", name)
++    pel("trying to load " + name)
+     result = getPreppyModule(name, verbose=1)
+     pel( "load successful! running result")
+     pel("=" * 100)
_______________________________________________
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 4 Frederic Culot freebsd_committer freebsd_triage 2014-05-26 09:16:02 UTC
State Changed
From-To: open->closed

Committed. Thanks!