Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Apr 2016 12:56:51 +0000 (UTC)
From:      Mikhail Teterin <mi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r412929 - in head/devel/scons: . files
Message-ID:  <201604101256.u3ACup9p002379@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mi
Date: Sun Apr 10 12:56:50 2016
New Revision: 412929
URL: https://svnweb.freebsd.org/changeset/ports/412929

Log:
  Upgrade from 2.4.1 to 2.5.0. The change-log is here:
  
  	http://download.sourceforge.net/project/scons/scons/2.5.0/CHANGES.txt
  
  The compatibility wrapper for subprocess, in particular, has been removed as
  unnecessary for Python above 2.7.
  
  Notified by:	portscout

Deleted:
  head/devel/scons/files/patch-engine-SCons-compat-_scons_subprocess.py
Modified:
  head/devel/scons/Makefile
  head/devel/scons/distinfo

Modified: head/devel/scons/Makefile
==============================================================================
--- head/devel/scons/Makefile	Sun Apr 10 12:53:26 2016	(r412928)
+++ head/devel/scons/Makefile	Sun Apr 10 12:56:50 2016	(r412929)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	scons
-PORTVERSION=	2.4.1
+PORTVERSION=	2.5.0
 CATEGORIES=	devel python
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
 

Modified: head/devel/scons/distinfo
==============================================================================
--- head/devel/scons/distinfo	Sun Apr 10 12:53:26 2016	(r412928)
+++ head/devel/scons/distinfo	Sun Apr 10 12:56:50 2016	(r412929)
@@ -1,2 +1,2 @@
-SHA256 (scons-2.4.1.tar.gz) = 8fc4f42928c69bcbb33e1be94b646f2c700b659693fabc778c192d4d22f753a7
-SIZE (scons-2.4.1.tar.gz) = 638990
+SHA256 (scons-2.5.0.tar.gz) = eb296b47f23c20aec7d87d35cfa386d3508e01d1caa3040ea6f5bbab2292ace9
+SIZE (scons-2.5.0.tar.gz) = 619991



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604101256.u3ACup9p002379>