Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Oct 2011 17:52:46 GMT
From:      Olivier Duchateau <duchateau.olivier@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/161467: [UPDATE] textproc/py-creole to 0.9.1
Message-ID:  <201110101752.p9AHqkpL068807@red.freebsd.org>
Resent-Message-ID: <201110101800.p9AI0THN016631@freefall.freebsd.org>

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

>Number:         161467
>Category:       ports
>Synopsis:       [UPDATE] textproc/py-creole to 0.9.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 10 18:00:28 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Olivier Duchateau
>Release:        FreeBSD 8.2-RELEASE-p3
>Organization:
>Environment:
>Description:
Many bugfixes, and now Python3 is supported.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -u /usr/ports/textproc/py-creole/Makefile py-creole/Makefile
--- /usr/ports/textproc/py-creole/Makefile	2011-09-26 09:38:43.000000000 +0200
+++ py-creole/Makefile	2011-10-10 19:28:52.000000000 +0200
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	creole
-PORTVERSION=	0.8.5
+PORTVERSION=	0.9.1
 CATEGORIES=	textproc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -25,4 +25,9 @@
 
 PLIST_FILES=	%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
 
+# Keep PLIST_FILES macro
+post-patch:
+	@cd ${WRKSRC} && \
+		${REINPLACE_CMD} -e 's|=False|=True|' setup.py
+
 .include <bsd.port.mk>
diff -u /usr/ports/textproc/py-creole/distinfo py-creole/distinfo
--- /usr/ports/textproc/py-creole/distinfo	2011-09-26 09:38:43.000000000 +0200
+++ py-creole/distinfo	2011-10-10 19:28:52.000000000 +0200
@@ -1,2 +1,2 @@
-SHA256 (python-creole-0.8.5.tar.gz) = f036e258295c846862e6bb849f68e260d9ea140b1a94ba2ea0e5a530388c60bc
-SIZE (python-creole-0.8.5.tar.gz) = 48473
+SHA256 (python-creole-0.9.1.tar.gz) = 388c001f34e270bbbf3e35976f8434df718107b727226b81e61bb36dd4db88fd
+SIZE (python-creole-0.9.1.tar.gz) = 53202


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



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