diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2015-04-07 00:58:36 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2015-04-07 00:58:36 +0800 |
commit | 9c5e0c87bda8b46e47068b6177ebe86a2231f8ff (patch) | |
tree | 07ac17c710a1f96d1cc67e84b9ab25e25b2ffde1 /lang/python34 | |
parent | 9ca98b2f80a9f1fe9ac7285cbde110866a5f16ff (diff) | |
download | freebsd-ports-gnome-9c5e0c87bda8b46e47068b6177ebe86a2231f8ff.tar.gz freebsd-ports-gnome-9c5e0c87bda8b46e47068b6177ebe86a2231f8ff.tar.zst freebsd-ports-gnome-9c5e0c87bda8b46e47068b6177ebe86a2231f8ff.zip |
Force a rebuild/upgrade to chase head r280306 which removed SSLv2 support.
This fixes head package users so they have working SSL support. There was
already a built-time fix for this.
Diffstat (limited to 'lang/python34')
-rw-r--r-- | lang/python34/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/python34/Makefile b/lang/python34/Makefile index 4244a87f4925..c7db4d43039a 100644 --- a/lang/python34/Makefile +++ b/lang/python34/Makefile @@ -3,6 +3,7 @@ PORTNAME= python34 PORTVERSION= 3.4.3 +PORTREVISION= 1 CATEGORIES= lang python ipv6 MASTER_SITES= PYTHON MASTER_SITE_SUBDIR= ftp/python/${PORTVERSION} |