Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 May 2013 12:27:58 +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: r319046 - head/ports-mgmt/poudriere-devel
Message-ID:  <201305251227.r4PCRwjJ010870@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Sat May 25 12:27:58 2013
New Revision: 319046
URL: http://svnweb.freebsd.org/changeset/ports/319046

Log:
  - Update to checkin c6bbdcc441
  
  Changes:
  
    - Add example hook in etc/poudriere.d/hooks
    - Documentation cleanups
    - Sanity check fixes (ports tree exists)
    - SIGINT during build no longer register the build as
      'crashed'
    - status: Fix cases where this would change the status of
      the actual build
    - queue/daemon - Use a UNIX domain socket for scheduling builds
      instead of requiring the 'queue' user to have write access to
      the queue dir.
    - bulk -t: Add -r flag to recursively test dependencies (this was
      the old default behavior)
    - Revert linux leftover change - this is now handled in ports
      r318960

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 May 25 11:08:56 2013	(r319045)
+++ head/ports-mgmt/poudriere-devel/Makefile	Sat May 25 12:27:58 2013	(r319046)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	poudriere
-PORTVERSION=	3.0.99.20130521
+PORTVERSION=	3.0.99.20130525
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	http://fossil.etoilebsd.net/poudriere/tarball/ \
 		LOCAL/bdrewery/${PORTNAME}/
@@ -14,7 +14,7 @@ COMMENT=	Port build and test system
 
 LICENSE=	BSD
 
-FSL_CHKIN=	45d02f1ed1
+FSL_CHKIN=	c6bbdcc441
 
 MANCOMPRESSED=	yes
 MAN8=	poudriere.8
@@ -24,6 +24,7 @@ OPTIONS_DEFINE=	ZSH
 CONFLICTS_INSTALL=	poudriere-[0-9]*
 
 PLIST_FILES=	etc/poudriere.conf.sample \
+		etc/poudriere.d/hooks/pkgbuild.sh.sample \
 		etc/rc.d/poudriere \
 		bin/poudriere \
 		libexec/poudriere/dirwatch \
@@ -51,6 +52,8 @@ PLIST_FILES=	etc/poudriere.conf.sample \
 		share/poudriere/testport.sh
 
 PLIST_DIRS=	libexec/poudriere \
+		etc/poudriere.d/hooks \
+		etc/poudriere.d \
 		share/poudriere/awk \
 		share/poudriere/html \
 		share/poudriere

Modified: head/ports-mgmt/poudriere-devel/distinfo
==============================================================================
--- head/ports-mgmt/poudriere-devel/distinfo	Sat May 25 11:08:56 2013	(r319045)
+++ head/ports-mgmt/poudriere-devel/distinfo	Sat May 25 12:27:58 2013	(r319046)
@@ -1,2 +1,2 @@
-SHA256 (poudriere-3.0.99.20130521.tar.gz?uuid=45d02f1ed1) = de0dd8ff36b71b8567530bedb01a693f8d012249f4c5040bb632a14e2b7a2f3c
-SIZE (poudriere-3.0.99.20130521.tar.gz?uuid=45d02f1ed1) = 107535
+SHA256 (poudriere-3.0.99.20130525.tar.gz?uuid=c6bbdcc441) = 504c72e835ffa6038679b069f4c37377e08dca132026d1854ab8be2f2bf92966
+SIZE (poudriere-3.0.99.20130525.tar.gz?uuid=c6bbdcc441) = 108639



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