diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-02-10 15:55:56 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-02-10 15:55:56 +0000 |
commit | 72250ad7f0f8d6c9d050f89df94a375cd22d7c13 (patch) | |
tree | 7a777bb39c4b12ed151aef6f967297846be48c47 /ports-mgmt | |
parent | ada205d1c8bf105f3f270cf968212e2582a156b6 (diff) |
- update to 1.0-beta2
- add a message to warn user that they need to migrate using pkg2ng
- add a mirror to download
- changes:
* update bundled sqlite to 3.7.10
* add -n to pkg create to avoid packing already packed packages
* Fix rc script handling
* safer sbuf usage (this fix ia64 support)
* report a list of failing packages if any with pkg add
* allow "<category>/<port>" pattern in pkg search
* add support for syslog (through a pkg.conf option)
* the portmaster patch in the git is now up to date with 3.11 and feature complete (thanks avilla)
* add -R to pkg info to print out the raw manifest of a given package
* fix pkg query "%a"
* more robust to errors when creating packages
Notes
Notes:
svn path=/head/; revision=290863
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/pkg/Makefile | 5 | ||||
-rw-r--r-- | ports-mgmt/pkg/distinfo | 4 | ||||
-rw-r--r-- | ports-mgmt/pkg/pkg-message | 4 |
3 files changed, 9 insertions, 4 deletions
diff --git a/ports-mgmt/pkg/Makefile b/ports-mgmt/pkg/Makefile index 9b24a7c0a98b..06051102aa7c 100644 --- a/ports-mgmt/pkg/Makefile +++ b/ports-mgmt/pkg/Makefile @@ -6,9 +6,10 @@ # PORTNAME= pkg -DISTVERSION= 1.0-beta1 +DISTVERSION= 1.0-beta2 CATEGORIES= ports-mgmt -MASTER_SITES= LOCAL/portmgr +MASTER_SITES= LOCAL/portmgr \ + http://files.etoilebsd.net/pkg/ MAINTAINER= portmgr@FreeBSD.org COMMENT= New generation package manager diff --git a/ports-mgmt/pkg/distinfo b/ports-mgmt/pkg/distinfo index 883d9f2c6505..ca46638a1404 100644 --- a/ports-mgmt/pkg/distinfo +++ b/ports-mgmt/pkg/distinfo @@ -1,2 +1,2 @@ -SHA256 (pkg-1.0-beta1.tar.bz2) = 31a8dc66b50e5ba913d87bbcbed8ff68ecb1c844e4cac884e208fa3c07db80dd -SIZE (pkg-1.0-beta1.tar.bz2) = 1453027 +SHA256 (pkg-1.0-beta2.tar.bz2) = fd28acfc02d705e1fb0044bbbbd86fe55f3b7dc05cc1b145ad5377d8e6ed45e3 +SIZE (pkg-1.0-beta2.tar.bz2) = 1467780 diff --git a/ports-mgmt/pkg/pkg-message b/ports-mgmt/pkg/pkg-message new file mode 100644 index 000000000000..a5970c6937fd --- /dev/null +++ b/ports-mgmt/pkg/pkg-message @@ -0,0 +1,4 @@ +To test/use pkg you first needs to upgrade your local package database this, +just run: + + $ pkg2ng |