summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2011-02-25 00:12:12 +0000
committerMartin Wilke <miwi@FreeBSD.org>2011-02-25 00:12:12 +0000
commit021fc3a529b3602f3efc43e7d8635716d0c92fc0 (patch)
treeabca7668baa639d46f85a5d1a6a7cb8f21b6e961
parent- Update to 2.2.4 (diff)
- Move over to py25+ or above
- While here kick md5 support
Notes
Notes: svn path=/head/; revision=269616
-rw-r--r--databases/p5-DBICx-MapMaker/Makefile3
-rw-r--r--databases/p5-DBICx-MapMaker/distinfo5
-rw-r--r--databases/pgloader/Makefile4
-rw-r--r--databases/pgloader/distinfo1
-rw-r--r--databases/py-MySQLdb-devel/Makefile2
-rw-r--r--databases/py-MySQLdb-devel/distinfo1
-rw-r--r--databases/py-mssql/Makefile3
-rw-r--r--databases/py-mssql/distinfo1
-rw-r--r--databases/py-odbc/Makefile3
-rw-r--r--databases/py-odbc/distinfo1
-rw-r--r--databases/py-pg_pqueue/Makefile3
-rw-r--r--databases/py-pg_pqueue/distinfo1
-rw-r--r--databases/py-psycopg2/Makefile3
-rw-r--r--databases/py-pysqlite20/Makefile4
-rw-r--r--databases/py-pysqlite20/distinfo1
-rw-r--r--databases/py-pysqlite21/Makefile4
-rw-r--r--databases/py-pysqlite21/distinfo1
-rw-r--r--databases/py-pysqlite22/Makefile3
-rw-r--r--databases/py-pysqlite22/distinfo1
-rw-r--r--databases/py-pysqlite23/Makefile3
-rw-r--r--databases/py-pysqlite23/distinfo1
-rw-r--r--databases/skytools/Makefile3
-rw-r--r--databases/zodb3/Makefile4
-rw-r--r--deskutils/conduit/Makefile4
-rw-r--r--deskutils/conduit/distinfo1
-rw-r--r--deskutils/glipper/Makefile4
-rw-r--r--deskutils/glipper/distinfo1
-rw-r--r--deskutils/py-vobject/Makefile3
-rw-r--r--deskutils/py-vobject/distinfo1
-rw-r--r--deskutils/treeline/Makefile3
-rw-r--r--deskutils/treeline/distinfo2
-rw-r--r--dns/py-namebench/Makefile3
-rw-r--r--dns/py-namebench/distinfo1
-rw-r--r--dns/sshfp/Makefile3
-rw-r--r--emulators/gns3/Makefile3
-rw-r--r--emulators/gns3/distinfo1
-rw-r--r--emulators/wahcade/Makefile4
-rw-r--r--emulators/wahcade/distinfo1
-rw-r--r--emulators/wine-doors/Makefile4
-rw-r--r--emulators/wine-doors/distinfo1
-rw-r--r--finance/openerp-server/Makefile3
-rw-r--r--finance/openerp/Makefile3
-rw-r--r--finance/sabernetdcs-client/Makefile4
-rw-r--r--finance/tinyerp-server/Makefile4
-rw-r--r--finance/tinyerp-server/distinfo1
45 files changed, 52 insertions, 59 deletions
diff --git a/databases/p5-DBICx-MapMaker/Makefile b/databases/p5-DBICx-MapMaker/Makefile
index ba185811ca3f..d42e1e965c6b 100644
--- a/databases/p5-DBICx-MapMaker/Makefile
+++ b/databases/p5-DBICx-MapMaker/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= DBICx-MapMaker
-PORTVERSION= 0.02
-PORTREVISION= 4
+PORTVERSION= 0.03
CATEGORIES= databases perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/J/JR/JROCKWAY/
diff --git a/databases/p5-DBICx-MapMaker/distinfo b/databases/p5-DBICx-MapMaker/distinfo
index d0f41bd1fa03..ad26c598bfe3 100644
--- a/databases/p5-DBICx-MapMaker/distinfo
+++ b/databases/p5-DBICx-MapMaker/distinfo
@@ -1,3 +1,2 @@
-MD5 (DBICx-MapMaker-0.02.tar.gz) = 3588908f5215673e8a4a23fafe87d3ef
-SHA256 (DBICx-MapMaker-0.02.tar.gz) = 4d5af7f3ac896fa3bf3c15f7d0315cf160dc3d25b7ec8f1c8e011e76aec029dc
-SIZE (DBICx-MapMaker-0.02.tar.gz) = 14104
+SHA256 (DBICx-MapMaker-0.03.tar.gz) = 42d94d1ed86aa203bcf4bce29c58dc27a61d4c07c8fa1667ac867c258f9e5b58
+SIZE (DBICx-MapMaker-0.03.tar.gz) = 11829
diff --git a/databases/pgloader/Makefile b/databases/pgloader/Makefile
index 83eb6200d785..79f9c61928f3 100644
--- a/databases/pgloader/Makefile
+++ b/databases/pgloader/Makefile
@@ -7,7 +7,7 @@
PORTNAME= pgloader
PORTVERSION= 2.3.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= databases
MASTER_SITES= http://pgfoundry.org/frs/download.php/1814/
@@ -17,7 +17,7 @@ COMMENT= Import CSV data and Large Object to PostgreSQL
MAN1= pgloader.1
NO_BUILD= yes
-USE_PYTHON= 2.4+
+USE_PYTHON= 2.5+
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/psycopg2/__init__.py:${PORTSDIR}/databases/py-psycopg2
diff --git a/databases/pgloader/distinfo b/databases/pgloader/distinfo
index facae3ce328c..627407a698d6 100644
--- a/databases/pgloader/distinfo
+++ b/databases/pgloader/distinfo
@@ -1,3 +1,2 @@
-MD5 (pgloader-2.3.1.tar.gz) = 10f93a2173b946e3574d7b9f274da562
SHA256 (pgloader-2.3.1.tar.gz) = b3d9a1429c61083aa0030231bf938ab97c228ce90a9052330461d17a2058f73d
SIZE (pgloader-2.3.1.tar.gz) = 83071
diff --git a/databases/py-MySQLdb-devel/Makefile b/databases/py-MySQLdb-devel/Makefile
index 949ca70fc017..5c13c2f0367f 100644
--- a/databases/py-MySQLdb-devel/Makefile
+++ b/databases/py-MySQLdb-devel/Makefile
@@ -16,7 +16,7 @@ DISTNAME= MySQL-python-${DISTVERSION}
MAINTAINER= mnag@FreeBSD.org
COMMENT= Access a MySQL database through Python
-USE_PYTHON= 2.4+
+USE_PYTHON= 2.5+
USE_PYDISTUTILS= easy_install
PYEASYINSTALL_ARCHDEP= yes
PYDISTUTILS_PKGNAME= MySQL_python
diff --git a/databases/py-MySQLdb-devel/distinfo b/databases/py-MySQLdb-devel/distinfo
index b65849e7dbca..454dd750dd1d 100644
--- a/databases/py-MySQLdb-devel/distinfo
+++ b/databases/py-MySQLdb-devel/distinfo
@@ -1,3 +1,2 @@
-MD5 (MySQL-python-1.2.3c1.tar.gz) = 310dd856e439d070b59ece6dd7a0734d
SHA256 (MySQL-python-1.2.3c1.tar.gz) = 1faa4977e9850731e8b7f8a1d58b8627393a3744543788ec437fb45e06cfe401
SIZE (MySQL-python-1.2.3c1.tar.gz) = 89831
diff --git a/databases/py-mssql/Makefile b/databases/py-mssql/Makefile
index f37daa3afebd..636705ebd5b6 100644
--- a/databases/py-mssql/Makefile
+++ b/databases/py-mssql/Makefile
@@ -7,6 +7,7 @@
PORTNAME= mssql
PORTVERSION= 1.0.1
+PORTREVISION= 1
CATEGORIES= databases python
MASTER_SITES= SF/py${PORTNAME}/py${PORTNAME}/${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -17,7 +18,7 @@ COMMENT= Python database interface for simple MS-SQL access
LIB_DEPENDS= sybdb.5:${PORTSDIR}/databases/freetds-msdblib
-USE_PYTHON= 2.4+
+USE_PYTHON= 2.5+
USE_PYDISTUTILS=yes
PYDISTUTILS_PKGNAME= pymssql
diff --git a/databases/py-mssql/distinfo b/databases/py-mssql/distinfo
index f73432521f55..e834e650cb7d 100644
--- a/databases/py-mssql/distinfo
+++ b/databases/py-mssql/distinfo
@@ -1,3 +1,2 @@
-MD5 (pymssql-1.0.1.tar.gz) = afadab7642b35c0492fa2ef08ed551bd
SHA256 (pymssql-1.0.1.tar.gz) = 598ed5f50a6bd23fe51f7f1c579f817d8c7e51608d09c403867d66ec5e990f8c
SIZE (pymssql-1.0.1.tar.gz) = 173853
diff --git a/databases/py-odbc/Makefile b/databases/py-odbc/Makefile
index 73f9a4fe16ad..db774f2c3641 100644
--- a/databases/py-odbc/Makefile
+++ b/databases/py-odbc/Makefile
@@ -19,6 +19,7 @@
PORTNAME= pyodbc
PORTVERSION= 2.1.5
+PORTREVISION- 1
CATEGORIES= databases python
MASTER_SITES= GOOGLE_CODE
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -29,7 +30,7 @@ COMMENT= ODBC connections for python
USE_ZIP= yes
USE_GMAKE= yes
-USE_PYTHON= 2.4+
+USE_PYTHON= 2.5+
USE_PYDISTUTILS= yes
# again, shamelessly copied from datebase/postgres-odbc
diff --git a/databases/py-odbc/distinfo b/databases/py-odbc/distinfo
index c5c13c701cde..9ae1a7cfdb82 100644
--- a/databases/py-odbc/distinfo
+++ b/databases/py-odbc/distinfo
@@ -1,3 +1,2 @@
-MD5 (pyodbc-2.1.5.zip) = eccee612807e22a2aa3cc5033aee0fcc
SHA256 (pyodbc-2.1.5.zip) = 0e47fbe829e2295ea43c00ddcb268c274dc37a8a5a7963fb6f64080203278793
SIZE (pyodbc-2.1.5.zip) = 147862
diff --git a/databases/py-pg_pqueue/Makefile b/databases/py-pg_pqueue/Makefile
index 0bb23737256e..52d2ff634d26 100644
--- a/databases/py-pg_pqueue/Makefile
+++ b/databases/py-pg_pqueue/Makefile
@@ -7,6 +7,7 @@
PORTNAME= pg_pqueue
PORTVERSION= 1.0.2
+PORTREVISION= 1
CATEGORIES= databases python
MASTER_SITES= http://python.projects.postgresql.org/files/ \
CHEESESHOP
@@ -15,7 +16,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wenheping@gmail.com
COMMENT= PostgreSQL PQ Protocol Modules
-USE_PYTHON= 2.4+
+USE_PYTHON= 2.5+
USE_PYDISTUTILS= easy_install
PYEASYINSTALL_ARCHDEP= yes
diff --git a/databases/py-pg_pqueue/distinfo b/databases/py-pg_pqueue/distinfo
index 95889f87f91a..425b6f8d9395 100644
--- a/databases/py-pg_pqueue/distinfo
+++ b/databases/py-pg_pqueue/distinfo
@@ -1,3 +1,2 @@
-MD5 (pg_pqueue-1.0.2.tar.gz) = ca88e615a52182165a9a29395dfc5388
SHA256 (pg_pqueue-1.0.2.tar.gz) = 45b94cfa616f3e241a1fc791b6f9b6db5bd848d79d6599cb30064882d3829d0b
SIZE (pg_pqueue-1.0.2.tar.gz) = 16861
diff --git a/databases/py-psycopg2/Makefile b/databases/py-psycopg2/Makefile
index b7b7628cb838..cff3fcb2865a 100644
--- a/databases/py-psycopg2/Makefile
+++ b/databases/py-psycopg2/Makefile
@@ -7,6 +7,7 @@
PORTNAME= psycopg2
PORTVERSION= 2.3.2
+PORTREVISION= 1
CATEGORIES= databases python
MASTER_SITES= http://initd.org/psycopg/tarballs/ \
${MASTER_SITE_LOCAL}
@@ -17,7 +18,7 @@ MAINTAINER= miwi@FreeBSD.org
COMMENT= The high performance Python adapter for PostgreSQL
USE_PGSQL= yes
-USE_PYTHON= 2.4+
+USE_PYTHON= 2.5+
USE_PYDISTUTILS= yes
DOCSDIR= ${PREFIX}/share/doc/py-psycopg2
diff --git a/databases/py-pysqlite20/Makefile b/databases/py-pysqlite20/Makefile
index 509f6dd0dacc..4754db7a0049 100644
--- a/databases/py-pysqlite20/Makefile
+++ b/databases/py-pysqlite20/Makefile
@@ -7,7 +7,7 @@
PORTNAME= pysqlite
PORTVERSION= 2.0.7
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= databases python
MASTER_SITES= http://initd.org/pub/software/pysqlite/releases/${PORTVERSION:C/\.[0-9]$//}/${PORTVERSION}/ \
${MASTER_SITE_GENTOO}
@@ -23,7 +23,7 @@ CONFLICTS= py*-pysqlite-2.[1-9].*
LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}20${PKGNAMESUFFIX}
-USE_PYTHON= 2.4+
+USE_PYTHON= 2.5+
USE_PYDISTUTILS= yes
PYDISTUTILS_BUILDARGS= build_ext -I${LOCALBASE}/include -L${LOCALBASE}/lib
DOCSBASE= share/doc/py-${PORTNAME}2
diff --git a/databases/py-pysqlite20/distinfo b/databases/py-pysqlite20/distinfo
index c46ee0a92ca8..fb4fb1a86a76 100644
--- a/databases/py-pysqlite20/distinfo
+++ b/databases/py-pysqlite20/distinfo
@@ -1,3 +1,2 @@
-MD5 (pysqlite-2.0.7.tar.gz) = 15ab26f859f8a0fd21659d4d105056a5
SHA256 (pysqlite-2.0.7.tar.gz) = 7869bfaef3bad33b1cd89727a14d7b1b154a0a35827cfa3e4c7b60e48a0bed0c
SIZE (pysqlite-2.0.7.tar.gz) = 216605
diff --git a/databases/py-pysqlite21/Makefile b/databases/py-pysqlite21/Makefile
index f3e985d09f44..9ef15af2cd63 100644
--- a/databases/py-pysqlite21/Makefile
+++ b/databases/py-pysqlite21/Makefile
@@ -7,7 +7,7 @@
PORTNAME= pysqlite
PORTVERSION= 2.1.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= databases python
MASTER_SITES= http://initd.org/pub/software/pysqlite/releases/${PORTVERSION:C/\.[0-9]$//}/${PORTVERSION}/ \
${MASTER_SITE_GENTOO}
@@ -23,7 +23,7 @@ CONFLICTS= py*-pysqlite-2.[02-9].*
LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}21${PKGNAMESUFFIX}
-USE_PYTHON= 2.4+
+USE_PYTHON= 2.5+
USE_PYDISTUTILS= yes
PYDISTUTILS_BUILDARGS= build_ext -I${LOCALBASE}/include -L${LOCALBASE}/lib
DOCSBASE= share/doc/py-${PORTNAME}2
diff --git a/databases/py-pysqlite21/distinfo b/databases/py-pysqlite21/distinfo
index 996ccf2d54fc..aee56266a6cf 100644
--- a/databases/py-pysqlite21/distinfo
+++ b/databases/py-pysqlite21/distinfo
@@ -1,3 +1,2 @@
-MD5 (pysqlite-2.1.3.tar.gz) = 55ef66a963ddff5540b117db0a6c085b
SHA256 (pysqlite-2.1.3.tar.gz) = 73c6e489579fb7531afebf903b657f379ee91e8fb361fbb7996ccefe024e9edc
SIZE (pysqlite-2.1.3.tar.gz) = 241978
diff --git a/databases/py-pysqlite22/Makefile b/databases/py-pysqlite22/Makefile
index c2385ac3e787..dc7424ed60cf 100644
--- a/databases/py-pysqlite22/Makefile
+++ b/databases/py-pysqlite22/Makefile
@@ -7,6 +7,7 @@
PORTNAME= pysqlite
PORTVERSION= 2.2.2
+PORTREVISION= 1
CATEGORIES= databases python
MASTER_SITES= http://initd.org/pub/software/pysqlite/releases/${PORTVERSION:C/\.[0-9]$//}/${PORTVERSION}/ \
${MASTER_SITE_GENTOO}
@@ -22,7 +23,7 @@ CONFLICTS= py*-pysqlite-2.[0-13-9].*
LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}22${PKGNAMESUFFIX}
-USE_PYTHON= 2.4+
+USE_PYTHON= 2.5+
USE_PYDISTUTILS= yes
PYDISTUTILS_BUILDARGS= build_ext -I${LOCALBASE}/include -L${LOCALBASE}/lib
DOCSBASE= share/doc/py-${PORTNAME}2
diff --git a/databases/py-pysqlite22/distinfo b/databases/py-pysqlite22/distinfo
index efc5dc47942c..6ba89a4bae49 100644
--- a/databases/py-pysqlite22/distinfo
+++ b/databases/py-pysqlite22/distinfo
@@ -1,3 +1,2 @@
-MD5 (pysqlite-2.2.2.tar.gz) = 3260547d3f11c85613b2de8ed529a4fc
SHA256 (pysqlite-2.2.2.tar.gz) = 76a82a6a45ae9c12c0409427765ae56c06d8dbb03321f21b8c4d7da48c7cd2b3
SIZE (pysqlite-2.2.2.tar.gz) = 75176
diff --git a/databases/py-pysqlite23/Makefile b/databases/py-pysqlite23/Makefile
index 6a6107cd7c38..3f29604e2cb2 100644
--- a/databases/py-pysqlite23/Makefile
+++ b/databases/py-pysqlite23/Makefile
@@ -7,6 +7,7 @@
PORTNAME= pysqlite
PORTVERSION= 2.3.5
+PORTREVISION= 1
CATEGORIES= databases python
MASTER_SITES= http://initd.org/pub/software/pysqlite/releases/${PORTVERSION:C/\.[0-9]$//}/${PORTVERSION}/ \
${MASTER_SITE_GENTOO}
@@ -20,7 +21,7 @@ LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3
CONFLICTS= py*-pysqlite-2.[0-24-9].*
-USE_PYTHON= 2.4+
+USE_PYTHON= 2.5+
USE_PYDISTUTILS= yes
PYDISTUTILS_BUILDARGS= build_ext -I${LOCALBASE}/include -L${LOCALBASE}/lib
DOCSBASE= share/doc/py-${PORTNAME}2
diff --git a/databases/py-pysqlite23/distinfo b/databases/py-pysqlite23/distinfo
index 2ff0ed128a3b..703f21dbe47a 100644
--- a/databases/py-pysqlite23/distinfo
+++ b/databases/py-pysqlite23/distinfo
@@ -1,3 +1,2 @@
-MD5 (pysqlite-2.3.5.tar.gz) = b4a185e936848370fcc1a5b17755b641
SHA256 (pysqlite-2.3.5.tar.gz) = 074e88e14762cf25684658fbc893eb9f55cf4b9889b71f8aeee6e8992d3f33fe
SIZE (pysqlite-2.3.5.tar.gz) = 85198
diff --git a/databases/skytools/Makefile b/databases/skytools/Makefile
index fbdbab9252af..f2c0ee1e0c2c 100644
--- a/databases/skytools/Makefile
+++ b/databases/skytools/Makefile
@@ -7,6 +7,7 @@
PORTNAME= skytools
PORTVERSION= 2.1.12
+PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= http://pgfoundry.org/frs/download.php/2872/
@@ -17,7 +18,7 @@ GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_PGSQL= yes
-USE_PYTHON= 2.4+
+USE_PYTHON= 2.5+
INSTALLS_EGGINFO= yes
MAN1= bulk_loader.1 cube_dispatcher.1 londiste.1 pgqadm.1 queue_mover.1 \
diff --git a/databases/zodb3/Makefile b/databases/zodb3/Makefile
index c3ac8c9ab51e..ddb4dfffc260 100644
--- a/databases/zodb3/Makefile
+++ b/databases/zodb3/Makefile
@@ -7,7 +7,7 @@
PORTNAME= zodb
PORTVERSION= 3.10.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= databases
MASTER_SITES= CHEESESHOP
PKGNAMESUFFIX= -py${PYTHON_SUFFIX}
@@ -26,7 +26,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/zconfig:${PORTSDIR}/devel/py-zconfig \
${PYTHON_PKGNAMEPREFIX}zopeproxy>=3.4.2:${PORTSDIR}/net/py-zopeproxy
RUN_DEPENDS= ${BUILD_DEPENDS}
-USE_PYTHON= 2.4+
+USE_PYTHON= 2.5+
USE_PYDISTUTILS= easy_install
PYEASYINSTALL_ARCHDEP= yes
PYDISTUTILS_PKGNAME= ZODB3
diff --git a/deskutils/conduit/Makefile b/deskutils/conduit/Makefile
index a3c02e447343..1a149575392a 100644
--- a/deskutils/conduit/Makefile
+++ b/deskutils/conduit/Makefile
@@ -7,7 +7,7 @@
PORTNAME= conduit
PORTVERSION= 0.3.17
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= deskutils
MASTER_SITES= GNOME
@@ -28,7 +28,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/goocanvasmodule.so:${PORTSDIR}/graphics/py-goo
${LOCALBASE}/libdata/pkgconfig/dbus-python.pc:${PORTSDIR}/devel/py-dbus \
xdg-open:${PORTSDIR}/devel/xdg-utils
-USE_PYTHON= 2.4+
+USE_PYTHON= 2.5+
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_GETTEXT= yes
diff --git a/deskutils/conduit/distinfo b/deskutils/conduit/distinfo
index 42041fb64f00..7e8006a7ae1a 100644
--- a/deskutils/conduit/distinfo
+++ b/deskutils/conduit/distinfo
@@ -1,3 +1,2 @@
-MD5 (conduit-0.3.17.tar.gz) = ab294295e72f49eca67c477d1c0f9931
SHA256 (conduit-0.3.17.tar.gz) = 230b572b4636768315ff506d5230563856764568110cb3ea90f3e144c442c777
SIZE (conduit-0.3.17.tar.gz) = 1193352
diff --git a/deskutils/glipper/Makefile b/deskutils/glipper/Makefile
index 81ae5dd7fb0f..aa833dfa70ee 100644
--- a/deskutils/glipper/Makefile
+++ b/deskutils/glipper/Makefile
@@ -7,7 +7,7 @@
PORTNAME= glipper
PORTVERSION= 1.0
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= deskutils gnome
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION}
@@ -19,7 +19,7 @@ USE_ICONV= yes
USE_GETTEXT= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack intltool pygnomedesktop pygnomeextras
-USE_PYTHON= 2.4+
+USE_PYTHON= 2.5+
INSTALLS_ICONS= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --libdir=${PREFIX}/libexec
diff --git a/deskutils/glipper/distinfo b/deskutils/glipper/distinfo
index b0a9e42e5697..1354da1a4c50 100644
--- a/deskutils/glipper/distinfo
+++ b/deskutils/glipper/distinfo
@@ -1,3 +1,2 @@
-MD5 (glipper-1.0.tar.bz2) = 95315e62b950877611d4645a0b47e1ba
SHA256 (glipper-1.0.tar.bz2) = 6581f1ed074a98deafa492c0f4aec834b4733df8f4b6812511937ad31bf15ceb
SIZE (glipper-1.0.tar.bz2) = 364805
diff --git a/deskutils/py-vobject/Makefile b/deskutils/py-vobject/Makefile
index 517d25d226c5..4e92c24cef3d 100644
--- a/deskutils/py-vobject/Makefile
+++ b/deskutils/py-vobject/Makefile
@@ -7,6 +7,7 @@
PORTNAME= vobject
PORTVERSION= 0.8.1c
+PORTREVISION= 1
CATEGORIES= deskutils python
MASTER_SITES= http://vobject.skyhouseconsulting.com/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +17,7 @@ COMMENT= ICalendar library
RUN_DEPENDS= py*-dateutil>=1.1:${PORTSDIR}/devel/py-dateutil
-USE_PYTHON= 2.4+
+USE_PYTHON= 2.5+
USE_PYDISTUTILS=easy_install
.include <bsd.port.mk>
diff --git a/deskutils/py-vobject/distinfo b/deskutils/py-vobject/distinfo
index 5deeb31932f8..9763b8c5d2a7 100644
--- a/deskutils/py-vobject/distinfo
+++ b/deskutils/py-vobject/distinfo
@@ -1,3 +1,2 @@
-MD5 (vobject-0.8.1c.tar.gz) = c9686dd74d39fdae140890d9c694c076
SHA256 (vobject-0.8.1c.tar.gz) = 594113117f2017ed837c8f3ce727616f9053baa5a5463a7420c8249b8fc556f5
SIZE (vobject-0.8.1c.tar.gz) = 59925
diff --git a/deskutils/treeline/Makefile b/deskutils/treeline/Makefile
index 164edceb062f..26657be113bf 100644
--- a/deskutils/treeline/Makefile
+++ b/deskutils/treeline/Makefile
@@ -7,6 +7,7 @@
PORTNAME= treeline
PORTVERSION= 1.2.4
+PORTREVISION= 1
CATEGORIES= deskutils python
MASTER_SITES= ${MASTER_SITE_BERLIOS:S/$/:treeline/} \
http://treeline.bellz.org/plugins/:plugins \
@@ -27,7 +28,7 @@ OPTIONS= ASPELL "install with aspell support" off \
WRKSRC= ${WRKDIR}/TreeLine
USE_QT_VER= 4
-USE_PYTHON= 2.4+
+USE_PYTHON= 2.5+
NO_BUILD= yes
LICENSE= GPLv2
diff --git a/deskutils/treeline/distinfo b/deskutils/treeline/distinfo
index edddc994335c..fee15c494c38 100644
--- a/deskutils/treeline/distinfo
+++ b/deskutils/treeline/distinfo
@@ -1,6 +1,4 @@
-MD5 (treeline-1.2.4.tar.gz) = af51957700b68c4af36dc0b5cf0fee92
SHA256 (treeline-1.2.4.tar.gz) = 868e3b54cbec370ccbac66c2c525611768bebd07886552cc87c52891c27b3dbd
SIZE (treeline-1.2.4.tar.gz) = 478928
-MD5 (httpload2.py) = 6038083a5e6aa80672325fbe53ca7a33
SHA256 (httpload2.py) = 30f243207369f294eb0442bfd752dd104f82f158791b97223bbc20a6fd266593
SIZE (httpload2.py) = 3206
diff --git a/dns/py-namebench/Makefile b/dns/py-namebench/Makefile
index b7837a882d2a..7a1a3d4eaf87 100644
--- a/dns/py-namebench/Makefile
+++ b/dns/py-namebench/Makefile
@@ -7,6 +7,7 @@
PORTNAME= namebench
PORTVERSION= 1.0
+PORTREVISION= 1
CATEGORIES= dns python
MASTER_SITES= GOOGLE_CODE
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -19,7 +20,7 @@ MAKE_ENV+= NO_THIRD_PARTY=yes
PORTDOCS= README.txt
-USE_PYTHON= 2.4+
+USE_PYTHON= 2.5+
USE_PYDISTUTILS= yes
PYDISTUTILS_INSTALLARGS+= --install-data=${PREFIX}/share
diff --git a/dns/py-namebench/distinfo b/dns/py-namebench/distinfo
index 20626a46a65d..7df71fd3e7ec 100644
--- a/dns/py-namebench/distinfo
+++ b/dns/py-namebench/distinfo
@@ -1,3 +1,2 @@
-MD5 (namebench-1.0.tgz) = cbed0bfdff7388248fa476345d740179
SHA256 (namebench-1.0.tgz) = 59af0fea2ce4cb52a3999115ecf77331150cd1ccae36e05e173680bb6d68611c
SIZE (namebench-1.0.tgz) = 2557100
diff --git a/dns/sshfp/Makefile b/dns/sshfp/Makefile
index b3a17cae9806..7dbb27f2906b 100644
--- a/dns/sshfp/Makefile
+++ b/dns/sshfp/Makefile
@@ -7,6 +7,7 @@
PORTNAME= sshfp
PORTVERSION= 1.1.6
+PORTREVISION= 1
CATEGORIES= dns security
MASTER_SITES= ftp://ftp.xelerance.com/sshfp/ \
CRITICAL
@@ -17,7 +18,7 @@ COMMENT= Generate SSHFP DNS records from knownhosts files or ssh-keyscan
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/dns/__init__.py:${PORTSDIR}/dns/py-dnspython
NO_BUILD= yes
-USE_PYTHON= 2.4+
+USE_PYTHON= 2.5+
LICENSE= GPLv2
diff --git a/emulators/gns3/Makefile b/emulators/gns3/Makefile
index 4dde14570a00..2ed2741f2802 100644
--- a/emulators/gns3/Makefile
+++ b/emulators/gns3/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gns3
PORTVERSION= 0.7
+PORTREVISION= 1
CATEGORIES= emulators
MASTER_SITES= SF/gns-3/GNS3/${PORTVERSION}
DISTNAME= GNS3-${PORTVERSION}-src
@@ -21,7 +22,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/PyQt4/QtGui.so:${PORTSDIR}/x11-toolkits/py-qt4
dynagen:${PORTSDIR}/emulators/dynagen \
qemu>=0.11:${PORTSDIR}/emulators/qemu
-USE_PYTHON= 2.4+
+USE_PYTHON= 2.5+
USE_PYDISTUTILS= YES
PYDISTUTILS_PKGNAME= GNS3
WRKSRC= ${WRKDIR}/${DISTNAME}
diff --git a/emulators/gns3/distinfo b/emulators/gns3/distinfo
index 41d1c14928dc..33ab728ea35f 100644
--- a/emulators/gns3/distinfo
+++ b/emulators/gns3/distinfo
@@ -1,3 +1,2 @@
-MD5 (GNS3-0.7-src.tar.gz) = 85a4c4460ce635dea7f8b1040ec926b7
SHA256 (GNS3-0.7-src.tar.gz) = 5a7bfda171b8caa47b317dfaaba6166b9d96f5e4f486f5a7cf2bdeb7e1db7989
SIZE (GNS3-0.7-src.tar.gz) = 3642278
diff --git a/emulators/wahcade/Makefile b/emulators/wahcade/Makefile
index 58b5d91f41fa..7201301b8dcc 100644
--- a/emulators/wahcade/Makefile
+++ b/emulators/wahcade/Makefile
@@ -7,7 +7,7 @@
PORTNAME= wahcade
PORTVERSION= 0.28
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= emulators
MASTER_SITES= http://www.anti-particle.com/projects/wahcade/
@@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolki
${PYTHON_SITELIBDIR}/cElementTree.so:${PORTSDIR}/devel/py-celementtree \
${PYTHON_SITELIBDIR}/chardet/__init__.py:${PORTSDIR}/textproc/py-chardet
-USE_PYTHON= 2.4+
+USE_PYTHON= 2.5+
WANT_GSTREAMER= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
diff --git a/emulators/wahcade/distinfo b/emulators/wahcade/distinfo
index 860f29bd6939..1d2d0a439e3d 100644
--- a/emulators/wahcade/distinfo
+++ b/emulators/wahcade/distinfo
@@ -1,3 +1,2 @@
-MD5 (wahcade-0.28.tar.gz) = 9aad959a91ffbcf30da399afddf6b1a3
SHA256 (wahcade-0.28.tar.gz) = 964fc9a79e202b2e89ac998a5eb51a617b07738bab4faf784b5c37e7405127f0
SIZE (wahcade-0.28.tar.gz) = 307412
diff --git a/emulators/wine-doors/Makefile b/emulators/wine-doors/Makefile
index 96447c4ff0a8..f2d5a46da1a6 100644
--- a/emulators/wine-doors/Makefile
+++ b/emulators/wine-doors/Makefile
@@ -7,7 +7,7 @@
PORTNAME= wine-doors
PORTVERSION= 0.1.2
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= emulators
MASTER_SITES= http://www.wine-doors.org/releases/
@@ -23,7 +23,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/${PYLXML_EGG}:${PORTSDIR}/devel/py-lxml \
unzip:${PORTSDIR}/archivers/unzip \
wine:${PORTSDIR}/emulators/wine
-USE_PYTHON= 2.4+
+USE_PYTHON= 2.5+
NO_BUILD= yes
diff --git a/emulators/wine-doors/distinfo b/emulators/wine-doors/distinfo
index 58a0adbdcb50..92fb6681eec1 100644
--- a/emulators/wine-doors/distinfo
+++ b/emulators/wine-doors/distinfo
@@ -1,3 +1,2 @@
-MD5 (wine-doors-0.1.2.tar.gz) = de4af9b78210b328eebe17cff2f78b94
SHA256 (wine-doors-0.1.2.tar.gz) = 7ec60e8e7eaa91a92f172b81c76a6e0ec23e4b1e60c1af866e735e10285269af
SIZE (wine-doors-0.1.2.tar.gz) = 267430
diff --git a/finance/openerp-server/Makefile b/finance/openerp-server/Makefile
index ea039461f8eb..83a5d61b1f9d 100644
--- a/finance/openerp-server/Makefile
+++ b/finance/openerp-server/Makefile
@@ -7,6 +7,7 @@
PORTNAME= openerp-server
PORTVERSION= 5.0.15
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= finance python
MASTER_SITES= http://www.openerp.com/download/stable/source/
@@ -31,7 +32,7 @@ USE_RC_SUBR= openerpd
SUB_FILES= openerp-server.conf pkg-message
SUB_LIST= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR}
-USE_PYTHON= 2.4+
+USE_PYTHON= 2.5+
USE_PYDISTUTILS= yes
PYDISTUTILS_EGGINFO= openerp_server-${PORTVERSION}-${PYTHON_VERSION:S/thon//}.egg-info
diff --git a/finance/openerp/Makefile b/finance/openerp/Makefile
index ea039461f8eb..83a5d61b1f9d 100644
--- a/finance/openerp/Makefile
+++ b/finance/openerp/Makefile
@@ -7,6 +7,7 @@
PORTNAME= openerp-server
PORTVERSION= 5.0.15
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= finance python
MASTER_SITES= http://www.openerp.com/download/stable/source/
@@ -31,7 +32,7 @@ USE_RC_SUBR= openerpd
SUB_FILES= openerp-server.conf pkg-message
SUB_LIST= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR}
-USE_PYTHON= 2.4+
+USE_PYTHON= 2.5+
USE_PYDISTUTILS= yes
PYDISTUTILS_EGGINFO= openerp_server-${PORTVERSION}-${PYTHON_VERSION:S/thon//}.egg-info
diff --git a/finance/sabernetdcs-client/Makefile b/finance/sabernetdcs-client/Makefile
index 7ff7ea24ed09..0d122d78c6ae 100644
--- a/finance/sabernetdcs-client/Makefile
+++ b/finance/sabernetdcs-client/Makefile
@@ -7,7 +7,7 @@
PORTNAME= sabernetdcs
PORTVERSION= 2.0.3
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= finance www
MASTER_SITES= SF/${PORTNAME}/SaberNet%20DCS/${PORTVERSION}
PKGNAMESUFFIX= -client
@@ -20,7 +20,7 @@ RUN_DEPENDS= pygtk-codegen-2.0:${PORTSDIR}/x11-toolkits/py-gtk2 \
${PYTHONPREFIX_SITELIBDIR}/gtk-2.0/gobject/__init__.py:${PORTSDIR}/devel/py-gobject \
${PYTHONPREFIX_SITELIBDIR}/Pyro4/__init__.py:${PORTSDIR}/devel/py-pyro
-USE_PYTHON= 2.4+
+USE_PYTHON= 2.5+
USE_PYDISTUTILS= yes
USE_BZIP2= yes
DOCSDIR= ${PREFIX}/share/doc/sndcs
diff --git a/finance/tinyerp-server/Makefile b/finance/tinyerp-server/Makefile
index c997741576a7..2c8f46a964cd 100644
--- a/finance/tinyerp-server/Makefile
+++ b/finance/tinyerp-server/Makefile
@@ -7,7 +7,7 @@
PORTNAME= tinyerp-server
PORTVERSION= 3.2.1
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= finance
MASTER_SITES= ${MASTER_SITE_LOCAL} \
http://tinyerp.org/download/sources/
@@ -28,7 +28,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
WRKSRC= ${WRKDIR}/server
-USE_PYTHON= 2.4+
+USE_PYTHON= 2.5+
USE_PYDISTUTILS=yes
PYDISTUTILS_PKGVERSION= 3.2.0
diff --git a/finance/tinyerp-server/distinfo b/finance/tinyerp-server/distinfo
index 635835e0f012..d84acfa21528 100644
--- a/finance/tinyerp-server/distinfo
+++ b/finance/tinyerp-server/distinfo
@@ -1,3 +1,2 @@
-MD5 (tinyerp-server-3.2.1.tgz) = 4acbbd8e8fac798ea3e9da08e076b465
SHA256 (tinyerp-server-3.2.1.tgz) = 9d0261aa28588aef8764645e1d338f050d7803773ee577fbd140346b48744269
SIZE (tinyerp-server-3.2.1.tgz) = 935517