summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2014-08-02 06:57:40 +0000
committerMarcus von Appen <mva@FreeBSD.org>2014-08-02 06:57:40 +0000
commitd76fe51a14c836ec2896e92f693f2388f295a18f (patch)
treea672bd4b54600c6531328ca45738a6ebc143ceb2
parent- Remove everything related to USE_PYTHON and bsd.python.mk. This is a (diff)
- Catch up with the recent lang/pythonXX changes
With hat: python@
Notes
Notes: svn path=/head/; revision=363791
-rw-r--r--databases/py-bsddb/Makefile2
-rw-r--r--databases/py-gdbm/Makefile2
-rw-r--r--databases/py-sqlite3/Makefile2
-rw-r--r--x11-toolkits/py-tkinter/Makefile2
4 files changed, 4 insertions, 4 deletions
diff --git a/databases/py-bsddb/Makefile b/databases/py-bsddb/Makefile
index 049f390a9782..41f6d2d6ed42 100644
--- a/databases/py-bsddb/Makefile
+++ b/databases/py-bsddb/Makefile
@@ -3,7 +3,7 @@
PORTNAME= bsddb
PORTVERSION= ${PYTHON_PORTVERSION}
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= databases python
MASTER_SITES= PYTHON
MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR}
diff --git a/databases/py-gdbm/Makefile b/databases/py-gdbm/Makefile
index 7e547066face..419ef922c966 100644
--- a/databases/py-gdbm/Makefile
+++ b/databases/py-gdbm/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gdbm
PORTVERSION= ${PYTHON_PORTVERSION}
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= databases python
MASTER_SITES= ${PYTHON_MASTER_SITES}
MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR}
diff --git a/databases/py-sqlite3/Makefile b/databases/py-sqlite3/Makefile
index 9bc95007d1b3..132a0595a324 100644
--- a/databases/py-sqlite3/Makefile
+++ b/databases/py-sqlite3/Makefile
@@ -3,7 +3,7 @@
PORTNAME= sqlite3
PORTVERSION= ${PYTHON_PORTVERSION}
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= databases python
MASTER_SITES= ${PYTHON_MASTER_SITES}
MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR}
diff --git a/x11-toolkits/py-tkinter/Makefile b/x11-toolkits/py-tkinter/Makefile
index dac1b173a87f..e772d760ae76 100644
--- a/x11-toolkits/py-tkinter/Makefile
+++ b/x11-toolkits/py-tkinter/Makefile
@@ -3,7 +3,7 @@
PORTNAME= tkinter
PORTVERSION= ${PYTHON_PORTVERSION}
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= x11-toolkits python
MASTER_SITES= ${PYTHON_MASTER_SITES}
MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR}