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 /textproc/codespell | |
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 'textproc/codespell')
-rw-r--r-- | textproc/codespell/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/codespell/Makefile b/textproc/codespell/Makefile index bac9ff9579ed..620a92cb5db9 100644 --- a/textproc/codespell/Makefile +++ b/textproc/codespell/Makefile @@ -2,7 +2,7 @@ PORTNAME= codespell PORTVERSION= 1.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= http://packages.profusion.mobi/${PORTNAME}/ \ https://www.glenbarber.us/ports/${CATEGORIES}/${PORTNAME}/ |