diff options
author | bapt <bapt@FreeBSD.org> | 2012-03-03 07:08:42 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-03-03 07:08:42 +0800 |
commit | 42335412432e7caf0d1c557893f6030ece055acb (patch) | |
tree | 8fcfe4e34533abea47ad3502d5d3d2fb5e30051f | |
parent | 0c4339000da79103c0d155cd9102b6a7a9da6d15 (diff) | |
download | freebsd-ports-gnome-42335412432e7caf0d1c557893f6030ece055acb.tar.gz freebsd-ports-gnome-42335412432e7caf0d1c557893f6030ece055acb.tar.zst freebsd-ports-gnome-42335412432e7caf0d1c557893f6030ece055acb.zip |
- update to 1.0-beta8
- changes:
* pkg info -R now show a full yaml (script, options, users and groups were missing in previous versions)
* new pkg query -e <evalutaion> <query-format> to be able to query packages base on boolean expression matching content of the package
* pkg check now works like other subcommand: -a for all, -gxX for (glob, regex, eregex)
* pkg check is now able to check the file checksum and print what has been modified since package installation (-s option)
* pkg check is now able to recompute the flatsize (-r) this can fix the flatsize of packages installed with version prior to beta7
* new pkg set currently can only be used to manually mark package as automatically installed or not
-rw-r--r-- | ports-mgmt/pkg/Makefile | 4 | ||||
-rw-r--r-- | ports-mgmt/pkg/distinfo | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/ports-mgmt/pkg/Makefile b/ports-mgmt/pkg/Makefile index fc826634533b..36941bfc1af0 100644 --- a/ports-mgmt/pkg/Makefile +++ b/ports-mgmt/pkg/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pkg -DISTVERSION= 1.0-beta7 +DISTVERSION= 1.0-beta8 CATEGORIES= ports-mgmt MASTER_SITES= LOCAL/portmgr \ http://files.etoilebsd.net/pkg/ @@ -35,6 +35,7 @@ MAN8= pkg.8 \ pkg-register.8 \ pkg-repo.8 \ pkg-search.8 \ + pkg-set.8 \ pkg-update.8 \ pkg-updating.8 \ pkg-upgrade.8 \ @@ -67,5 +68,6 @@ IGNORE= not supported on 7.x or early 8.0 post-install: @${INSTALL_SCRIPT} ${WRKSRC}/ports/pkg2ng ${PREFIX}/sbin + @${CAT} ${PKGMESSAGE} .include <bsd.port.post.mk> diff --git a/ports-mgmt/pkg/distinfo b/ports-mgmt/pkg/distinfo index 16568cfb9a38..493581718782 100644 --- a/ports-mgmt/pkg/distinfo +++ b/ports-mgmt/pkg/distinfo @@ -1,2 +1,2 @@ -SHA256 (pkg-1.0-beta7.tar.bz2) = 68861baa4a5628bf0d2e8083783d122e5a194ccf0fe904ffa85d35042e422100 -SIZE (pkg-1.0-beta7.tar.bz2) = 1471475 +SHA256 (pkg-1.0-beta8.tar.bz2) = 3b772dcdb99af385e54ed5a4bbca631ae54e005c3c6d5afeda03119c367d6860 +SIZE (pkg-1.0-beta8.tar.bz2) = 1477364 |