ports/158025: [patch] update portbuilder 0.1.2 -> 0.1.3
David Naylor
naylor.b.david at gmail.com
Sun Jun 19 11:10:11 UTC 2011
>Number: 158025
>Category: ports
>Synopsis: [patch] update portbuilder 0.1.2 -> 0.1.3
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Sun Jun 19 11:10:10 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator: David Naylor
>Release:
>Organization:
Private
>Environment:
>Description:
0.1.3: 2011 June 19:
* Implemented a kqueue (external) event handler
* Remove the use of callback (use Signal instead)
* Add multiple methods (with fallback) to resolve a port
* Obey -DUSE_PACKAGE_DEPENDS (see previous item)
* Create a persistent stage (and stage) tracker based on signals from builders
* Improve performance by:
* Skipping exception check from subprocess
* Caching variables used by Mk/bsd.port.mk and Mk/bsd.port.subdir.mk
* Use StateTracker for Top UI
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
diff -u /usr/ports/ports-mgmt/portbuilder/Makefile port/Makefile
--- /usr/ports/ports-mgmt/portbuilder/Makefile 2011-04-30 11:54:14.000000000 +0200
+++ portbuilder/Makefile 2011-06-19 12:44:25.000000000 +0200
@@ -2,10 +2,10 @@
# Date created: 2011/04/03
# Whom: David Naylor <naylor.b.david at gmail.com>
#
-# $FreeBSD: ports/ports-mgmt/portbuilder/Makefile,v 1.1 2011/04/30 09:54:14 makc Exp $
+# $FreeBSD$
PORTNAME= portbuilder
-DISTVERSION= 0.1.2
+DISTVERSION= 0.1.3
CATEGORIES= ports-mgmt
MASTER_SITES= http://cloud.github.com/downloads/DragonSA/portbuilder/
diff -u /usr/ports/ports-mgmt/portbuilder/distinfo port/distinfo
--- /usr/ports/ports-mgmt/portbuilder/distinfo 2011-04-30 11:54:14.000000000 +0200
+++ portbuilder/distinfo 2011-06-19 12:44:26.000000000 +0200
@@ -1,2 +1,2 @@
-SHA256 (portbuilder-0.1.2.tar.xz) = 188b0db6cdfe0a2390e805c9d0fa846958312c4f3338fcbcb0f65cbee22d3046
-SIZE (portbuilder-0.1.2.tar.xz) = 25908
+SHA256 (portbuilder-0.1.3.tar.xz) = fa9b0022e612adf17b5aa21a77d71dba2a77edf6e00c83b9fbd96f85e3a618c4
+SIZE (portbuilder-0.1.3.tar.xz) = 30412
diff -u /usr/ports/ports-mgmt/portbuilder/pkg-plist port/pkg-plist
--- /usr/ports/ports-mgmt/portbuilder/pkg-plist 2011-04-30 11:54:14.000000000 +0200
+++ portbuilder/pkg-plist 2011-06-19 12:44:25.000000000 +0200
@@ -41,8 +41,5 @@
%%PYTHON_SITELIBDIR%%/libpb/signal.py
%%PYTHON_SITELIBDIR%%/libpb/signal.pyc
%%PYTHON_SITELIBDIR%%/libpb/signal.pyo
-%%PYTHON_SITELIBDIR%%/libpb/subprocess.py
-%%PYTHON_SITELIBDIR%%/libpb/subprocess.pyc
-%%PYTHON_SITELIBDIR%%/libpb/subprocess.pyo
@dirrm %%PYTHON_SITELIBDIR%%/libpb/port
@dirrm %%PYTHON_SITELIBDIR%%/libpb
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list