From nobody@FreeBSD.org  Thu Jul 21 05:50:09 2011
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 B7CBE1065672
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 21 Jul 2011 05:50:09 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 8E0948FC17
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 21 Jul 2011 05:50:09 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p6L5o9WL014496
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 21 Jul 2011 05:50:09 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p6L5o9sm014485;
	Thu, 21 Jul 2011 05:50:09 GMT
	(envelope-from nobody)
Message-Id: <201107210550.p6L5o9sm014485@red.freebsd.org>
Date: Thu, 21 Jul 2011 05:50:09 GMT
From: David Naylor <naylor.b.david@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] update ports-mgmt/portbuilder from 0.1.3 to 0.1.3.1
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         159073
>Category:       ports
>Synopsis:       [patch] update ports-mgmt/portbuilder from 0.1.3 to 0.1.3.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    zi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 21 06:00:21 UTC 2011
>Closed-Date:    Mon Jul 25 01:41:25 UTC 2011
>Last-Modified:  Mon Jul 25 01:50:09 UTC 2011
>Originator:     David Naylor
>Release:        
>Organization:
Private
>Environment:
>Description:
0.1.3.1 - 2011 July 21:
 * Install project meta files, for port
 * Add copyright notice (FreeBSD style BSD license)
 * Fixes:
   * Ordering of ports in Top-style monitor
   * Upgrading multiple ports with -u flag (-U is preferred)
   * Many fixes to the build logic (depend resolution and stage checks)


>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ur /usr/ports/ports-mgmt/portbuilder/Makefile port/Makefile
--- /usr/ports/ports-mgmt/portbuilder/Makefile	2011-06-20 03:19:46.000000000 +0200
+++ portbuilder/Makefile	2011-07-21 07:35:39.000000000 +0200
@@ -2,10 +2,10 @@
 # Date created:				2011/04/03
 # Whom:					David Naylor <naylor.b.david@gmail.com>
 #
-# $FreeBSD: ports/ports-mgmt/portbuilder/Makefile,v 1.2 2011/06/19 19:56:08 dhn Exp $
+# $FreeBSD$
 
 PORTNAME=	portbuilder
-DISTVERSION=	0.1.3
+DISTVERSION=	0.1.3.1
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	http://cloud.github.com/downloads/DragonSA/portbuilder/
 
@@ -18,4 +18,10 @@
 USE_PYDISTUTILS=	yes
 USE_XZ=		yes
 
+post-install:
+	${MKDIR} ${DOCSDIR}
+.for file in BUGS ChangeLog COPYRIGHT README
+	${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
+.endfor
+
 .include <bsd.port.mk>
diff -ur /usr/ports/ports-mgmt/portbuilder/distinfo port/distinfo
--- /usr/ports/ports-mgmt/portbuilder/distinfo	2011-06-20 03:19:46.000000000 +0200
+++ portbuilder/distinfo	2011-07-21 07:35:43.000000000 +0200
@@ -1,2 +1,2 @@
-SHA256 (portbuilder-0.1.3.tar.xz) = fa9b0022e612adf17b5aa21a77d71dba2a77edf6e00c83b9fbd96f85e3a618c4
-SIZE (portbuilder-0.1.3.tar.xz) = 30412
+SHA256 (portbuilder-0.1.3.1.tar.xz) = f9fe7c53078ccd633bd7ac5a92b63535ca4aaab5ece403f34693b738b5cc55bd
+SIZE (portbuilder-0.1.3.1.tar.xz) = 31372
diff -ur /usr/ports/ports-mgmt/portbuilder/pkg-descr port/pkg-descr
--- /usr/ports/ports-mgmt/portbuilder/pkg-descr	2011-04-30 11:54:14.000000000 +0200
+++ portbuilder/pkg-descr	2011-07-21 07:35:39.000000000 +0200
@@ -1,8 +1,8 @@
 A concurrent ports building tool.  Although FreeBSD ports supports building a
-single port using multiple jobs (via MAKE_JOBS) however it cannot build
-multiple ports concurrently.  This tool accomplishes just that.
+single port using multiple jobs (via MAKE_JOBS), it cannot build multiple ports
+concurrently.  This tool accomplishes just that.
 
-Some of its key features:
+Some of it's key features:
  * Concurrent port building
  * Load control
  * Top like UI


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->freebsd-ports-bugs 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Thu Jul 21 07:10:23 UTC 2011 
Responsible-Changed-Why:  
ports PR. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=159073 
Responsible-Changed-From-To: freebsd-ports-bugs->zi 
Responsible-Changed-By: zi 
Responsible-Changed-When: Sat Jul 23 01:02:36 UTC 2011 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=159073 
Class-Changed-From-To: sw-bug->maintainer-update 
Class-Changed-By: zi 
Class-Changed-When: Sat Jul 23 01:02:55 UTC 2011 
Class-Changed-Why:  
Fix class. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=159073 
State-Changed-From-To: open->closed 
State-Changed-By: zi 
State-Changed-When: Mon Jul 25 01:41:24 UTC 2011 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/159073: commit references a PR
Date: Mon, 25 Jul 2011 01:40:53 +0000 (UTC)

 zi          2011-07-25 01:40:44 UTC
 
   FreeBSD ports repository
 
   Modified files:
     ports-mgmt/portbuilder Makefile distinfo pkg-descr 
   Log:
   Update to 0.1.3.1
   
   PR:             ports/159073
   Submitted by:   David Naylor <naylor.b.david@gmail.com> [maintainer]
   Approved by:    wxs (mentor)
   
   Revision  Changes    Path
   1.3       +12 -2     ports/ports-mgmt/portbuilder/Makefile
   1.3       +2 -2      ports/ports-mgmt/portbuilder/distinfo
   1.2       +3 -3      ports/ports-mgmt/portbuilder/pkg-descr
 _______________________________________________
 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:
