1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00

Update to pkg 1.2.0 beta2

- Update bundled libucl code (which fixes bugs)
- Fix double escaped \n for script and messages
- Fix rquery with -e not properly working [1]
- rquery can now take a -I argument to output index like lines (needed for bsdconfig)
- Fix local database creation (initial)
- With build with older bsd.prog.mk
- Improved documentation for pkg query

Reported by:	mat [1]
This commit is contained in:
Baptiste Daroussin 2013-11-07 15:45:55 +00:00
parent 8134e0e1c3
commit 6d48b9ee16
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333124
2 changed files with 3 additions and 6 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= pkg
DISTVERSION= 1.2.0.b1
DISTVERSION= 1.2.0.b2
CATEGORIES= ports-mgmt
MASTER_SITES= http://files.etoilebsd.net/pkg/ \
http://mirror.shatow.net/freebsd/${PORTNAME}/ \
@ -29,9 +29,6 @@ USE_SUBMAKE= yes
.include <bsd.port.pre.mk>
post-patch:
@${REINPLACE_CMD} -e 's/PROGNAME/PROG/g' ${WRKSRC}/pkg/Makefile
.if defined(WITH_PKGNG)
.if ${WITH_PKGNG} != devel
NO_LATEST_LINK= yes

View File

@ -1,2 +1,2 @@
SHA256 (pkg-1.2.0.b1.tar.xz) = e684525444a99d1f6dde5ba4eec42c293b4dc0b79bdfb67deb53325dc9639941
SIZE (pkg-1.2.0.b1.tar.xz) = 1787496
SHA256 (pkg-1.2.0.b2.tar.xz) = 8eadb9073195dc2c56386989a94f17445feae1770fe3b70dd0553282ea1adcc1
SIZE (pkg-1.2.0.b2.tar.xz) = 1787968