svn commit: r327357 - head/ports-mgmt/poudriere-devel

Bryan Drewery bdrewery at FreeBSD.org
Sun Sep 15 19:27:14 UTC 2013


Author: bdrewery
Date: Sun Sep 15 19:27:13 2013
New Revision: 327357
URL: http://svnweb.freebsd.org/changeset/ports/327357

Log:
  - Update to checkin 0eb89d4f74
  
  Changes:
    ports: Add -k for -d usage to keep files around after deleting
    testport -i: Fix TERM not being passed into the jail
    jail -cu: Fix build with recent head due to new user 'unbound'
    Hardlink logs into latest and latest-per-pkg
    Fix recursive crash in jail_stop()
    Add TIMESTAMP_LOGS support
    Set build dir to 0700 to avoid gvfsd-trash tracking all mounts during build

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	Sun Sep 15 19:03:55 2013	(r327356)
+++ head/ports-mgmt/poudriere-devel/Makefile	Sun Sep 15 19:27:13 2013	(r327357)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	poudriere
-PORTVERSION=	3.0.99.20130906
+PORTVERSION=	3.0.99.20130915
 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=	63ec9efc9a
+FSL_CHKIN=	0eb89d4f74
 
 MANCOMPRESSED=	yes
 MAN8=	poudriere.8

Modified: head/ports-mgmt/poudriere-devel/distinfo
==============================================================================
--- head/ports-mgmt/poudriere-devel/distinfo	Sun Sep 15 19:03:55 2013	(r327356)
+++ head/ports-mgmt/poudriere-devel/distinfo	Sun Sep 15 19:27:13 2013	(r327357)
@@ -1,2 +1,2 @@
-SHA256 (poudriere-3.0.99.20130906.tar.gz?uuid=63ec9efc9a) = 576e069fbc99d22b9a89477cabac4a3e74701d58ceef0b7b2cd6a45162dd7c1e
-SIZE (poudriere-3.0.99.20130906.tar.gz?uuid=63ec9efc9a) = 242548
+SHA256 (poudriere-3.0.99.20130915.tar.gz?uuid=0eb89d4f74) = f23626b26fc580bf9c5ddc98dfaaf4dec47b171a749e4ed92c8817035a996a9f
+SIZE (poudriere-3.0.99.20130915.tar.gz?uuid=0eb89d4f74) = 243232


More information about the svn-ports-all mailing list