Date: Thu, 21 Jul 2011 05:50:09 GMT From: David Naylor <naylor.b.david@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: misc/159073: [patch] update ports-mgmt/portbuilder from 0.1.3 to 0.1.3.1 Message-ID: <201107210550.p6L5o9sm014485@red.freebsd.org> Resent-Message-ID: <201107210600.p6L60LKq016665@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 159073 >Category: misc >Synopsis: [patch] update ports-mgmt/portbuilder from 0.1.3 to 0.1.3.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jul 21 06:00:21 UTC 2011 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201107210550.p6L5o9sm014485>