aboutsummaryrefslogtreecommitdiff
path: root/databases/pypy-sqlite3
diff options
context:
space:
mode:
authorDavid Naylor <dbn@FreeBSD.org>2015-12-13 13:16:31 +0000
committerDavid Naylor <dbn@FreeBSD.org>2015-12-13 13:16:31 +0000
commit975bf27a8f7f5b32486c9fcde365d634a135a65b (patch)
treeeb1343333fc0cbae9958cb22d68195b8487a264b /databases/pypy-sqlite3
parent0f0314bd75c35bb9084b32cf1e7602dedb315658 (diff)
downloadports-975bf27a8f7f5b32486c9fcde365d634a135a65b.tar.gz
ports-975bf27a8f7f5b32486c9fcde365d634a135a65b.zip
lang/pypy: unbreak build on i386 and armv6
- Add back PYPY_BITS as it is required to define the names of two files, depending if pypy is translated for 32 or 64 bit systems [1]. - Change maintainership to python@ [2][3][4] Reported by: pkg-fallout [1] Approved by: koobs@ [2] PR: 204743 [3] Submitted by: robak@ [4]
Notes
Notes: svn path=/head/; revision=403664
Diffstat (limited to 'databases/pypy-sqlite3')
-rw-r--r--databases/pypy-sqlite3/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/pypy-sqlite3/Makefile b/databases/pypy-sqlite3/Makefile
index cf4fb55a5da7..f40f06567eec 100644
--- a/databases/pypy-sqlite3/Makefile
+++ b/databases/pypy-sqlite3/Makefile
@@ -5,7 +5,7 @@ PORTNAME= sqlite3
PORTVERSION= ${PYTHON_PORTVERSION}
CATEGORIES= databases python
-MAINTAINER= dbn@FreeBSD.org
+MAINTAINER= python@FreeBSD.org
COMMENT= Standard PyPy binding to the SQLite3 library
LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3