diff options
author | culot <culot@FreeBSD.org> | 2014-05-26 16:15:50 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2014-05-26 16:15:50 +0800 |
commit | 724574ebe6aed427ce9ba0e677600009677c1577 (patch) | |
tree | b17f2bd70c0b32013e5425b314dab8c36dcd240c /print | |
parent | bfc73714e293de25e9cc7d196af96f1a4a04fd6e (diff) | |
download | freebsd-ports-gnome-724574ebe6aed427ce9ba0e677600009677c1577.tar.gz freebsd-ports-gnome-724574ebe6aed427ce9ba0e677600009677c1577.tar.zst freebsd-ports-gnome-724574ebe6aed427ce9ba0e677600009677c1577.zip |
- Update to 2.3.2
PR: ports/190205
Submitted by: Kozlov Sergey <kozlov.sergey.404@gmail.com> (maintainer)
Diffstat (limited to 'print')
-rw-r--r-- | print/py-preppy/Makefile | 2 | ||||
-rw-r--r-- | print/py-preppy/distinfo | 4 | ||||
-rw-r--r-- | print/py-preppy/files/patch-preppy.py | 11 |
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) |