1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Fix a few nits with databases/pgtune that cause runtime

problems:

 - Add USES=shebangfix
 - Replace USE_PYTHON=yes with USE_PYTHON=2+
 - Fix shebang line to use python2.N
 - Bump PORTREVISION

Reported by:	pathiaki2@yahoo.com (via ports@)
Redports ID:	https://redports.org/buildarchive/20140508164000-29103/
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2014-05-08 17:06:35 +00:00
parent b9034d8ac2
commit def3ec08f6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353334

View File

@ -3,6 +3,7 @@
PORTNAME= pgtune
PORTVERSION= 0.9.3
PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= http://pgfoundry.org/frs/download.php/2449/ \
https://www.glenbarber.us/ports/${CATEGORIES}/${PORTNAME}/
@ -10,9 +11,17 @@ MASTER_SITES= http://pgfoundry.org/frs/download.php/2449/ \
MAINTAINER= gjb@FreeBSD.org
COMMENT= Postgresql.conf tuning tips based on hardware and load type
USE_PYTHON= yes
USES= shebangfix
USE_PYTHON= 2+
NO_BUILD= yes
SHEBANG_FILES= ${PORTNAME}
python_OLD_CMD= ${PREFIX}/bin/python
pre-install:
@${REINPLACE_CMD} -e 's|${python_OLD_CMD}|${PYTHON_CMD}|' \
${WRKSRC}/${PORTNAME}
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/pgtune ${STAGEDIR}${PREFIX}/bin
@${MKDIR} ${STAGEDIR}${PREFIX}/share/pgtune/settings