From nobody@FreeBSD.org  Thu Jan  7 05:12:59 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 32ECC106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  7 Jan 2010 05:12:59 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 20DAE8FC13
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  7 Jan 2010 05:12:59 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o075Cwvu024962
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 7 Jan 2010 05:12:58 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o075Cwf9024961;
	Thu, 7 Jan 2010 05:12:58 GMT
	(envelope-from nobody)
Message-Id: <201001070512.o075Cwf9024961@www.freebsd.org>
Date: Thu, 7 Jan 2010 05:12:58 GMT
From: Sevan Janiyan <venture37@geeklan.co.uk>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] biology/blast use $SUB_FILES to dynamically adjust pkg-message
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: fernan@iib.unsam.edu.ar

>Number:         142407
>Category:       ports
>Synopsis:       [patch] biology/blast use $SUB_FILES to dynamically adjust pkg-message
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pgollucci
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 07 05:20:02 UTC 2010
>Closed-Date:    Sat Jan 09 23:51:36 UTC 2010
>Last-Modified:  Sun Jan 10 00:00:11 UTC 2010
>Originator:     Sevan Janiyan
>Release:        
>Organization:
>Environment:
>Description:

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/biology/blast/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- Makefile	5 Jan 2009 17:27:23 -0000	1.8
+++ Makefile	7 Jan 2010 05:07:46 -0000
@@ -36,6 +36,7 @@
 SCRIPTS=	wu-blastall wu-formatdb
 BLASTA_LINKS=	blastn blastp blastx tblastn tblastx
 XDFORMAT_LINKS=	setdb pressdb
+SUB_FILES=	pkg-message
 
 .include <bsd.port.pre.mk>
 
@@ -49,9 +50,6 @@
 IGNORE=		You must manually fetch ${PORTNAME}${PORTVERSION:S/.0//} for the FreeBSD platform (${DISTNAME}${EXTRACT_SUFX}) from ${DOWNLOAD_URL}, place it in ${DISTDIR} and then run make again
 .endif
 
-post-patch:
-	@${SED} -e 's,%%DATADIR%%,${DATADIR},g' < ${FILESDIR}/pkg-message.in > ${PKGMESSAGE}
-
 do-install:
 .for bin in ${BINS}
 	${INSTALL_PROGRAM} ${WRKSRC}/${bin} ${PREFIX}/bin


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Thu Jan 7 05:20:13 UTC 2010 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: fernan@iib.unsam.edu.ar
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/142407: [patch] biology/blast use $SUB_FILES to dynamically adjust pkg-message
Date: Thu, 7 Jan 2010 05:20:11 UT

 Maintainer of biology/blast,
 
 Please note that PR ports/142407 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/142407
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Venture37 <venture37@geeklan.co.uk>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/142407: [patch] biology/blast use $SUB_FILES to dynamically
 adjust pkg-message
Date: Thu, 07 Jan 2010 05:24:24 +0000

 This is a multi-part message in MIME format.
 --------------000701010002070507070405
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 
 ammended Patch attached, I forget to remove PKGMESSAGE= 
 ${WRKDIR}/pkg-message
 
 --------------000701010002070507070405
 Content-Type: text/plain;
  name="blast.txt"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="blast.txt"
 
 ? foo
 Index: Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/biology/blast/Makefile,v
 retrieving revision 1.8
 diff -u -r1.8 Makefile
 --- Makefile	5 Jan 2009 17:27:23 -0000	1.8
 +++ Makefile	7 Jan 2010 05:22:44 -0000
 @@ -27,7 +27,6 @@
  DOWNLOAD_URL=	http://blast.wustl.edu/licensing
  
  NO_WRKSUBDIR=	yes
 -PKGMESSAGE=	${WRKDIR}/pkg-message
  
  PORTDOCS=	COPYRIGHT FAQ-Indexing.html HISTORY LICENSE Memory.html \
  		README.html parameters.html tabular.html
 @@ -36,6 +35,7 @@
  SCRIPTS=	wu-blastall wu-formatdb
  BLASTA_LINKS=	blastn blastp blastx tblastn tblastx
  XDFORMAT_LINKS=	setdb pressdb
 +SUB_FILES=	pkg-message
  
  .include <bsd.port.pre.mk>
  
 @@ -49,9 +49,6 @@
  IGNORE=		You must manually fetch ${PORTNAME}${PORTVERSION:S/.0//} for the FreeBSD platform (${DISTNAME}${EXTRACT_SUFX}) from ${DOWNLOAD_URL}, place it in ${DISTDIR} and then run make again
  .endif
  
 -post-patch:
 -	@${SED} -e 's,%%DATADIR%%,${DATADIR},g' < ${FILESDIR}/pkg-message.in > ${PKGMESSAGE}
 -
  do-install:
  .for bin in ${BINS}
  	${INSTALL_PROGRAM} ${WRKSRC}/${bin} ${PREFIX}/bin
 
 --------------000701010002070507070405--
Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci 
Responsible-Changed-By: pgollucci 
Responsible-Changed-When: Thu Jan 7 05:47:56 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

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

From: Fernan Aguero <fernan@iib.unsam.edu.ar>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/142407: [patch] biology/blast use $SUB_FILES to dynamically 
	adjust pkg-message
Date: Thu, 7 Jan 2010 11:11:54 -0300

 On Thu, Jan 7, 2010 at 2:20 AM, Edwin Groothuis <edwin@freebsd.org> wrote:
 > Maintainer of biology/blast,
 >
 > Please note that PR ports/142407 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:
 > =A0 =A0http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/142407
 
 Approved, thanks!
 
 
 --=20
 fernan
State-Changed-From-To: feedback->open 
State-Changed-By: pgollucci 
State-Changed-When: Fri Jan 8 00:28:58 UTC 2010 
State-Changed-Why:  
Maintainer has approved. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=142407 
State-Changed-From-To: open->closed 
State-Changed-By: pgollucci 
State-Changed-When: Sat Jan 9 23:51:35 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/142407: commit references a PR
Date: Sat,  9 Jan 2010 23:51:34 +0000 (UTC)

 pgollucci    2010-01-09 23:51:26 UTC
 
   FreeBSD ports repository
 
   Modified files:
     biology/blast        Makefile 
   Log:
   - SUB_FILES += pkg-message
   
   PR:             ports/142407
   Submitted by:   Sevan Janiyan <venture37@geeklan.co.uk>
   Approved by:    Fernan Aguero <fernan@iib.unsam.edu.ar> (maintainer)
   
   Revision  Changes    Path
   1.9       +1 -4      ports/biology/blast/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
