- 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
This commit is contained in:
Baptiste Daroussin 2012-06-19 13:41:59 +00:00
parent a29469bec8
commit a3efb2e255
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=299634
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= poudriere
PORTVERSION= 1.4.1
PORTVERSION= 1.5.0
CATEGORIES= ports-mgmt
MASTER_SITES= http://files.etoilebsd.net/poudriere/

View File

@ -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