diff options
author | koobs <koobs@FreeBSD.org> | 2014-08-23 13:19:50 +0800 |
---|---|---|
committer | koobs <koobs@FreeBSD.org> | 2014-08-23 13:19:50 +0800 |
commit | e607de03c35220e6ba6d5bef4f14262bf4a6bc25 (patch) | |
tree | 835635a7765a284e4d146846067bf0a5eb6d89e5 | |
parent | 5073554299533696e5e60360d8496ccb69372e81 (diff) | |
download | freebsd-ports-gnome-e607de03c35220e6ba6d5bef4f14262bf4a6bc25.tar.gz freebsd-ports-gnome-e607de03c35220e6ba6d5bef4f14262bf4a6bc25.tar.zst freebsd-ports-gnome-e607de03c35220e6ba6d5bef4f14262bf4a6bc25.zip |
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.
-rw-r--r-- | lang/python27/Makefile | 2 | ||||
-rw-r--r-- | lang/python33/Makefile | 2 | ||||
-rw-r--r-- | lang/python34/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lang/python27/Makefile b/lang/python27/Makefile index 341fce59b510..9366bf75b10e 100644 --- a/lang/python27/Makefile +++ b/lang/python27/Makefile @@ -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} diff --git a/lang/python33/Makefile b/lang/python33/Makefile index 0df4b515a7ba..2cb14b222db6 100644 --- a/lang/python33/Makefile +++ b/lang/python33/Makefile @@ -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} diff --git a/lang/python34/Makefile b/lang/python34/Makefile index cd333e3319a9..1550c27cc154 100644 --- a/lang/python34/Makefile +++ b/lang/python34/Makefile @@ -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} |