Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Apr 2014 14:18:14 +0200 (CEST)
From:      Bartek Rutkowski <ports@robakdesign.com>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        buganini@gmail.com
Subject:   ports/188954: [PATCH] graphics/py-sane: stage
Message-ID:  <201404241218.s3OCIESl025315@poudriere.ithil.palantiri.org>
Resent-Message-ID: <201404241220.s3OCK0lL043174@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         188954
>Category:       ports
>Synopsis:       [PATCH] graphics/py-sane: stage
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 24 12:20:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Bartek Rutkowski
>Release:        FreeBSD 11.0-CURRENT amd64
>Organization:
Pixeware LTD
>Environment:
System: FreeBSD poudriere.ithil.palantiri.org 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r264341: Fri Apr 11 15:28:07 CEST
>Description:
- 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)
>How-To-Repeat:
>Fix:

--- py-sane-2.0.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 351999)
+++ Makefile	(working copy)
@@ -10,9 +10,9 @@
 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 @@
 
 WRKSRC=		${WRKDIR}/${DISTNAME}/Sane
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/setup.py
 
Index: pkg-descr
===================================================================
--- pkg-descr	(revision 351999)
+++ pkg-descr	(working copy)
@@ -5,11 +5,7 @@
 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
--- py-sane-2.0.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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