- Update to 0.9.3

- Update MASTER_SITES
- Pass maintainership to submitter

Submitted by:	gjb@
Approved by:	Matthieu Bouthors <matthieu@labs.fr> (maintainer)
This commit is contained in:
Frederic Culot 2011-08-08 12:55:47 +00:00
parent c1ba1ede38
commit cf78204cfb
3 changed files with 11 additions and 11 deletions

View file

@ -6,12 +6,12 @@
#
PORTNAME= pgtune
PORTVERSION= 0.9.0
PORTVERSION= 0.9.3
CATEGORIES= databases
MASTER_SITES= http://pgfoundry.org/frs/download.php/2068/ \
http://mirror.labs.fr/pub/FreeBSD/distfiles/
MASTER_SITES= http://pgfoundry.org/frs/download.php/2449/ \
http://www.glenbarber.us/ports/${CATEGORIES}/${PORTNAME}/
MAINTAINER= matthieu@labs.fr
MAINTAINER= gjb@FreeBSD.org
COMMENT= Postgresql.conf tuning tips based on hardware and load type
USE_PYTHON= yes

View file

@ -1,2 +1,2 @@
SHA256 (pgtune-0.9.0.tar.gz) = 864960dd100bb234eacd63803befe0a35d251cc48d41abfadf321eb82335b92d
SIZE (pgtune-0.9.0.tar.gz) = 22414
SHA256 (pgtune-0.9.3.tar.gz) = 31ac5774766dd9793d8d2d3681d1edb45760897c8eda3afc48b8d59350dee0ea
SIZE (pgtune-0.9.3.tar.gz) = 34408

View file

@ -1,16 +1,16 @@
--- pgtune-original 2009-01-26 17:11:05.000000000 +0100
+++ pgtune 2009-02-18 08:20:59.000000000 +0100
--- pgtune.orig 2009-10-28 21:16:39.000000000 -0400
+++ pgtune 2011-08-01 15:32:10.000000000 -0400
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/local/bin/python
"""
pgtune
@@ -248,7 +248,7 @@
@@ -277,7 +277,7 @@
if platform.architecture()[0]=="64bit": platformBits=64
# TODO Base this file location on where this script is at
# TODO Support handling versions other than 8.4
- settingDumpFile="pg_settings-8.4-"+str(platformBits)
# TODO Allow passing in platform bit size
- settingDumpFile=os.path.join(settings_dir,"pg_settings-8.4-"+str(platformBits))
+ settingDumpFile="/usr/local/share/pgtune/settings/pg_settings-8.4-"+str(platformBits)
settingColumns=["name","setting","unit","category","short_desc",
"extra_desc","context","vartype","min_val","max_val","enumvals",