diff options
author | bapt <bapt@FreeBSD.org> | 2012-04-14 04:54:59 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-04-14 04:54:59 +0800 |
commit | 568c123cff828c666169ad75444462c14d25b3e9 (patch) | |
tree | 626cf28d38de073b8b987c3b1ad838bbe543b294 /ports-mgmt/pkg | |
parent | a4b937408d5201155a252655989e3a588a2cd6e9 (diff) | |
download | freebsd-ports-gnome-568c123cff828c666169ad75444462c14d25b3e9.tar.gz freebsd-ports-gnome-568c123cff828c666169ad75444462c14d25b3e9.tar.zst freebsd-ports-gnome-568c123cff828c666169ad75444462c14d25b3e9.zip |
- update to 1.0 beta11
- changes:
* lot's of improvement in man pages documentations
* pkg info and pkg search are now aligned like pkg_info
* pkg search -x is now default
* new pkg shell subcommand, this fires up a sqlite3 shell use with caution
* pkg which gains 2 new options: -q (quiet) -o (origin)
* fix pkg repo incremental
* pkg version can now have -egXx <pattern> options
* when is port is registred this is now notifified as an installation (means syslog informations :))
* force umask 022
Diffstat (limited to 'ports-mgmt/pkg')
-rw-r--r-- | ports-mgmt/pkg/Makefile | 5 | ||||
-rw-r--r-- | ports-mgmt/pkg/distinfo | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/ports-mgmt/pkg/Makefile b/ports-mgmt/pkg/Makefile index 4beb2121e326..35498a885f15 100644 --- a/ports-mgmt/pkg/Makefile +++ b/ports-mgmt/pkg/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pkg -DISTVERSION= 1.0-beta10 +DISTVERSION= 1.0-beta11 CATEGORIES= ports-mgmt MASTER_SITES= LOCAL/portmgr \ http://files.etoilebsd.net/pkg/ @@ -26,9 +26,12 @@ MAKE_ENV+= WITHOUT_PROFILE=yes MAN8= pkg.8 \ pkg-add.8 \ pkg-autoremove.8 \ + pkg-audit.8 \ pkg-backup.8 \ + pkg-check.8 \ pkg-create.8 \ pkg-delete.8 \ + pkg-fetch.8 \ pkg-info.8 \ pkg-install.8 \ pkg-query.8 \ diff --git a/ports-mgmt/pkg/distinfo b/ports-mgmt/pkg/distinfo index 17c027b24da6..7729af199ed3 100644 --- a/ports-mgmt/pkg/distinfo +++ b/ports-mgmt/pkg/distinfo @@ -1,2 +1,2 @@ -SHA256 (pkg-1.0-beta10.tar.xz) = fa9526e3218083fcce28a2e2b7f766f3df3cdb84331c4fbe789373ae57f6f8c8 -SIZE (pkg-1.0-beta10.tar.xz) = 1300596 +SHA256 (pkg-1.0-beta11.tar.xz) = f99367bf4ff2272bbdfbcf47a66ec5d8af3e2ebac8cc7b0759667f090eccd538 +SIZE (pkg-1.0-beta11.tar.xz) = 1323224 |