diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-12-15 22:17:22 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-12-15 22:17:22 +0000 |
commit | 0da2f56d0e3e786352fc98f6b555862dd382d8b1 (patch) | |
tree | be5fc8d576fe36804f6398c4f065bf245214ce1a /databases | |
parent | Update to 0.2.3 (diff) |
Chase the upgrade of Python 2.4 and unbreak.
PR: ports/74963
Submitted by: /me
Reported by: krion via pointyhat.
Notes
Notes:
svn path=/head/; revision=124161
Diffstat (limited to 'databases')
-rw-r--r-- | databases/py-sqlrelay/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/py-sqlrelay/Makefile b/databases/py-sqlrelay/Makefile index 8258be69a591..91ee90d702af 100644 --- a/databases/py-sqlrelay/Makefile +++ b/databases/py-sqlrelay/Makefile @@ -7,7 +7,7 @@ PORTNAME= ${SQLRELAY_PORTNAME} PORTVERSION= ${SQLRELAY_PORTVERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases python MASTER_SITES= # none PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -45,7 +45,7 @@ do-extract: post-patch: ${PERL} -i -p \ - -e 's,"1\.5" "1\.6" "2\.0" "2\.1",${PYTHON_VERSION:S/^python//},g;' \ + -e 's,"2\.1" "2\.0" "1\.6" "1\.5",${PYTHON_VERSION:S/^python//},g;' \ ${WRKSRC}/configure ${CP} ${TEMPLATES}/config.sub ${WRKSRC} ${CP} ${TEMPLATES}/config.guess ${WRKSRC} |