Modified PLIST, removed PFRAG.python2.6* and added PFRAG.python2.7*.
Reported by Nigel Taylor and viq (thanks), correction purposed by sthen@. Add MODPY_WANTLIB to WANTLIB.
This commit is contained in:
parent
0e771080ec
commit
d1eb1f889c
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.52 2011/06/10 05:40:56 rpointel Exp $
|
||||
# $OpenBSD: Makefile,v 1.53 2011/06/12 08:44:44 rpointel Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -17,10 +17,10 @@ PKGNAME-bin= py-Imaging-bin-${MODPY_EGG_VERSION}
|
||||
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/
|
||||
|
||||
|
@ -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
|
@ -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
|
2
graphics/py-Imaging/pkg/PFRAG.python2.7-bin
Normal file
2
graphics/py-Imaging/pkg/PFRAG.python2.7-bin
Normal file
@ -0,0 +1,2 @@
|
||||
@comment $OpenBSD: PFRAG.python2.7-bin,v 1.1 2011/06/12 08:44:44 rpointel Exp $
|
||||
@pkgpath graphics/py-Imaging,-bin[,python2.5][,python2.6]
|
3
graphics/py-Imaging/pkg/PFRAG.python2.7-main
Normal file
3
graphics/py-Imaging/pkg/PFRAG.python2.7-main
Normal file
@ -0,0 +1,3 @@
|
||||
@comment $OpenBSD: PFRAG.python2.7-main,v 1.1 2011/06/12 08:44:44 rpointel Exp $
|
||||
@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
|
@ -1,5 +1,5 @@
|
||||
@comment $OpenBSD: PLIST-bin,v 1.2 2010/09/03 12:34:56 sthen Exp $
|
||||
%%python2.6%%
|
||||
@comment $OpenBSD: PLIST-bin,v 1.3 2011/06/12 08:44:44 rpointel Exp $
|
||||
%%python2.7%%
|
||||
bin/pilconvert
|
||||
bin/pildriver
|
||||
bin/pilfile
|
||||
|
@ -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
|
||||
@comment $OpenBSD: PLIST-examples,v 1.8 2011/06/12 08:44:44 rpointel Exp $
|
||||
@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
|
||||
|
@ -1,8 +1,8 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.5 2010/11/17 18:37:25 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST-main,v 1.6 2011/06/12 08:44:44 rpointel Exp $
|
||||
@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/
|
||||
|
Loading…
x
Reference in New Issue
Block a user