lang/python{27,33,34}: Bump PORTREVISION, sanitizes builds.

Bump PORTREVISION, as prior to the previous change that fixed upstream Issue
#21166, Python builds could be potentially polluted by the host environment
which could caused runtime issues because of ABI differences.
This commit is contained in:
Kubilay Kocak 2014-08-23 05:19:50 +00:00
parent 3e8425cb1e
commit 0d6e53966b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=365709
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
PORTNAME= python27
PORTVERSION= 2.7.8
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= lang python ipv6
MASTER_SITES= PYTHON
MASTER_SITE_SUBDIR= ftp/python/${PORTVERSION}

View File

@ -2,7 +2,7 @@
PORTNAME= python33
PORTVERSION= 3.3.5
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= lang python ipv6
MASTER_SITES= PYTHON
MASTER_SITE_SUBDIR= ftp/python/${PORTVERSION}

View File

@ -3,7 +3,7 @@
PORTNAME= python34
PORTVERSION= 3.4.1
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= lang python ipv6
MASTER_SITES= PYTHON
MASTER_SITE_SUBDIR= ftp/python/${PORTVERSION}