From root@poudriere.ithil.palantiri.org  Thu Apr 24 12:18:18 2014
Return-Path: <root@poudriere.ithil.palantiri.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 94B29E09
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 24 Apr 2014 12:18:18 +0000 (UTC)
Received: from poudriere.ithil.palantiri.org (ithil.palantiri.org [144.76.36.55])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(Client CN "0254-fbsd-10-amd64", Issuer "0254-fbsd-10-amd64" (not verified))
	by mx1.freebsd.org (Postfix) with ESMTPS id 00416119A
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 24 Apr 2014 12:18:17 +0000 (UTC)
Received: from poudriere.ithil.palantiri.org (localhost [127.0.0.1])
	by poudriere.ithil.palantiri.org (8.14.8/8.14.8) with ESMTP id s3OCIEJX025316
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO);
	Thu, 24 Apr 2014 14:18:15 +0200 (CEST)
	(envelope-from root@poudriere.ithil.palantiri.org)
Received: (from root@localhost)
	by poudriere.ithil.palantiri.org (8.14.8/8.14.8/Submit) id s3OCIESl025315;
	Thu, 24 Apr 2014 14:18:14 +0200 (CEST)
	(envelope-from root)
Message-Id: <201404241218.s3OCIESl025315@poudriere.ithil.palantiri.org>
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: [PATCH] graphics/py-sane: stage
X-Send-Pr-Version: 3.113
X-GNATS-Notify: buganini@gmail.com

>Number:         188954
>Category:       ports
>Synopsis:       [PATCH] graphics/py-sane: stage
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    swills
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 24 12:20:00 UTC 2014
>Closed-Date:    Sat Apr 26 20:50:08 UTC 2014
>Last-Modified:  Sat Apr 26 20:50:08 UTC 2014
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->swills 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Apr 24 12:20:04 UTC 2014 
Responsible-Changed-Why:  
swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=188954 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Thu Apr 24 12:20:06 UTC 2014 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=188954 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: buganini@gmail.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/188954: [PATCH] graphics/py-sane: stage
Date: Thu, 24 Apr 2014 12:20:05 UT

 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

From: Buganini <buganini@gmail.com>
To: bug-followup@freebsd.org, ports@robakdesign.com
Cc:  
Subject: Re: ports/188954: [PATCH] graphics/py-sane: stage
Date: Fri, 25 Apr 2014 05:12:47 +0800

 --001a1139bb88966af804f7d04f49
 Content-Type: text/plain; charset=UTF-8
 
 Approved, thanks.
 
 --001a1139bb88966af804f7d04f49
 Content-Type: text/html; charset=UTF-8
 
 <p dir="ltr">Approved, thanks.</p>
 
 --001a1139bb88966af804f7d04f49--

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/188954: commit references a PR
Date: Sat, 26 Apr 2014 20:49:45 +0000 (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"
 
State-Changed-From-To: feedback->closed 
State-Changed-By: swills 
State-Changed-When: Sat Apr 26 20:50:07 UTC 2014 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=188954 
>Unformatted:
