Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Oct 2012 20:59:03 +0000 (UTC)
From:      Alberto Villa <avilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r306475 - head/ports-mgmt/portbuilder
Message-ID:  <201210262059.q9QKx4YS099199@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: avilla
Date: Fri Oct 26 20:59:03 2012
New Revision: 306475
URL: http://svn.freebsd.org/changeset/ports/306475

Log:
  - Update to 0.1.5.4.
  - Fix LICENSE mispelling.
  - Trim Makefile header.
  
  Fixes:
  * ordering of jobs
  * auto (dependency) flag for pkgng
  * deadlock between OS pipes and wait()
  * options detection (track changes in Port's infrastructure)
  * detection of pkgng mode (aka ${OSVERSION} > 1000017)
  
  PR:		173121
  Submitted by:	David Naylor <naylor.b.david@gmail.com> (maintainer)
  Feature safe:	yes

Modified:
  head/ports-mgmt/portbuilder/Makefile   (contents, props changed)
  head/ports-mgmt/portbuilder/distinfo   (contents, props changed)

Modified: head/ports-mgmt/portbuilder/Makefile
==============================================================================
--- head/ports-mgmt/portbuilder/Makefile	Fri Oct 26 20:53:54 2012	(r306474)
+++ head/ports-mgmt/portbuilder/Makefile	Fri Oct 26 20:59:03 2012	(r306475)
@@ -1,18 +1,15 @@
-# New ports collection Makefile for:	portbuilder
-# Date created:				2011/04/03
-# Whom:					David Naylor <naylor.b.david@gmail.com>
-#
+# Created by: David Naylor <naylor.b.david@gmail.com>
 # $FreeBSD$
 
 PORTNAME=	portbuilder
-DISTVERSION=	0.1.5.3
+DISTVERSION=	0.1.5.4
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	http://cloud.github.com/downloads/DragonSA/portbuilder/
 
 MAINTAINER=	naylor.b.david@gmail.com
 COMMENT=	Concurrent FreeBSD port builder
 
-LICENSES=	BSD
+LICENSE=	BSD
 
 USE_PYTHON=	2.6+
 USE_PYDISTUTILS=yes

Modified: head/ports-mgmt/portbuilder/distinfo
==============================================================================
--- head/ports-mgmt/portbuilder/distinfo	Fri Oct 26 20:53:54 2012	(r306474)
+++ head/ports-mgmt/portbuilder/distinfo	Fri Oct 26 20:59:03 2012	(r306475)
@@ -1,2 +1,2 @@
-SHA256 (portbuilder-0.1.5.3.tar.xz) = 2ff76856bde0b880e0166525553f67792dd5aac7a02739c9f48e624343c9e61d
-SIZE (portbuilder-0.1.5.3.tar.xz) = 39820
+SHA256 (portbuilder-0.1.5.4.tar.xz) = a02efab67edc70403cb81b820f089769ab7225ee1de3dff42703ff366c0fb8b9
+SIZE (portbuilder-0.1.5.4.tar.xz) = 39940



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210262059.q9QKx4YS099199>