aboutsummaryrefslogtreecommitdiff
path: root/print/py-preppy
diff options
context:
space:
mode:
authorFrederic Culot <culot@FreeBSD.org>2014-05-26 08:15:50 +0000
committerFrederic Culot <culot@FreeBSD.org>2014-05-26 08:15:50 +0000
commit1869e013017ffb702baf2e25c27798635ca841cd (patch)
treeb17f2bd70c0b32013e5425b314dab8c36dcd240c /print/py-preppy
parent0ff73643d8d2c3bfbe98f02fb31c172777cb8150 (diff)
downloadports-1869e013017ffb702baf2e25c27798635ca841cd.tar.gz
ports-1869e013017ffb702baf2e25c27798635ca841cd.zip
- Update to 2.3.2
PR: ports/190205 Submitted by: Kozlov Sergey <kozlov.sergey.404@gmail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=355285
Diffstat (limited to 'print/py-preppy')
-rw-r--r--print/py-preppy/Makefile2
-rw-r--r--print/py-preppy/distinfo4
-rw-r--r--print/py-preppy/files/patch-preppy.py11
3 files changed, 14 insertions, 3 deletions
diff --git a/print/py-preppy/Makefile b/print/py-preppy/Makefile
index 060a8baa4e8c..9310d5d90caf 100644
--- a/print/py-preppy/Makefile
+++ b/print/py-preppy/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= preppy
-PORTVERSION= 2.1.2
+PORTVERSION= 2.3.2
CATEGORIES= print python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/print/py-preppy/distinfo b/print/py-preppy/distinfo
index a95078442004..7bf2bba12877 100644
--- a/print/py-preppy/distinfo
+++ b/print/py-preppy/distinfo
@@ -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
diff --git a/print/py-preppy/files/patch-preppy.py b/print/py-preppy/files/patch-preppy.py
new file mode 100644
index 000000000000..fdd26a6dc16e
--- /dev/null
+++ b/print/py-preppy/files/patch-preppy.py
@@ -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)