From a3efb2e255789ba62ac1b56dab323c664dc0484a Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Tue, 19 Jun 2012 13:41:59 +0000 Subject: [PATCH] - update to 1.5.0 - changes: * poudriere ports -u using portsnap can safely be run from cron now * Remove stale repo.sqlite as well to prevent deps constraint error with pkgng * add allow.chflags to jails * Add support for upgrading a jail using freebsd-update (only security upgrades for now) if the jail was created from ftp. * experimental support for creating/upgrading a jail from svn/csup beware that the -v when creating should be adapted to svn branches (stable/8, head) or csup (RELENG_8, .) * do not run make deinstall in case of normal bulk (speeds up a bit the bulk) * Add NOIPV4 and NOIPV6 support * Speed up a bit sanity checking by caching the dep list for each packages * Add some caching to avoid running make -V again and again when possible --- ports-mgmt/poudriere/Makefile | 2 +- ports-mgmt/poudriere/distinfo | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ports-mgmt/poudriere/Makefile b/ports-mgmt/poudriere/Makefile index 6565d42fd8e5..bbfff8344ffe 100644 --- a/ports-mgmt/poudriere/Makefile +++ b/ports-mgmt/poudriere/Makefile @@ -6,7 +6,7 @@ # PORTNAME= poudriere -PORTVERSION= 1.4.1 +PORTVERSION= 1.5.0 CATEGORIES= ports-mgmt MASTER_SITES= http://files.etoilebsd.net/poudriere/ diff --git a/ports-mgmt/poudriere/distinfo b/ports-mgmt/poudriere/distinfo index 52af62fd87ef..c442006687b9 100644 --- a/ports-mgmt/poudriere/distinfo +++ b/ports-mgmt/poudriere/distinfo @@ -1,2 +1,2 @@ -SHA256 (poudriere-1.4.1.tar.gz) = 55591d76447aabe5d937e61aeb1d6327019d1528693bfea63a157ecfd199a6d2 -SIZE (poudriere-1.4.1.tar.gz) = 20276 +SHA256 (poudriere-1.5.0.tar.gz) = 2d394e5651ae19cae2149d3f7715d3e5a50abe4f66774f5724f9676a62cb4eed +SIZE (poudriere-1.5.0.tar.gz) = 21619