From 42335412432e7caf0d1c557893f6030ece055acb Mon Sep 17 00:00:00 2001 From: bapt Date: Fri, 2 Mar 2012 23:08:42 +0000 Subject: - 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 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 --- ports-mgmt/pkg/Makefile | 4 +++- 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 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 -- cgit