diff options
author | bapt <bapt@FreeBSD.org> | 2012-06-19 21:41:59 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-06-19 21:41:59 +0800 |
commit | 9fe921913264bcad7369b978b48dc9338ff63706 (patch) | |
tree | 23c98e2a9f7484cbdeef8b17a70647035e27d9bb | |
parent | e08905c43a496657587abcdd682c29c956af3284 (diff) | |
download | freebsd-ports-gnome-9fe921913264bcad7369b978b48dc9338ff63706.tar.gz freebsd-ports-gnome-9fe921913264bcad7369b978b48dc9338ff63706.tar.zst freebsd-ports-gnome-9fe921913264bcad7369b978b48dc9338ff63706.zip |
- 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
-rw-r--r-- | ports-mgmt/poudriere/Makefile | 2 | ||||
-rw-r--r-- | 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 |