Bug 188954 - [PATCH] graphics/py-sane: stage
Summary: [PATCH] graphics/py-sane: stage
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-24 13:20 UTC by Bartek Rutkowski
Modified: 2014-04-26 21:50 UTC (History)
1 user (show)

See Also:


Attachments
py-sane-2.0.patch (1.27 KB, patch)
2014-04-24 13:20 UTC, Bartek Rutkowski
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bartek Rutkowski freebsd_committer freebsd_triage 2014-04-24 13:20:00 UTC
- 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)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-24 13:20:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->swills

swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-24 13:20:05 UTC
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
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-24 13:20:06 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 buganini 2014-04-24 22:12:47 UTC
Approved, thanks.
Comment 5 dfilter service freebsd_committer freebsd_triage 2014-04-26 21:49:45 UTC
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"
Comment 6 Steve Wills freebsd_committer freebsd_triage 2014-04-26 21:50:07 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!