- Update to 1.22

- Use shebang more suitable for FreeBSD
This commit is contained in:
Li-Wen Hsu 2012-03-05 08:06:40 +00:00
parent 78d47dc896
commit 827b4b4ba8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=292722
2 changed files with 4 additions and 4 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= pythontidy
PORTVERSION= 1.21
PORTVERSION= 1.22
CATEGORIES= devel python
MASTER_SITES= http://www.lacusveris.com/PythonTidy/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -27,7 +27,7 @@ do-extract:
@${CP} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} ${WRKDIR}
do-patch:
${REINPLACE_CMD} -e s,/usr/bin/python,${PYTHON_CMD}, ${WRKDIR}/${DISTFILES}
${REINPLACE_CMD} -e 's,#!/usr/bin/python,#!/usr/bin/env python,' ${WRKDIR}/${DISTFILES}
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/${DISTFILES} ${PREFIX}/bin/pythontidy

View file

@ -1,2 +1,2 @@
SHA256 (python/PythonTidy-1.21.python) = 4e52bba8b321ccc611503a1028b3660c8a7dcdd9b06466cb0d5ecfe5d9af5006
SIZE (python/PythonTidy-1.21.python) = 147202
SHA256 (python/PythonTidy-1.22.python) = f8e4e3836a36c70779794587bc4511073e29735caec1e8f609469668dae2e49f
SIZE (python/PythonTidy-1.22.python) = 147328