From 57c1fbb1032f895d898138c6ca625f6e8e3c6e60 Mon Sep 17 00:00:00 2001 From: bapt Date: Wed, 4 Jul 2012 10:48:38 +0000 Subject: - update to 1.5.4 - changes: * improve modification detection with zfs diff (pgj@) * replace ftp by fetch(1) all over the place (this allow installing from http mirrors) * make fetch(1) using passive ftp when fetching from ftp * new option -t to jail subcommand, to binary upgrade to a newer version (still some interactive parts :() * always destroy the jail before zfs rollback to make sure no process are still running (fix poudriere hanging after packaging totem for example) (reported by des@ and gnn@) * fix ipv6/ipv4 support determination (tested by gnn@) --- ports-mgmt/poudriere/Makefile | 2 +- ports-mgmt/poudriere/distinfo | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'ports-mgmt') diff --git a/ports-mgmt/poudriere/Makefile b/ports-mgmt/poudriere/Makefile index a0b1c2b04f28..44edde79ed6a 100644 --- a/ports-mgmt/poudriere/Makefile +++ b/ports-mgmt/poudriere/Makefile @@ -6,7 +6,7 @@ # PORTNAME= poudriere -PORTVERSION= 1.5.3 +PORTVERSION= 1.5.4 CATEGORIES= ports-mgmt MASTER_SITES= http://files.etoilebsd.net/poudriere/ diff --git a/ports-mgmt/poudriere/distinfo b/ports-mgmt/poudriere/distinfo index dc73c42cc87b..568cfc99883e 100644 --- a/ports-mgmt/poudriere/distinfo +++ b/ports-mgmt/poudriere/distinfo @@ -1,2 +1,2 @@ -SHA256 (poudriere-1.5.3.tar.gz) = 7fa266607f74b1e64f461e131d0eb599d4173adfbabb7bc54469b79d28283483 -SIZE (poudriere-1.5.3.tar.gz) = 23093 +SHA256 (poudriere-1.5.4.tar.gz) = a50cbed9d2f7319d0b350bd2db3f6b14d93f9e27543684a4858c4c88bc00934f +SIZE (poudriere-1.5.4.tar.gz) = 23530 -- cgit