Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Aug 2014 03:27:16 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r364394 - head/ports-mgmt/poudriere-devel
Message-ID:  <53e59514.2e0f.4c496749@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Sat Aug  9 03:27:16 2014
New Revision: 364394
URL: http://svnweb.freebsd.org/changeset/ports/364394
QAT: https://qat.redports.org/buildarchive/r364394/

Log:
  - Update to checkin 439a908c73
  
  Changes:
    * ports -u: Fix with git
    * bulk: Some dependency failures are now delayed rather than immediately
            fatal. This allows identifying more build problems rather than
            needing to iteratively run bulk to continue finding more.
    * Add a note that DEVELOPER is ignored without bulk -t/testport.
    * Also remove DEVELOPER_MODE for ports not being tested. (pkg uses it and
      causes fatal pkg-lstat errors on bad plist)
    * Only show boost priority if actually building the packages listed
    * Add PKG_REPO_META_FILE passthrough for repo meta file for pkg-repo. Not
      currently useful so undocumented. It will be more useful when pkg-repo -m
      learn mores metadata options and there is a client-side way to view the
      metadata.
    * Fix "ln: ...Latest/: File exists" errors.
    * Allow setting ALLOW_MAKE_JOBS_PACKAGES blank
    * Move ALLOW_MAKE_JOBS_PACKAGES to -v
    * Fix newly built pkg not being used to build the repository, rather than
      using the one that existed at the start.
    * Add TRIM_ORPANED_BUILD_DEPS to override behavior added to trim the queue
      of build dependencies that are not needed for the build but were found
      and possibly deleted from the repository.
    * Fix testport of ports-mgmt/pkg. It has not worked in a very long time, if
      ever.
    * Allow securelevel>=1 if using USE_TMPFS=all.

Modified:
  head/ports-mgmt/poudriere-devel/Makefile
  head/ports-mgmt/poudriere-devel/distinfo

Modified: head/ports-mgmt/poudriere-devel/Makefile
==============================================================================
--- head/ports-mgmt/poudriere-devel/Makefile	Sat Aug  9 01:47:42 2014	(r364393)
+++ head/ports-mgmt/poudriere-devel/Makefile	Sat Aug  9 03:27:16 2014	(r364394)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	poudriere
-PORTVERSION=	3.0.99.20140801
+PORTVERSION=	3.0.99.20140808
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	LOCAL/bdrewery/${PORTNAME}/ \
 		http://fossil.etoilebsd.net/poudriere/tarball/
@@ -15,7 +15,7 @@ LICENSE=	BSD2CLAUSE
 
 CONFLICTS_INSTALL=	poudriere-[0-9]*
 
-FSL_CHKIN=	bbac739f86
+FSL_CHKIN=	439a908c73
 
 GNU_CONFIGURE=	yes
 ETCDIR=		${PREFIX}/etc/poudriere.d

Modified: head/ports-mgmt/poudriere-devel/distinfo
==============================================================================
--- head/ports-mgmt/poudriere-devel/distinfo	Sat Aug  9 01:47:42 2014	(r364393)
+++ head/ports-mgmt/poudriere-devel/distinfo	Sat Aug  9 03:27:16 2014	(r364394)
@@ -1,2 +1,2 @@
-SHA256 (poudriere-3.0.99.20140801.tar.gz?uuid=bbac739f86) = 77023863b1b2fee91c3373096a393b6ddb451c70ab06832e5f36cf137961dd62
-SIZE (poudriere-3.0.99.20140801.tar.gz?uuid=bbac739f86) = 2693309
+SHA256 (poudriere-3.0.99.20140808.tar.gz?uuid=439a908c73) = 06ac3d560d34aa79f707ca84416aefd515f823ae4eef073c735173c61bb5af71
+SIZE (poudriere-3.0.99.20140808.tar.gz?uuid=439a908c73) = 2695054



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e59514.2e0f.4c496749>