1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

- Update to 2.3.2

PR:		ports/190205
Submitted by: 	Kozlov Sergey <kozlov.sergey.404@gmail.com> (maintainer)
This commit is contained in:
Frederic Culot 2014-05-26 08:15:50 +00:00
parent 0ff73643d8
commit 1869e01301
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355285
3 changed files with 14 additions and 3 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= preppy
PORTVERSION= 2.1.2
PORTVERSION= 2.3.2
CATEGORIES= print python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -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

View File

@ -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)