Change HOMEPAGE/MASTER_SITES and update to 2.5.6. ok?
Eric. Index: Makefile =================================================================== RCS file: /cvs/ports/databases/py-sqlite2/Makefile,v retrieving revision 1.13 diff -u -r1.13 Makefile --- Makefile 9 Apr 2009 01:05:25 -0000 1.13 +++ Makefile 18 Dec 2009 10:26:01 -0000 @@ -2,7 +2,7 @@ COMMENT = SQLite3 adapter for Python -MODPY_EGG_VERSION = 2.5.5 +MODPY_EGG_VERSION = 2.5.6 DISTNAME = pysqlite-${MODPY_EGG_VERSION} PKGNAME = py-sqlite2-${MODPY_EGG_VERSION} @@ -10,9 +10,9 @@ MAINTAINER = Eric Faurot <e...@openbsd.org> -HOMEPAGE = http://pysqlite.org/ +HOMEPAGE = http://code.google.com/p/pysqlite/ -MASTER_SITES = http://oss.itsystementwicklung.de/download/pysqlite/${MODPY_EGG_VERSION:R}/${MODPY_EGG_VERSION}/ +MASTER_SITES = http://pysqlite.googlecode.com/files/ # BSD-like PERMIT_PACKAGE_FTP = Yes @@ -39,9 +39,7 @@ ${PREFIX}/share/doc/py-sqlite2/ do-regress: fake - @cd ${WRKSRC}/pysqlite2/test && \ - ${SETENV} PYTHONPATH=${WRKINST}${MODPY_SITEPKG} \ - ${MODPY_BIN} ./regression.py && \ + @cd ${WRKDIR} && \ ${SETENV} PYTHONPATH=${WRKINST}${MODPY_SITEPKG} \ ${MODPY_BIN} -c 'from pysqlite2 import test; test.test()' Index: distinfo =================================================================== RCS file: /cvs/ports/databases/py-sqlite2/distinfo,v retrieving revision 1.9 diff -u -r1.9 distinfo --- distinfo 9 Apr 2009 01:05:25 -0000 1.9 +++ distinfo 18 Dec 2009 10:26:01 -0000 @@ -1,5 +1,5 @@ -MD5 (pysqlite-2.5.5.tar.gz) = T5/NEqSGAWCx8zIGbGTuWA== -RMD160 (pysqlite-2.5.5.tar.gz) = xCAWnPSJO3moY4MT8zJ/N7yJhqo= -SHA1 (pysqlite-2.5.5.tar.gz) = KOonrahs1+xhBfgmF+ps8aCURNM= -SHA256 (pysqlite-2.5.5.tar.gz) = 73yn9EiTeQ4acISxDqCDdw4TholAb93HB20S1r/01E8= -SIZE (pysqlite-2.5.5.tar.gz) = 73068 +MD5 (pysqlite-2.5.6.tar.gz) = Gy8zjI1tuXHjTtt5mpLi7g== +RMD160 (pysqlite-2.5.6.tar.gz) = gXTs++4vlSb3oRALGvp483hpFt0= +SHA1 (pysqlite-2.5.6.tar.gz) = ebXEBnwMojckDrMub95+2EY20T0= +SHA256 (pysqlite-2.5.6.tar.gz) = EI/r/jehciuBL5TQOY6AbscK7dB78T0MmFNLhQtcrCQ= +SIZE (pysqlite-2.5.6.tar.gz) = 72559 Index: patches/patch-doc_sphinx_conf_py =================================================================== RCS file: patches/patch-doc_sphinx_conf_py diff -N patches/patch-doc_sphinx_conf_py --- patches/patch-doc_sphinx_conf_py 9 Apr 2009 01:05:25 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,12 +0,0 @@ -$OpenBSD: patch-doc_sphinx_conf_py,v 1.1 2009/04/09 01:05:25 martynas Exp $ ---- doc/sphinx/conf.py.orig Wed Nov 12 10:56:11 2008 -+++ doc/sphinx/conf.py Sun Mar 22 14:14:11 2009 -@@ -34,7 +34,7 @@ master_doc = 'index' - - # General substitutions. - project = 'pysqlite' --copyright = '2008, Gerhard Häring' -+copyright = u'2008, Gerhard Häring' - - # The default replacements for |version| and |release|, also used in various - # other places throughout the built documents. Index: patches/patch-setup_py =================================================================== RCS file: /cvs/ports/databases/py-sqlite2/patches/patch-setup_py,v retrieving revision 1.4 diff -u -r1.4 patch-setup_py --- patches/patch-setup_py 9 Apr 2009 01:05:25 -0000 1.4 +++ patches/patch-setup_py 18 Dec 2009 10:26:01 -0000 @@ -1,6 +1,6 @@ $OpenBSD: patch-setup_py,v 1.4 2009/04/09 01:05:25 martynas Exp $ ---- setup.py.orig Mon Mar 9 14:16:40 2009 -+++ setup.py Sun Mar 22 14:18:45 2009 +--- setup.py.orig Thu Nov 12 00:53:58 2009 ++++ setup.py Fri Dec 18 10:59:59 2009 @@ -149,13 +149,6 @@ def get_setup_args(): print "Fatal error: PYSQLITE_VERSION could not be detected!" sys.exit(1) @@ -15,8 +15,8 @@ py_modules = ["sqlite"] setup_args = dict( name = "pysqlite", -@@ -175,7 +168,7 @@ def get_setup_args(): - package_dir = {"pysqlite2": "pysqlite2"}, +@@ -173,7 +166,7 @@ def get_setup_args(): + package_dir = {"pysqlite2": "lib"}, packages = ["pysqlite2", "pysqlite2.test"], scripts=[], - data_files = data_files,