diff options
author | demon <demon@FreeBSD.org> | 2015-01-11 07:15:27 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2015-01-11 07:15:27 +0800 |
commit | 52f540bc5555db938081ae0f1945dc4a8f895530 (patch) | |
tree | 0d5ac268bf5211f4801cc546aea316b09fa39279 /lang | |
parent | 5fd105e7cc9712bb5172ead47a2b06b1e36d6e09 (diff) | |
download | freebsd-ports-gnome-52f540bc5555db938081ae0f1945dc4a8f895530.tar.gz freebsd-ports-gnome-52f540bc5555db938081ae0f1945dc4a8f895530.tar.zst freebsd-ports-gnome-52f540bc5555db938081ae0f1945dc4a8f895530.zip |
Switch default python3 version from 3.3 to 3.4.
Bump PORTREVISIONs for the affected ports.
Exp-run by: antoine
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python3/Makefile b/lang/python3/Makefile index e6f74b55720a..19d80b4d7d4e 100644 --- a/lang/python3/Makefile +++ b/lang/python3/Makefile @@ -2,7 +2,7 @@ PORTNAME= python3 PORTVERSION= ${PYTHON_MAJOR_VER} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang python ipv6 MASTER_SITES= DISTFILES= |