Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Apr 2014 20:49:41 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r352371 - head/graphics/py-sane
Message-ID:  <201404262049.s3QKnfKV040481@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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