svn commit: r355285 - in head/print/py-preppy: . files

Frederic Culot culot at FreeBSD.org
Mon May 26 08:15:51 UTC 2014


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


More information about the svn-ports-all mailing list