On 06/11/11 13:49, Remi Pointel wrote:
> On Sat, 11 Jun 2011 14:15:22 +0200
> viq <[email protected]> wrote:
>> It appears there is exactly same issue with graphics/py-Imaging
> 
> Yes, this is the diff for py-Imaging.
> 
> I tested to update py-Imaging-1.1.7p3-python2.6 to 
> py-Imaging-1.1.7p4-python2.7 and it's ok.
> (FYI, I also tested with py-mxDateTime).
> 
> % sudo pkg_add -uiv
> Update candidates: py-Imaging-1.1.7p3-python2.6 -> 
> py-Imaging-1.1.7p4-python2.7 (ok)
> py-Imaging-1.1.7p3-python2.6->py-Imaging-1.1.7p4-python2.7: ok
> 
> Thanks for the report.
> Are you ok ?
> 
> Thanks,
> 
> Remi.
Hi,

I did a locate PFRAG.python2.6 and found databases/py-ldap and
databases/py-psycopg have same problem. Attached patch, bumped version,
not sure about ${MODPY_WANTLIB} so haven't included in the changes.

Regards

Nigel Taylor
Index: Makefile
===================================================================
RCS file: /home/cvs/ports/databases/py-ldap/Makefile,v
retrieving revision 1.28
diff -u -p -r1.28 Makefile
--- Makefile    10 Jun 2011 05:48:35 -0000      1.28
+++ Makefile    11 Jun 2011 14:33:21 -0000
@@ -8,7 +8,7 @@ COMMENT-examples=       example programs for t
 V=                     2.3.1
 DISTNAME=              python-ldap-${V}
 PKGNAME-main=          py-ldap-${V}
-REVISION-main =                7
+REVISION-main =                8
 FULLPKGNAME-examples=  py-ldap-examples-${V}
 REVISION-examples =    8
 FULLPKGPATH-examples=  databases/py-ldap,-examples
Index: pkg/PFRAG.python2.6-main
===================================================================
RCS file: pkg/PFRAG.python2.6-main
diff -N pkg/PFRAG.python2.6-main
--- pkg/PFRAG.python2.6-main    3 Sep 2010 12:34:55 -0000       1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,2 +0,0 @@
-@comment $OpenBSD: PFRAG.python2.6-main,v 1.1 2010/09/03 12:34:55 sthen Exp $
-@pkgpath databases/py-ldap,-main,python2.5
Index: pkg/PFRAG.python2.7-main
===================================================================
RCS file: pkg/PFRAG.python2.7-main
diff -N pkg/PFRAG.python2.7-main
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ pkg/PFRAG.python2.7-main    11 Jun 2011 14:35:26 -0000
@@ -0,0 +1,2 @@
+@comment $OpenBSD: PFRAG.python2.6-main,v 1.1 2010/09/03 12:34:55 sthen Exp $
+@pkgpath databases/py-ldap,-main[,python2.5][,python2.6]
Index: pkg/PLIST-main
===================================================================
RCS file: /home/cvs/ports/databases/py-ldap/pkg/PLIST-main,v
retrieving revision 1.4
diff -u -p -r1.4 PLIST-main
--- pkg/PLIST-main      3 Sep 2010 12:34:55 -0000       1.4
+++ pkg/PLIST-main      11 Jun 2011 14:33:49 -0000
@@ -2,7 +2,7 @@
 @option no-default-conflict
 @conflict py-ldap-*-python${MODPY_VERSION}
 @pkgpath databases/py-ldap
-%%python2.6%%
+%%python2.7%%
 lib/python${MODPY_VERSION}/site-packages/_ldap.so
 lib/python${MODPY_VERSION}/site-packages/dsml.py
 lib/python${MODPY_VERSION}/site-packages/dsml.pyc
Index: Makefile
===================================================================
RCS file: /home/cvs/ports/databases/py-psycopg/Makefile,v
retrieving revision 1.42
diff -u -p -r1.42 Makefile
--- Makefile    10 Jun 2011 05:47:01 -0000      1.42
+++ Makefile    11 Jun 2011 14:47:37 -0000
@@ -10,7 +10,7 @@ VERSION=              1.1.21
 DISTNAME=              psycopg-${VERSION}
 PKGNAME=               py-${DISTNAME}
 PKGNAME-main=          py-${DISTNAME}
-REVISION-main =                11
+REVISION-main =                12
 FULLPKGNAME-examples=  py-psycopg-examples-${VERSION}
 REVISION-examples =    4
 FULLPKGPATH-examples=  databases/py-psycopg,-examples
Index: pkg/PFRAG.python2.6-main
===================================================================
RCS file: pkg/PFRAG.python2.6-main
diff -N pkg/PFRAG.python2.6-main
--- pkg/PFRAG.python2.6-main    3 Sep 2010 12:34:55 -0000       1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,2 +0,0 @@
-@comment $OpenBSD: PFRAG.python2.6-main,v 1.1 2010/09/03 12:34:55 sthen Exp $
-@pkgpath databases/py-psycopg,-main,python2.5
Index: pkg/PFRAG.python2.7-main
===================================================================
RCS file: pkg/PFRAG.python2.7-main
diff -N pkg/PFRAG.python2.7-main
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ pkg/PFRAG.python2.7-main    11 Jun 2011 14:49:08 -0000
@@ -0,0 +1,2 @@
+@comment $OpenBSD: PFRAG.python2.6-main,v 1.1 2010/09/03 12:34:55 sthen Exp $
+@pkgpath databases/py-psycopg,-main[,python2.5][,python2.6]
Index: pkg/PLIST-main
===================================================================
RCS file: /home/cvs/ports/databases/py-psycopg/pkg/PLIST-main,v
retrieving revision 1.4
diff -u -p -r1.4 PLIST-main
--- pkg/PLIST-main      3 Sep 2010 12:34:55 -0000       1.4
+++ pkg/PLIST-main      11 Jun 2011 14:47:59 -0000
@@ -3,5 +3,5 @@
 @conflict py-psycopg-*-python${MODPY_VERSION}
 @pkgpath databases/py-psycopg,no_zope
 @pkgpath databases/py-psycopg
-%%python2.6%%
+%%python2.7%%
 lib/python${MODPY_VERSION}/lib-dynload/psycopgmodule.so

Reply via email to