diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-08-09 19:36:01 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-08-09 19:36:01 +0000 |
commit | ceb92db919706f3e142133a445d9da5ff03ebdfb (patch) | |
tree | 8242d7c811db7c58c8ecfe4aabe1da4cff04f491 | |
parent | fb12e6ac4657ce99a38cbae3e92e8509eb6f09f3 (diff) | |
download | ports-ceb92db919706f3e142133a445d9da5ff03ebdfb.tar.gz ports-ceb92db919706f3e142133a445d9da5ff03ebdfb.zip |
Notes
-rw-r--r-- | lang/python34/Makefile | 2 | ||||
-rw-r--r-- | lang/python34/Makefile.version | 2 | ||||
-rw-r--r-- | lang/python34/distinfo | 6 | ||||
-rw-r--r-- | lang/python34/pkg-plist | 4 |
4 files changed, 7 insertions, 7 deletions
diff --git a/lang/python34/Makefile b/lang/python34/Makefile index 1077bbc53187..cbe1a95ea82a 100644 --- a/lang/python34/Makefile +++ b/lang/python34/Makefile @@ -3,7 +3,6 @@ PORTNAME= python34 PORTVERSION= ${PYTHON_PORTVERSION} -PORTREVISION= 5 CATEGORIES= lang python ipv6 MASTER_SITES= PYTHON/ftp/python/${PORTVERSION} DISTNAME= Python-${PORTVERSION} @@ -40,6 +39,7 @@ SUB_FILES= pkg-message SUB_LIST= PYTHON_SUFFIX=${PORTVERSION:R:S/.//g} PLIST_SUB= ABI=${ABIFLAGS} \ + XYZDOT=${PYTHON_PORTVERSION} \ OSMAJOR=${OSVERSION:C/([0-9]*)[0-9]{5}/\1/} # For plat-freebsd* in pkg-plist. http://bugs.python.org/issue19554 OPTIONS_DEFINE= DEBUG IPV6 LIBFFI NLS PYMALLOC THREADS TSC diff --git a/lang/python34/Makefile.version b/lang/python34/Makefile.version index 2e1b6fe46e12..a2f4b1fca212 100644 --- a/lang/python34/Makefile.version +++ b/lang/python34/Makefile.version @@ -1,4 +1,4 @@ # Mk/Uses/python.mk includes this file, don't remove it! # $FreeBSD$ -PYTHON_PORTVERSION= 3.4.6 +PYTHON_PORTVERSION= 3.4.7 diff --git a/lang/python34/distinfo b/lang/python34/distinfo index d1ff9ad66d64..f5afb1523d1e 100644 --- a/lang/python34/distinfo +++ b/lang/python34/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1484899713 -SHA256 (python/Python-3.4.6.tar.xz) = f13428bbe6aa9e3b9b6499502dc488c26096349ed7a21f7a0c1db90911115f40 -SIZE (python/Python-3.4.6.tar.xz) = 14473592 +TIMESTAMP = 1502303602 +SHA256 (python/Python-3.4.7.tar.xz) = 8714cf2b56dd36922dec8fa184d4936e1001c22fb439798cb73dda069e129d1b +SIZE (python/Python-3.4.7.tar.xz) = 14511368 diff --git a/lang/python34/pkg-plist b/lang/python34/pkg-plist index ec468844cade..f236be181f58 100644 --- a/lang/python34/pkg-plist +++ b/lang/python34/pkg-plist @@ -1976,9 +1976,9 @@ lib/python3.4/lib-dynload/unicodedata.so %%NO_DEBUG%%lib/python3.4/lib-dynload/xxlimited.so lib/python3.4/lib-dynload/zlib.so lib/python3.4/lib2to3/Grammar.txt -lib/python3.4/lib2to3/Grammar3.4.6.final.0.pickle +lib/python3.4/lib2to3/Grammar%%XYZDOT%%.final.0.pickle lib/python3.4/lib2to3/PatternGrammar.txt -lib/python3.4/lib2to3/PatternGrammar3.4.6.final.0.pickle +lib/python3.4/lib2to3/PatternGrammar%%XYZDOT%%.final.0.pickle lib/python3.4/lib2to3/__init__.py lib/python3.4/lib2to3/__main__.py lib/python3.4/lib2to3/__pycache__/__init__.cpython-34.pyc |