svn commit: r352371 - head/graphics/py-sane
Steve Wills
swills at FreeBSD.org
Sat Apr 26 20:49:42 UTC 2014
Author: swills
Date: Sat Apr 26 20:49:41 2014
New Revision: 352371
URL: http://svnweb.freebsd.org/changeset/ports/352371
QAT: https://qat.redports.org/buildarchive/r352371/
Log:
- Stage
- Fix LIB_DEPENDS
- Pet portlint
PR: ports/188954
Submitted by: Bartek Rutkowski <ports at robakdesign.com>
Approved by: Buganini <buganini at gmail.com> (maintainer)
Modified:
head/graphics/py-sane/Makefile
head/graphics/py-sane/pkg-descr
Modified: head/graphics/py-sane/Makefile
==============================================================================
--- head/graphics/py-sane/Makefile Sat Apr 26 20:47:49 2014 (r352370)
+++ head/graphics/py-sane/Makefile Sat Apr 26 20:49:41 2014 (r352371)
@@ -10,9 +10,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Imaging-1.1.7
MAINTAINER= buganini at gmail.com
-COMMENT= The Python binding for Sane
+COMMENT= Python bindings for Sane
-LIB_DEPENDS= sane.1:${PORTSDIR}/graphics/sane-backends
+LIB_DEPENDS= libsane.so:${PORTSDIR}/graphics/sane-backends
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}imaging>=1.1.7:${PORTSDIR}/graphics/py-imaging
DIST_SUBDIR= python
@@ -21,7 +21,6 @@ USE_PYDISTUTILS= yes
WRKSRC= ${WRKDIR}/${DISTNAME}/Sane
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/setup.py
Modified: head/graphics/py-sane/pkg-descr
==============================================================================
--- head/graphics/py-sane/pkg-descr Sat Apr 26 20:47:49 2014 (r352370)
+++ head/graphics/py-sane/pkg-descr Sat Apr 26 20:49:41 2014 (r352371)
@@ -5,11 +5,7 @@ Python interpreter. This library provid
support, an efficient internal representation, and fairly powerful
image processing capabilities.
-The main distribution site for this software is:
-
-WWW: http://www.pythonware.com/products/pil/index.htm
-
The PIL handbook is not included in this distribution; to get the
-latest version, check:
+latest version, check: http://www.pythonware.com/library.htm
- http://www.pythonware.com/library.htm
+WWW: http://www.pythonware.com/products/pil/index.htm
More information about the svn-ports-all
mailing list