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.
Index: Makefile
===================================================================
RCS file: /cvs/ports/graphics/py-Imaging/Makefile,v
retrieving revision 1.52
diff -u -p -r1.52 Makefile
--- Makefile    10 Jun 2011 05:40:56 -0000      1.52
+++ Makefile    11 Jun 2011 12:45:33 -0000
@@ -17,10 +17,10 @@ PKGNAME-bin=                py-Imaging-bin-${MODPY_EGG
 FULLPKGNAME-docs=      py-Imaging-docs-${MODPY_EGG_VERSION}
 FULLPKGPATH-docs=      graphics/py-Imaging,-docs
 
-REVISION-main=         3
-REVISION-examples=     2
-REVISION-bin=          2
-REVISION-docs=         2
+REVISION-main=         4
+REVISION-examples=     3
+REVISION-bin=          3
+REVISION-docs=         3
 
 CATEGORIES=            graphics
 
@@ -33,7 +33,8 @@ PERMIT_PACKAGE_FTP=   Yes
 PERMIT_DISTFILES_CDROM=        Yes
 PERMIT_DISTFILES_FTP=  Yes
 
-WANTLIB-main=          freetype z jpeg>=62 lcms ${MODTK_WANTLIB}
+WANTLIB-main=          freetype z jpeg>=62 lcms ${MODTK_WANTLIB} \
+                       ${MODPY_WANTLIB}
 
 MASTER_SITES=          http://effbot.org/media/downloads/
 
Index: pkg/PFRAG.python2.6-bin
===================================================================
RCS file: pkg/PFRAG.python2.6-bin
diff -N pkg/PFRAG.python2.6-bin
--- pkg/PFRAG.python2.6-bin     3 Sep 2010 12:34:56 -0000       1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,2 +0,0 @@
-@comment $OpenBSD: PFRAG.python2.6-bin,v 1.1 2010/09/03 12:34:56 sthen Exp $
-@pkgpath graphics/py-Imaging,-bin,python2.5
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    17 Nov 2010 18:37:25 -0000      1.2
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,3 +0,0 @@
-@comment $OpenBSD: PFRAG.python2.6-main,v 1.2 2010/11/17 18:37:25 ajacoutot 
Exp $
-@pkgpath graphics/py-Imaging,-main,python2.5
-lib/python${MODPY_VERSION}/site-packages/PIL/PIL-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info
Index: pkg/PFRAG.python2.7-bin
===================================================================
RCS file: pkg/PFRAG.python2.7-bin
diff -N pkg/PFRAG.python2.7-bin
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ pkg/PFRAG.python2.7-bin     11 Jun 2011 12:45:33 -0000
@@ -0,0 +1,2 @@
+@comment $OpenBSD$
+@pkgpath graphics/py-Imaging,-bin[,python2.5][,python2.6]
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 12:45:33 -0000
@@ -0,0 +1,3 @@
+@comment $OpenBSD$
+@pkgpath graphics/py-Imaging,-main[,python2.5][,python2.6]
+lib/python${MODPY_VERSION}/site-packages/PIL/PIL-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info
Index: pkg/PLIST-bin
===================================================================
RCS file: /cvs/ports/graphics/py-Imaging/pkg/PLIST-bin,v
retrieving revision 1.2
diff -u -p -r1.2 PLIST-bin
--- pkg/PLIST-bin       3 Sep 2010 12:34:56 -0000       1.2
+++ pkg/PLIST-bin       11 Jun 2011 12:45:33 -0000
@@ -1,5 +1,5 @@
 @comment $OpenBSD: PLIST-bin,v 1.2 2010/09/03 12:34:56 sthen Exp $
-%%python2.6%%
+%%python2.7%%
 bin/pilconvert
 bin/pildriver
 bin/pilfile
Index: pkg/PLIST-examples
===================================================================
RCS file: /cvs/ports/graphics/py-Imaging/pkg/PLIST-examples,v
retrieving revision 1.7
diff -u -p -r1.7 PLIST-examples
--- pkg/PLIST-examples  15 Nov 2010 20:57:10 -0000      1.7
+++ pkg/PLIST-examples  11 Jun 2011 12:45:33 -0000
@@ -1,7 +1,5 @@
 @comment $OpenBSD: PLIST-examples,v 1.7 2010/11/15 20:57:10 sthen Exp $
-@pkgpath graphics/py-Imaging,-examples,python2.4
-@pkgpath graphics/py-Imaging,-examples,python2.5
-@pkgpath graphics/py-Imaging,-examples,python2.6
+@pkgpath graphics/py-Imaging,-examples[,python2.4][,python2.5][,python2.6]
 share/examples/py-Imaging/
 share/examples/py-Imaging/README
 share/examples/py-Imaging/enhancer.py
Index: pkg/PLIST-main
===================================================================
RCS file: /cvs/ports/graphics/py-Imaging/pkg/PLIST-main,v
retrieving revision 1.5
diff -u -p -r1.5 PLIST-main
--- pkg/PLIST-main      17 Nov 2010 18:37:25 -0000      1.5
+++ pkg/PLIST-main      11 Jun 2011 12:45:33 -0000
@@ -2,7 +2,7 @@
 @option no-default-conflict
 @conflict py-Imaging-*-python${MODPY_VERSION}
 @pkgpath graphics/py-Imaging
-%%python2.6%%
+%%python2.7%%
 include/python${MODPY_VERSION}/ImPlatform.h
 include/python${MODPY_VERSION}/Imaging.h
 lib/python${MODPY_VERSION}/site-packages/PIL/

Reply via email to