Date: Sat, 23 Aug 2014 05:19:50 +0000 (UTC) From: Kubilay Kocak <koobs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r365709 - in head/lang: python27 python33 python34 Message-ID: <201408230519.s7N5Jodq088710@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: koobs Date: Sat Aug 23 05:19:50 2014 New Revision: 365709 URL: http://svnweb.freebsd.org/changeset/ports/365709 QAT: https://qat.redports.org/buildarchive/r365709/ Log: lang/python{27,33,34}: Bump PORTREVISION, sanitizes builds. Bump PORTREVISION, as prior to the previous change that fixed upstream Issue #21166, Python builds could be potentially polluted by the host environment which could caused runtime issues because of ABI differences. Modified: head/lang/python27/Makefile head/lang/python33/Makefile head/lang/python34/Makefile Modified: head/lang/python27/Makefile ============================================================================== --- head/lang/python27/Makefile Sat Aug 23 03:53:25 2014 (r365708) +++ head/lang/python27/Makefile Sat Aug 23 05:19:50 2014 (r365709) @@ -2,7 +2,7 @@ PORTNAME= python27 PORTVERSION= 2.7.8 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= lang python ipv6 MASTER_SITES= PYTHON MASTER_SITE_SUBDIR= ftp/python/${PORTVERSION} Modified: head/lang/python33/Makefile ============================================================================== --- head/lang/python33/Makefile Sat Aug 23 03:53:25 2014 (r365708) +++ head/lang/python33/Makefile Sat Aug 23 05:19:50 2014 (r365709) @@ -2,7 +2,7 @@ PORTNAME= python33 PORTVERSION= 3.3.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= lang python ipv6 MASTER_SITES= PYTHON MASTER_SITE_SUBDIR= ftp/python/${PORTVERSION} Modified: head/lang/python34/Makefile ============================================================================== --- head/lang/python34/Makefile Sat Aug 23 03:53:25 2014 (r365708) +++ head/lang/python34/Makefile Sat Aug 23 05:19:50 2014 (r365709) @@ -3,7 +3,7 @@ PORTNAME= python34 PORTVERSION= 3.4.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= lang python ipv6 MASTER_SITES= PYTHON MASTER_SITE_SUBDIR= ftp/python/${PORTVERSION}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408230519.s7N5Jodq088710>