svn commit: r365709 - in head/lang: python27 python33 python34

Kubilay Kocak koobs at FreeBSD.org
Sat Aug 23 05:19:51 UTC 2014


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}


More information about the svn-ports-all mailing list