From xmj@chaot.net  Wed Feb 19 03:19:41 2014
Return-Path: <xmj@chaot.net>
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 3358E6DB
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 19 Feb 2014 03:19:41 +0000 (UTC)
Received: from dd16522.kasserver.com (dd16522.kasserver.com [85.13.137.124])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id E80EF1FFA
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 19 Feb 2014 03:19:40 +0000 (UTC)
Received: from mx12.chaot.net (62.65.220.168.cable.starman.ee [62.65.220.168])
	by dd16522.kasserver.com (Postfix) with ESMTPSA id 5EE4C4563E7
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 19 Feb 2014 04:19:38 +0100 (CET)
Received: from localhost (1003@localhost [local]);
	by mx12.chaot.net (OpenSMTPD) with ESMTPA id ea95d601;
	for <FreeBSD-gnats-submit@freebsd.org>;
	Wed, 19 Feb 2014 05:19:36 +0200 (EET)
Message-Id: <3194886334.enqueue@mx12.chaot.net>
Date: Wed, 19 Feb 2014 05:19:36 +0200 (EET)
From: Johannes Jost Meixner <xmj@chaot.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] ports-mgmt/porttools: fix package build on i386, update to 1.00.2014.02.18
X-Send-Pr-Version: 3.113
X-GNATS-Notify: joemann@beefree.free.de

>Number:         186884
>Category:       ports
>Synopsis:       [MAINTAINER] ports-mgmt/porttools: fix package build on i386, update to 1.00.2014.02.18
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    koobs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 19 03:20:00 UTC 2014
>Closed-Date:    Wed Feb 19 12:54:17 UTC 2014
>Last-Modified:  Wed Feb 19 12:54:17 UTC 2014
>Originator:     Johannes Jost Meixner
>Release:        FreeBSD 11.0-CURRENT amd64
>Organization:
Goldener Grund OÜ
>Environment:
System: FreeBSD mx12.chaot.net 11.0-CURRENT FreeBSD 11.0-CURRENT #0: Sun Feb 16 19:07:27 EET 2014
>Description:
- Fix package build on i386 envs that were identified by pkg.absolight.net
- Update to 1.00.2014.02.18


portlint: looks fine.
port test: ok
testport: ok
redports: https://redports.org/buildarchive/20140218174549-92859/

Generated with FreeBSD Port Tools 1.00.2014.02.18 (mode: update, diff: SVN)
>How-To-Repeat:
>Fix:

--- porttools-1.00.2014.02.18.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 344945)
+++ Makefile	(working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	porttools
-PORTVERSION=	1.00.2014.02.11
+PORTVERSION=	1.00.2014.02.18
 CATEGORIES=	ports-mgmt
 
 MAINTAINER=	xmj@chaot.net
@@ -17,12 +17,12 @@
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	xmj
-GH_COMMIT=	e84626d
+GH_COMMIT=	1c85bdc
 GH_TAGNAME=	${GH_COMMIT}
 
 # Make the version information of porttools itself
 # available for inclusion in the PRs generated by it.
-MAKE_ENV=	DATADIR="${DATADIR}" DOCSDIR="${DOCSDIR}" PORTVERSION="${PORTVERSION}"
+MAKE_ENV+=	DATADIR="${DATADIR}" DOCSDIR="${DOCSDIR}" PORTVERSION="${PORTVERSION}"
 
 OPTIONS_DEFINE=	DOCS NEWFILE
 OPTIONS_DEFAULT=	NEWFILE
@@ -37,4 +37,8 @@
 INSTALL_TARGET=	install install-docs
 .endif
 
+do-build:
+	@${MAKE_ENV} ${MAKE_CMD} -C ${WRKSRC} pre-build
+	@${MAKE_ENV} ${MAKE_CMD} -C ${WRKSRC} all
+
 .include <bsd.port.mk>
Index: distinfo
===================================================================
--- distinfo	(revision 344945)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (porttools-1.00.2014.02.11.tar.gz) = 5d826241628fddf513330a2e5575f3f21af0ba43b7e0835ad5c143cb62ec59b4
-SIZE (porttools-1.00.2014.02.11.tar.gz) = 18628
+SHA256 (porttools-1.00.2014.02.18.tar.gz) = d0c6f2dcb5bac9631ecc0dddece89bc22c3c0c561193d34e0cad001f7f99612b
+SIZE (porttools-1.00.2014.02.18.tar.gz) = 18637
--- porttools-1.00.2014.02.18.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->koobs 
Responsible-Changed-By: koobs 
Responsible-Changed-When: Wed Feb 19 03:24:58 UTC 2014 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=186884 
Class-Changed-From-To: maintainer-update->change-request 
Class-Changed-By: edwin 
Class-Changed-When: Wed Feb 19 03:40:17 UTC 2014 
Class-Changed-Why:  
Fix category (submitter is not maintainer) (via the GNATS Auto Assign 
Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=186884 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Wed Feb 19 03:40:19 UTC 2014 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: joemann@beefree.free.de
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/186884: [MAINTAINER] ports-mgmt/porttools: fix package build on i386, update to 1.00.2014.02.18
Date: Wed, 19 Feb 2014 03:40:19 UT

 Maintainer of ports-mgmt/porttools,
 
 Please note that PR ports/186884 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/186884
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
State-Changed-From-To: feedback->closed 
State-Changed-By: koobs 
State-Changed-When: Wed Feb 19 10:53:28 UTC 2014 
State-Changed-Why:  
Submitter 

http://www.freebsd.org/cgi/query-pr.cgi?pr=186884 
State-Changed-From-To: closed->open 
State-Changed-By: koobs 
State-Changed-When: Wed Feb 19 10:54:43 UTC 2014 
State-Changed-Why:  
Submitter is maintainer 


Class-Changed-From-To: change-request->maintainer-update 
Class-Changed-By: koobs 
Class-Changed-When: Wed Feb 19 10:54:43 UTC 2014 
Class-Changed-Why:  
Submitter is maintainer 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/186884: commit references a PR
Date: Wed, 19 Feb 2014 10:56:52 +0000 (UTC)

 Author: koobs
 Date: Wed Feb 19 10:56:44 2014
 New Revision: 345066
 URL: http://svnweb.freebsd.org/changeset/ports/345066
 QAT: https://qat.redports.org/buildarchive/r345066/
 
 Log:
   ports-mgmt/porttools: Update to 1.00.2014.02.18, Fix package build
   
   - Fix package build on i386 envs that were identified by pkg.absolight.net
   - Update to 1.00.2014.02.18
   
   PR:		ports/186884
   Submitted by:	Johannes Jost Meixner <xmj@chaot.net>
   Approved by:	maintainer
 
 Modified:
   head/ports-mgmt/porttools/Makefile
   head/ports-mgmt/porttools/distinfo
 
 Modified: head/ports-mgmt/porttools/Makefile
 ==============================================================================
 --- head/ports-mgmt/porttools/Makefile	Wed Feb 19 10:32:29 2014	(r345065)
 +++ head/ports-mgmt/porttools/Makefile	Wed Feb 19 10:56:44 2014	(r345066)
 @@ -2,7 +2,7 @@
  # $FreeBSD$
  
  PORTNAME=	porttools
 -PORTVERSION=	1.00.2014.02.11
 +PORTVERSION=	1.00.2014.02.18
  CATEGORIES=	ports-mgmt
  
  MAINTAINER=	xmj@chaot.net
 @@ -17,24 +17,28 @@ RUN_DEPENDS=	portlint:${PORTSDIR}/ports-
  
  USE_GITHUB=	yes
  GH_ACCOUNT=	xmj
 -GH_COMMIT=	e84626d
 +GH_COMMIT=	1c85bdc
  GH_TAGNAME=	${GH_COMMIT}
  
  # Make the version information of porttools itself
  # available for inclusion in the PRs generated by it.
 -MAKE_ENV=	DATADIR="${DATADIR}" DOCSDIR="${DOCSDIR}" PORTVERSION="${PORTVERSION}"
 +MAKE_ENV+=	DATADIR="${DATADIR}" DOCSDIR="${DOCSDIR}" PORTVERSION="${PORTVERSION}"
  
 -OPTIONS_DEFINE=	DOCS NEWFILE
 +OPTIONS_DEFINE=		DOCS NEWFILE
  OPTIONS_DEFAULT=	NEWFILE
  
 -.include <bsd.port.options.mk>
 -
  NEWFILE_DESC=	Enable newfile support
  
  NEWFILE_RUN_DEPENDS=	newfile:${PORTSDIR}/devel/newfile
  
 +.include <bsd.port.options.mk>
 +
  .if ${PORT_OPTIONS:MDOCS}
  INSTALL_TARGET=	install install-docs
  .endif
  
 +do-build:
 +	@${MAKE_ENV} ${MAKE_CMD} -C ${WRKSRC} pre-build
 +	@${MAKE_ENV} ${MAKE_CMD} -C ${WRKSRC} all
 +
  .include <bsd.port.mk>
 
 Modified: head/ports-mgmt/porttools/distinfo
 ==============================================================================
 --- head/ports-mgmt/porttools/distinfo	Wed Feb 19 10:32:29 2014	(r345065)
 +++ head/ports-mgmt/porttools/distinfo	Wed Feb 19 10:56:44 2014	(r345066)
 @@ -1,2 +1,2 @@
 -SHA256 (porttools-1.00.2014.02.11.tar.gz) = 5d826241628fddf513330a2e5575f3f21af0ba43b7e0835ad5c143cb62ec59b4
 -SIZE (porttools-1.00.2014.02.11.tar.gz) = 18628
 +SHA256 (porttools-1.00.2014.02.18.tar.gz) = d0c6f2dcb5bac9631ecc0dddece89bc22c3c0c561193d34e0cad001f7f99612b
 +SIZE (porttools-1.00.2014.02.18.tar.gz) = 18637
 _______________________________________________
 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: open->closed 
State-Changed-By: koobs 
State-Changed-When: Wed Feb 19 12:54:15 UTC 2014 
State-Changed-Why:  
Committed. Thanks! 

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