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 /net-im | |
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 'net-im')
-rw-r--r-- | net-im/py-sleekxmpp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-im/py-sleekxmpp/Makefile b/net-im/py-sleekxmpp/Makefile index 5488d2098097..0c64da429e07 100644 --- a/net-im/py-sleekxmpp/Makefile +++ b/net-im/py-sleekxmpp/Makefile @@ -2,6 +2,7 @@ PORTNAME= sleekxmpp PORTVERSION= 1.3.1 +PORTREVISION= 1 CATEGORIES= net-im python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |