Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 May 2014 17:32:12 GMT
From:      Kozlov Sergey <kozlov.sergey.404@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/190205: [maintainer update] print/py-preppy update to 2.3.2 and patch
Message-ID:  <201405251732.s4PHWCCS026269@cgiserv.freebsd.org>
Resent-Message-ID: <201405251740.s4PHe2SS028111@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         190205
>Category:       ports
>Synopsis:       [maintainer update] print/py-preppy update to 2.3.2 and patch
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 25 17:40:02 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Kozlov Sergey
>Release:        10.0-RELEASE-p3
>Organization:
ARC
>Environment:
FreeBSD fbsd 10.0-RELEASE-p3 FreeBSD 10.0-RELEASE-p3 #0: Tue May 13 18:31:10 UTC 2014     root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
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.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 355253)
+++ Makefile	(working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	preppy
-PORTVERSION=	2.1.2
+PORTVERSION=	2.3.2
 CATEGORIES=	print python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Index: distinfo
===================================================================
--- distinfo	(revision 355253)
+++ distinfo	(working copy)
@@ -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
Index: files/patch-preppy.py
===================================================================
--- files/patch-preppy.py	(revision 0)
+++ files/patch-preppy.py	(working copy)
@@ -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)


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405251732.s4PHWCCS026269>