diff options
author | Kubilay Kocak <koobs@FreeBSD.org> | 2013-12-08 09:03:01 +0000 |
---|---|---|
committer | Kubilay Kocak <koobs@FreeBSD.org> | 2013-12-08 09:03:01 +0000 |
commit | 7db9db9528b455767056ac5c00b7954c2e84eecb (patch) | |
tree | fca55932dee8e40db70b4cb1b5ea5763fe6ba125 | |
parent | 9b3e3f814b321613e0365cfa4f79a21bcd548f4b (diff) | |
download | ports-7db9db9528b455767056ac5c00b7954c2e84eecb.tar.gz ports-7db9db9528b455767056ac5c00b7954c2e84eecb.zip |
Bump PORTREVISION for all Python ports to pickup the recent ARM patch
PR: ports/149167
Notes
Notes:
svn path=/head/; revision=335872
-rw-r--r-- | lang/python26/Makefile | 2 | ||||
-rw-r--r-- | lang/python27/Makefile | 1 | ||||
-rw-r--r-- | lang/python31/Makefile | 2 | ||||
-rw-r--r-- | lang/python32/Makefile | 2 | ||||
-rw-r--r-- | lang/python33/Makefile | 1 |
5 files changed, 5 insertions, 3 deletions
diff --git a/lang/python26/Makefile b/lang/python26/Makefile index 2a0d0accf118..bcd62f14ecb6 100644 --- a/lang/python26/Makefile +++ b/lang/python26/Makefile @@ -3,7 +3,7 @@ PORTNAME= python26 PORTVERSION= 2.6.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang python ipv6 MASTER_SITES= PYTHON MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR} diff --git a/lang/python27/Makefile b/lang/python27/Makefile index 6fb5d9bcd87f..c01e00776a11 100644 --- a/lang/python27/Makefile +++ b/lang/python27/Makefile @@ -3,6 +3,7 @@ PORTNAME= python27 PORTVERSION= 2.7.6 +PORTREVISION= 1 CATEGORIES= lang python ipv6 MASTER_SITES= PYTHON MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR} diff --git a/lang/python31/Makefile b/lang/python31/Makefile index 0508495a09e8..3fe646ca6261 100644 --- a/lang/python31/Makefile +++ b/lang/python31/Makefile @@ -2,7 +2,7 @@ PORTNAME= python31 PORTVERSION= 3.1.5 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= lang python ipv6 MASTER_SITES= PYTHON MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR} diff --git a/lang/python32/Makefile b/lang/python32/Makefile index 1f7e9e84c1a5..6ef9cd9818bf 100644 --- a/lang/python32/Makefile +++ b/lang/python32/Makefile @@ -2,7 +2,7 @@ PORTNAME= python32 PORTVERSION= 3.2.5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= lang python ipv6 MASTER_SITES= PYTHON MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR} diff --git a/lang/python33/Makefile b/lang/python33/Makefile index 89dd1f7738f3..0cc614a9dd28 100644 --- a/lang/python33/Makefile +++ b/lang/python33/Makefile @@ -2,6 +2,7 @@ PORTNAME= python33 PORTVERSION= 3.3.3 +PORTREVISION= 1 CATEGORIES= lang python ipv6 MASTER_SITES= PYTHON MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR} |