FreeBSD ports you maintain which are out of date

2013-04-19 Thread portscout
Dear port maintainer,

The portscout new distfile checker has detected that one or more of your
ports appears to be out of date. Please take the opportunity to check
each of the ports listed below, and if possible and appropriate,
submit/commit an update. If any ports have already been updated, you can
safely ignore the entry.

You will not be e-mailed again for any of the port/version combinations
below.

Full details can be found at the following URL:
http://portscout.freebsd.org/pyt...@freebsd.org.html


Port| Current version | New version
+-+
lang/python33   | 3.3.0   | 3.3.1
+-+


If any of the above results are invalid, please check the following page
for details on how to improve portscout's detection and selection of
distfiles on a per-port basis:

http://portscout.freebsd.org/info/portscout-portconfig.txt

If wish to stop receiving portscout reminders, please contact
portsc...@portscout.freebsd.org

Thanks.
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


building scons with default python3

2013-04-19 Thread Eitan Adler
What do you think of the following?

This fixes issue with PYTHON_DEFAULT_VERSION=python3.3


Index: Makefile
===
--- Makefile(revision 315795)
+++ Makefile(working copy)
@@ -25,6 +25,8 @@ PYDISTUTILS_EGGINFODIR=   ${PREFIX}/lib/scons-${PORT

 PLIST_SUB+=SCONS_VER=${PORTVERSION}

+USE_PYTHON=-2.7
+
 .include 

 .if defined (NO_INSTALL_MANPAGES)
Index: files/patch-script__scons
===
--- files/patch-script__scons   (revision 0)
+++ files/patch-script__scons   (working copy)
@@ -0,0 +1,8 @@
+--- ./script/scons.orig2013-04-19 23:35:11.656613793 -0400
 ./script/scons 2013-04-19 23:35:16.127614561 -0400
+@@ -1,4 +1,4 @@
+-#! /usr/bin/env python
++#! /usr/bin/env python2
+ #
+ # SCons - a Software Constructor
+ #

Property changes on: files/patch-script__scons
___
Added: fbsd:nokeywords
## -0,0 +1 ##
+yes
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


-- 
Eitan Adler
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"