Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Dec 2013 17:40:35 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r337765 - head/graphics/py-freeimagepy
Message-ID:  <201312271740.rBRHeZri041217@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Fri Dec 27 17:40:35 2013
New Revision: 337765
URL: http://svnweb.freebsd.org/changeset/ports/337765

Log:
  graphics/py-freeimagepy: support staging

Deleted:
  head/graphics/py-freeimagepy/pkg-plist
Modified:
  head/graphics/py-freeimagepy/Makefile

Modified: head/graphics/py-freeimagepy/Makefile
==============================================================================
--- head/graphics/py-freeimagepy/Makefile	Fri Dec 27 17:38:09 2013	(r337764)
+++ head/graphics/py-freeimagepy/Makefile	Fri Dec 27 17:40:35 2013	(r337765)
@@ -9,16 +9,14 @@ PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	FreeImagePy_w_dll-${PORTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	A FreeImage library python wrapper
+COMMENT=	FreeImage library python wrapper
 
-LIB_DEPENDS=	freeimage.3:${PORTSDIR}/graphics/freeimage
+LIB_DEPENDS=	libfreeimage.so:${PORTSDIR}/graphics/freeimage
 
 WRKSRC=		${WRKDIR}/FreeImagePy-${PORTVERSION}
 USE_BZIP2=	yes
 USE_PYTHON=	yes
 USE_PYDISTUTILS=yes
-PYDISTUTILS_PKGNAME=	FreeImagePy
-PYDISTUTILS_PKGVERSION=	2.0.0
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312271740.rBRHeZri041217>