diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2015-01-10 23:15:27 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2015-01-10 23:15:27 +0000 |
commit | 3a18883882aa568f5a1c558e17c6f0a646466449 (patch) | |
tree | 0d5ac268bf5211f4801cc546aea316b09fa39279 | |
parent | bc918e0681bfbde9679a81bd8be1119af44d35cb (diff) | |
download | ports-3a18883882aa568f5a1c558e17c6f0a646466449.tar.gz ports-3a18883882aa568f5a1c558e17c6f0a646466449.zip |
Notes
39 files changed, 52 insertions, 17 deletions
diff --git a/Mk/bsd.default-versions.mk b/Mk/bsd.default-versions.mk index 3d1d2350de46..8bcb27635237 100644 --- a/Mk/bsd.default-versions.mk +++ b/Mk/bsd.default-versions.mk @@ -28,7 +28,7 @@ PGSQL_DEFAULT?= 9.3 PHP_DEFAULT?= 5.4 PYTHON_DEFAULT?= 2.7 PYTHON2_DEFAULT?= 2.7 -PYTHON3_DEFAULT?= 3.3 +PYTHON3_DEFAULT?= 3.4 RUBY_DEFAULT?= 2.0 TCLTK_DEFAULT?= 8.6 FIREBIRD_DEFAULT?= 2.5 @@ -5,6 +5,20 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20150111: + AFFECTS: users of python3 + AUTHOR: demon@FreeBSD.org + + The default version of python3 has changed from 3.3 to 3.4. + If you wish to stick with older version, add "python3=3.3" to your + DEFAULT_VERSIONS variable in /etc/make.conf. To upgrade: + + If using portupgrade: + # portupgrade -o lang/python33 lang/python34 + + If using portmaster: + # portmaster -o lang/python33 lang/python34 + 20150109: AFFECTS: users of audio/speex AUTHOR: tijl@FreeBSD.org diff --git a/accessibility/accerciser/Makefile b/accessibility/accerciser/Makefile index a80586ed4b5b..9a087c74b0f3 100644 --- a/accessibility/accerciser/Makefile +++ b/accessibility/accerciser/Makefile @@ -4,6 +4,7 @@ PORTNAME= accerciser PORTVERSION= 3.14.0 +PORTREVISION= 1 CATEGORIES= accessibility gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/accessibility/orca/Makefile b/accessibility/orca/Makefile index 2648d818a7a7..621658ac2d09 100644 --- a/accessibility/orca/Makefile +++ b/accessibility/orca/Makefile @@ -4,6 +4,7 @@ PORTNAME= orca PORTVERSION= 3.14.3 +PORTREVISION= 1 CATEGORIES= accessibility gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/accessibility/py3-atspi/Makefile b/accessibility/py3-atspi/Makefile index 0ef5fc814270..ab93b6a59d41 100644 --- a/accessibility/py3-atspi/Makefile +++ b/accessibility/py3-atspi/Makefile @@ -4,7 +4,7 @@ PORTNAME= atspi PORTVERSION= 2.12.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= accessibility x11-toolkits python MASTER_SITES= GNOME MASTER_SITE_SUBDIR= sources/pyatspi/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} diff --git a/audio/gnome-music/Makefile b/audio/gnome-music/Makefile index 55e6a321d4d7..ba4c7c07e7a7 100644 --- a/audio/gnome-music/Makefile +++ b/audio/gnome-music/Makefile @@ -4,6 +4,7 @@ PORTNAME= gnome-music PORTVERSION= 3.14.2 +PORTREVISION= 1 CATEGORIES= audio gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/audio/pithos/Makefile b/audio/pithos/Makefile index 81b89d9f6b71..ee8436cbd89c 100644 --- a/audio/pithos/Makefile +++ b/audio/pithos/Makefile @@ -3,7 +3,7 @@ PORTNAME= pithos PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio DISTNAME= ${PORTVERSION} diff --git a/audio/py3-pylast/Makefile b/audio/py3-pylast/Makefile index 476525ea9679..0210b6f2cac2 100644 --- a/audio/py3-pylast/Makefile +++ b/audio/py3-pylast/Makefile @@ -3,6 +3,7 @@ PORTNAME= pylast PORTVERSION= 0.5.11 +PORTREVISION= 1 CATEGORIES= audio python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index 44ff8114c13c..53633deb4814 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -4,6 +4,7 @@ PORTNAME= rhythmbox PORTVERSION= 3.1 +PORTREVISION= 1 CATEGORIES= audio gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/databases/py-kyotocabinet/Makefile b/databases/py-kyotocabinet/Makefile index 8c98b7cf5c93..4f893516ff15 100644 --- a/databases/py-kyotocabinet/Makefile +++ b/databases/py-kyotocabinet/Makefile @@ -3,6 +3,7 @@ PORTNAME= kyotocabinet PORTVERSION= 1.22 +PORTREVISION= 1 CATEGORIES= databases python MASTER_SITES= http://fallabs.com/${PORTNAME}/pythonpkg/ \ LOCAL/sunpoet diff --git a/databases/py-postgresql/Makefile b/databases/py-postgresql/Makefile index 7ea56fdf6316..f51d09fd7be3 100644 --- a/databases/py-postgresql/Makefile +++ b/databases/py-postgresql/Makefile @@ -2,7 +2,7 @@ PORTNAME= postgresql PORTVERSION= 1.1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases python MASTER_SITES= CHEESESHOP \ http://python.projects.postgresql.org/files/ diff --git a/deskutils/alacarte/Makefile b/deskutils/alacarte/Makefile index e246a4ab87d4..1208135fd6e6 100644 --- a/deskutils/alacarte/Makefile +++ b/deskutils/alacarte/Makefile @@ -4,7 +4,7 @@ PORTNAME= alacarte PORTVERSION= 3.11.91 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/deskutils/gnome-sound-recorder/Makefile b/deskutils/gnome-sound-recorder/Makefile index 4fe928cb7915..37d20742af63 100644 --- a/deskutils/gnome-sound-recorder/Makefile +++ b/deskutils/gnome-sound-recorder/Makefile @@ -4,7 +4,7 @@ PORTNAME= gnome-sound-recorder PORTVERSION= 3.12.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/devel/glade/Makefile b/devel/glade/Makefile index bf8defae4f36..f552261ded11 100644 --- a/devel/glade/Makefile +++ b/devel/glade/Makefile @@ -4,7 +4,7 @@ PORTNAME= glade PORTVERSION= 3.18.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/devel/libpeas/Makefile b/devel/libpeas/Makefile index 3a4f48159dfc..215e737e4e10 100644 --- a/devel/libpeas/Makefile +++ b/devel/libpeas/Makefile @@ -4,6 +4,7 @@ PORTNAME= libpeas PORTVERSION= 1.12.1 +PORTREVISION= 1 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/devel/libsigrokdecode/Makefile b/devel/libsigrokdecode/Makefile index 88c5677bf4ac..e58658b5274b 100644 --- a/devel/libsigrokdecode/Makefile +++ b/devel/libsigrokdecode/Makefile @@ -3,6 +3,7 @@ PORTNAME= libsigrokdecode PORTVERSION= 0.3.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://sigrok.org/download/source/libsigrokdecode/ diff --git a/devel/py-asyncio/Makefile b/devel/py-asyncio/Makefile index 6cfaa219b6ea..78dfa32af6ac 100644 --- a/devel/py-asyncio/Makefile +++ b/devel/py-asyncio/Makefile @@ -3,7 +3,7 @@ PORTNAME= asyncio PORTVERSION= 3.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py3-dbus/Makefile b/devel/py3-dbus/Makefile index 5a2b34ffa200..da8028c105c6 100644 --- a/devel/py3-dbus/Makefile +++ b/devel/py3-dbus/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ # $MCom: ports/trunk/devel/py3-dbus/Makefile 19571 2014-04-25 18:12:46Z kwm $ -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= diff --git a/devel/py3-gobject3/Makefile b/devel/py3-gobject3/Makefile index bf7505a25631..ac1098272cd0 100644 --- a/devel/py3-gobject3/Makefile +++ b/devel/py3-gobject3/Makefile @@ -2,6 +2,7 @@ # $FreeBSD$ # $MCom: ports/trunk/devel/py3-gobject3/Makefile 19696 2014-05-26 11:20:01Z gusi $ +PORTREVISION= 1 PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= 3 diff --git a/devel/py3-xdg/Makefile b/devel/py3-xdg/Makefile index c32e77072739..e227889caf35 100644 --- a/devel/py3-xdg/Makefile +++ b/devel/py3-xdg/Makefile @@ -4,6 +4,7 @@ PORTNAME= xdg PORTVERSION= 0.25 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= http://people.freedesktop.org/~takluyver/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/dns/py-dns3/Makefile b/dns/py-dns3/Makefile index aed9622a2358..79511b418890 100644 --- a/dns/py-dns3/Makefile +++ b/dns/py-dns3/Makefile @@ -3,6 +3,7 @@ PORTNAME= dns PORTVERSION= 3.0.4 +PORTREVISION= 1 CATEGORIES= dns python MASTER_SITES= https://launchpad.net/${DISTNAME}/trunk/${PORTVERSION}/+download/ \ LOCAL/sunpoet diff --git a/editors/gedit-plugins/Makefile b/editors/gedit-plugins/Makefile index e4e14bc8d96c..8b5bae29fd69 100644 --- a/editors/gedit-plugins/Makefile +++ b/editors/gedit-plugins/Makefile @@ -4,7 +4,7 @@ PORTNAME= gedit-plugins PORTVERSION= 3.14.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/editors/gedit/Makefile b/editors/gedit/Makefile index 8289a0a9f934..4caa55ccac7a 100644 --- a/editors/gedit/Makefile +++ b/editors/gedit/Makefile @@ -4,7 +4,7 @@ PORTNAME= gedit PORTVERSION= 3.14.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/games/gnome-sudoku/Makefile b/games/gnome-sudoku/Makefile index 35b7a4bc38b3..f1b7388e9b63 100644 --- a/games/gnome-sudoku/Makefile +++ b/games/gnome-sudoku/Makefile @@ -4,6 +4,7 @@ PORTNAME= gnome-sudoku PORTVERSION= 3.14.2 +PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/graphics/eog-plugins/Makefile b/graphics/eog-plugins/Makefile index 417f522943cc..cd5844375f3f 100644 --- a/graphics/eog-plugins/Makefile +++ b/graphics/eog-plugins/Makefile @@ -4,6 +4,7 @@ PORTNAME= eog-plugins PORTVERSION= 3.14.1 +PORTREVISION= 1 CATEGORIES= graphics gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/graphics/py-PyX/Makefile b/graphics/py-PyX/Makefile index cb9b22b46212..6a46d2e986be 100644 --- a/graphics/py-PyX/Makefile +++ b/graphics/py-PyX/Makefile @@ -3,6 +3,7 @@ PORTNAME= PyX PORTVERSION= 0.13 +PORTREVISION= 1 CATEGORIES= graphics python MASTER_SITES= SF PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/graphics/py3-cairo/Makefile b/graphics/py3-cairo/Makefile index a2a5b3041de2..56abce221f5a 100644 --- a/graphics/py3-cairo/Makefile +++ b/graphics/py3-cairo/Makefile @@ -4,7 +4,7 @@ PORTNAME= cairo PORTVERSION= 1.10.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics python MASTER_SITES= http://cairographics.org/releases/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/lang/python3/Makefile b/lang/python3/Makefile index e6f74b55720a..19d80b4d7d4e 100644 --- a/lang/python3/Makefile +++ b/lang/python3/Makefile @@ -2,7 +2,7 @@ PORTNAME= python3 PORTVERSION= ${PYTHON_MAJOR_VER} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang python ipv6 MASTER_SITES= DISTFILES= diff --git a/multimedia/py3-gstreamer1/Makefile b/multimedia/py3-gstreamer1/Makefile index 567d5e449120..869ab439553a 100644 --- a/multimedia/py3-gstreamer1/Makefile +++ b/multimedia/py3-gstreamer1/Makefile @@ -3,6 +3,7 @@ PORTNAME= gstreamer PORTVERSION= 1.4.0 +PORTREVISION= 1 CATEGORIES= multimedia python MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-python/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile index d3bedcac2275..7da03cd11fdc 100644 --- a/multimedia/totem/Makefile +++ b/multimedia/totem/Makefile @@ -4,6 +4,7 @@ PORTNAME= totem PORTVERSION= 3.14.1 +PORTREVISION= 1 CATEGORIES= multimedia gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/net-im/py-sleekxmpp/Makefile b/net-im/py-sleekxmpp/Makefile index 5488d2098097..0c64da429e07 100644 --- a/net-im/py-sleekxmpp/Makefile +++ b/net-im/py-sleekxmpp/Makefile @@ -2,6 +2,7 @@ PORTNAME= sleekxmpp PORTVERSION= 1.3.1 +PORTREVISION= 1 CATEGORIES= net-im python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/sigrok-firmware-utils/Makefile b/science/sigrok-firmware-utils/Makefile index 4818e5b9d46b..d1e432ed1e2f 100644 --- a/science/sigrok-firmware-utils/Makefile +++ b/science/sigrok-firmware-utils/Makefile @@ -3,6 +3,7 @@ PORTNAME= firmware PORTVERSION= 20140418 +PORTREVISION= 1 CATEGORIES= science MASTER_SITES= #none PKGNAMEPREFIX= sigrok- diff --git a/sysutils/brebis/Makefile b/sysutils/brebis/Makefile index 726dbd8fab81..6d23322f58ca 100644 --- a/sysutils/brebis/Makefile +++ b/sysutils/brebis/Makefile @@ -3,6 +3,7 @@ PORTNAME= brebis PORTVERSION= 0.9 +PORTREVISION= 1 CATEGORIES= sysutils archivers MASTER_SITES= http://brebisproject.org/attachments/download/18/ \ LOCAL/martymac diff --git a/sysutils/dvdvideo/Makefile b/sysutils/dvdvideo/Makefile index f57940ce255d..be3862d2c863 100644 --- a/sysutils/dvdvideo/Makefile +++ b/sysutils/dvdvideo/Makefile @@ -3,7 +3,7 @@ PORTNAME= dvdvideo PORTVERSION= 20130117 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils multimedia MASTER_SITES= http://contribs.martymac.org/FreeBSD-ports/distfiles/ \ LOCAL/martymac diff --git a/textproc/codespell/Makefile b/textproc/codespell/Makefile index bac9ff9579ed..620a92cb5db9 100644 --- a/textproc/codespell/Makefile +++ b/textproc/codespell/Makefile @@ -2,7 +2,7 @@ PORTNAME= codespell PORTVERSION= 1.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= http://packages.profusion.mobi/${PORTNAME}/ \ https://www.glenbarber.us/ports/${CATEGORIES}/${PORTNAME}/ diff --git a/textproc/py3-libxml2/Makefile b/textproc/py3-libxml2/Makefile index 775a3f7e36d5..e5a71f6d04d5 100644 --- a/textproc/py3-libxml2/Makefile +++ b/textproc/py3-libxml2/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ # $MCom: ports/trunk/textproc/py3-libxml2/Makefile 19293 2014-03-24 20:46:10Z kwm $ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= textproc gnome python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index 4989d647c1c5..4cdc659b17c8 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -4,7 +4,7 @@ PORTNAME= epiphany PORTVERSION= 3.12.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/www/py-aiohttp/Makefile b/www/py-aiohttp/Makefile index 10c61bf02d00..d722588789fc 100644 --- a/www/py-aiohttp/Makefile +++ b/www/py-aiohttp/Makefile @@ -3,6 +3,7 @@ PORTNAME= aiohttp PORTVERSION= 0.9.0 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/x11/gnome-desktop/Makefile b/x11/gnome-desktop/Makefile index ff71faac347c..f9f4fb526a52 100644 --- a/x11/gnome-desktop/Makefile +++ b/x11/gnome-desktop/Makefile @@ -4,6 +4,7 @@ PORTNAME= gnome-desktop PORTVERSION= 3.14.2 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 |