diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-06 23:35:13 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-06 23:35:13 +0800 |
commit | d6b482fe1cd045db6ac5e4af8c117e0995366d1b (patch) | |
tree | 639f8042b68a598304c9152983aac8c8d881f02e /ports-mgmt/pkg | |
parent | 88a3e74538c626c3bf8fadeead0f6855d6e2cdba (diff) | |
download | freebsd-ports-gnome-d6b482fe1cd045db6ac5e4af8c117e0995366d1b.tar.gz freebsd-ports-gnome-d6b482fe1cd045db6ac5e4af8c117e0995366d1b.tar.zst freebsd-ports-gnome-d6b482fe1cd045db6ac5e4af8c117e0995366d1b.zip |
Update to 1.2.2
Changelog:
- Fix pkg which returns bogus non-zero exit status on success
- Better check libucl returns
- Fix bad build system resulting in broken binaries on arm and ia64
- Update pkg.conf documentation
- Add manpage for pkg config
- OOTB support for dragonfly
- Lots of fixes in libucl
- Fix pkg register complaining about shared libraries not found
- Do not resume a jailed or chrooted pkg(8) upgrade
- Document the plist format (in pkg-create(8))
- Pet mandoc -Tlint
- Add manpage for pkg_repos(3)
- Fix dependencies losing portepoch information
- pkg-[r]query: Add %q to display architecture
- Fix pkg add allowing to install package with missing dependencies
- Fix description being stored escaped
Special thanks to mat@ (for bug busting) and cognet@ (tracking down 2 issues
on arm and as a side effect fixing on ia64
Diffstat (limited to 'ports-mgmt/pkg')
-rw-r--r-- | ports-mgmt/pkg/Makefile | 5 | ||||
-rw-r--r-- | ports-mgmt/pkg/distinfo | 4 | ||||
-rw-r--r-- | ports-mgmt/pkg/pkg-plist | 2 |
3 files changed, 6 insertions, 5 deletions
diff --git a/ports-mgmt/pkg/Makefile b/ports-mgmt/pkg/Makefile index 77af1e7eae14..95f1c9642279 100644 --- a/ports-mgmt/pkg/Makefile +++ b/ports-mgmt/pkg/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.2.1 +DISTVERSION= 1.2.2 CATEGORIES= ports-mgmt MASTER_SITES= http://files.etoilebsd.net/pkg/ \ http://mirror.shatow.net/freebsd/${PORTNAME}/ \ @@ -18,8 +18,7 @@ USE_XZ= yes # With no dependency at all NO_CCACHE= yes USE_LDCONFIG= yes -USES= uidfix shebangfix -SHEBANG_FILES= scripts/completion/_pkg.bash.in +USES= uidfix MAKE_ARGS+= PKG_PORTSDIR=${PORTSDIR} MAKE_ENV+= WITHOUT_PROFILE=yes __MAKE_CONF=/dev/null SRCCONF=/dev/null \ diff --git a/ports-mgmt/pkg/distinfo b/ports-mgmt/pkg/distinfo index f9e02431c85f..3e4414fa8b6e 100644 --- a/ports-mgmt/pkg/distinfo +++ b/ports-mgmt/pkg/distinfo @@ -1,2 +1,2 @@ -SHA256 (pkg-1.2.1.tar.xz) = 829100ff78ea930d1cb9e5af7907a17fa1e1063ab6b25b8aea7e1d04280c93ab -SIZE (pkg-1.2.1.tar.xz) = 1802908 +SHA256 (pkg-1.2.2.tar.xz) = f02dad746653447284861e52c38ce31a3e207ac909c6c1f9dbcaabd1c79e1688 +SIZE (pkg-1.2.2.tar.xz) = 1807456 diff --git a/ports-mgmt/pkg/pkg-plist b/ports-mgmt/pkg/pkg-plist index ee14906f3d14..4d16760e754f 100644 --- a/ports-mgmt/pkg/pkg-plist +++ b/ports-mgmt/pkg/pkg-plist @@ -11,6 +11,7 @@ lib/libpkg.so lib/libpkg.so.1 libdata/pkgconfig/pkg.pc man/man3/pkg_printf.3.gz +man/man3/pkg_repos.3.gz man/man5/pkg-repository.5.gz man/man5/pkg.conf.5.gz man/man8/pkg-add.8.gz @@ -20,6 +21,7 @@ man/man8/pkg-autoremove.8.gz man/man8/pkg-backup.8.gz man/man8/pkg-check.8.gz man/man8/pkg-clean.8.gz +man/man8/pkg-config.8.gz man/man8/pkg-convert.8.gz man/man8/pkg-create.8.gz man/man8/pkg-delete.8.gz |