Hi,

this is the diff to update py-sqlite2 to latest release.

Ok?

Cheers,

Remi.
Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/py-sqlite2/Makefile,v
retrieving revision 1.26
diff -u -p -u -p -r1.26 Makefile
--- Makefile    18 Jul 2015 21:11:18 -0000      1.26
+++ Makefile    15 Nov 2015 15:43:37 -0000
@@ -2,18 +2,17 @@
 
 COMMENT =      SQLite3 adapter for Python
 
-MODPY_EGG_VERSION =    2.6.0
+MODPY_EGG_VERSION =    2.8.1
 
 DISTNAME =     pysqlite-${MODPY_EGG_VERSION}
 PKGNAME =      py-sqlite2-${MODPY_EGG_VERSION}
-REVISION =     5
 CATEGORIES =   databases devel
 
 MAINTAINER =   Eric Faurot <e...@openbsd.org>
 
-HOMEPAGE =     https://code.google.com/p/pysqlite/
+HOMEPAGE =     https://github.com/ghaering/pysqlite/
 
-MASTER_SITES = https://pysqlite.googlecode.com/files/
+MODPY_PI =     Yes
 
 # BSD-like
 PERMIT_PACKAGE_CDROM = Yes
Index: distinfo
===================================================================
RCS file: /cvs/ports/databases/py-sqlite2/distinfo,v
retrieving revision 1.12
diff -u -p -u -p -r1.12 distinfo
--- distinfo    18 Jan 2015 03:13:05 -0000      1.12
+++ distinfo    15 Nov 2015 15:43:37 -0000
@@ -1,2 +1,2 @@
-SHA256 (pysqlite-2.6.0.tar.gz) = VVg01972in/d88iet9ZpgLig1dyTJ3BfXHUueLTjWHk=
-SIZE (pysqlite-2.6.0.tar.gz) = 74453
+SHA256 (pysqlite-2.8.1.tar.gz) = dcrhj5ZG8qYTfh+1MC26Z0tpgu6rOigpN36YsTz+oGY=
+SIZE (pysqlite-2.8.1.tar.gz) = 79539
Index: patches/patch-setup_cfg
===================================================================
RCS file: patches/patch-setup_cfg
diff -N patches/patch-setup_cfg
--- patches/patch-setup_cfg     9 Apr 2009 01:05:25 -0000       1.2
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,12 +0,0 @@
-$OpenBSD: patch-setup_cfg,v 1.2 2009/04/09 01:05:25 martynas Exp $
---- setup.cfg.orig     Wed Mar 11 18:31:40 2009
-+++ setup.cfg  Sun Mar 22 14:12:42 2009
-@@ -1,6 +1,6 @@
- [build_ext]
- #define=
--#include_dirs=/usr/local/include
--#library_dirs=/usr/local/lib
-+include_dirs=_LOCALBASE_/include
-+library_dirs=_LOCALBASE_/lib
- libraries=sqlite3
- define=SQLITE_OMIT_LOAD_EXTENSION
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/databases/py-sqlite2/pkg/PLIST,v
retrieving revision 1.8
diff -u -p -u -p -r1.8 PLIST
--- pkg/PLIST   7 Sep 2010 16:57:03 -0000       1.8
+++ pkg/PLIST   15 Nov 2015 15:43:37 -0000
@@ -19,11 +19,6 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/pysqlite2/test/factory.pyc
 lib/python${MODPY_VERSION}/site-packages/pysqlite2/test/hooks.py
 lib/python${MODPY_VERSION}/site-packages/pysqlite2/test/hooks.pyc
-lib/python${MODPY_VERSION}/site-packages/pysqlite2/test/py25/
-lib/python${MODPY_VERSION}/site-packages/pysqlite2/test/py25/__init__.py
-lib/python${MODPY_VERSION}/site-packages/pysqlite2/test/py25/__init__.pyc
-lib/python${MODPY_VERSION}/site-packages/pysqlite2/test/py25/py25tests.py
-lib/python${MODPY_VERSION}/site-packages/pysqlite2/test/py25/py25tests.pyc
 lib/python${MODPY_VERSION}/site-packages/pysqlite2/test/regression.py
 lib/python${MODPY_VERSION}/site-packages/pysqlite2/test/regression.pyc
 lib/python${MODPY_VERSION}/site-packages/pysqlite2/test/transactions.py

Reply via email to