- Stage - Fix LIB_DEPENDS - Pet portlint http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/py27-sane/2.0/ Port maintainer (buganini@gmail.com) is cc'd. Generated with FreeBSD Port Tools 1.00.2014.03.23 (mode: change, diff: SVN)
Responsible Changed From-To: freebsd-ports-bugs->swills swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Maintainer of graphics/py-sane, Please note that PR ports/188954 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/188954 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Approved, thanks.
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@robakdesign.com> Approved by: Buganini <buganini@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@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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed. Thanks!