Skip to content

Commit

Permalink
Update to 1.11
Browse files Browse the repository at this point in the history
Improvements:
  * better ABI name on linux
  * lots of changes in internal API to use fd when possible
  * 410.pkg-audit now uses anticongestion on freebsd 12+
  * completion improvements
  * add an extra line when printing pkg-messages to improve readability
  * add %q to pkg_printf(3) and pkg-query(8) to print altabi
  * make pkg version -r imply -R
  * New build system based on autosetup
  * pkg is now a semi static binary
  * Add 3 new aliases:
    - rall-depends: showing depenencies of a non installed package
    - rcomment: showing only the comment of a non installed package
    - rdesc: showing only the description of a non installed package
  * close stdin when running scripts
  * Tons of bug fixes
Removal:
  * removed option: pkg repo -L
  * removed script: pkg2ng
  • Loading branch information
bapt committed May 31, 2019
1 parent ceacab0 commit 95ac8ad
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 122 deletions.
24 changes: 10 additions & 14 deletions ports-mgmt/pkg/Makefile
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
# $FreeBSD$

PORTNAME= pkg
DISTVERSION= 1.10.5
PORTREVISION= 5
DISTVERSION= 1.11.0
_PKG_VERSION= ${DISTVERSION}
CATEGORIES= ports-mgmt
MASTER_SITES= \
http://files.etoilebsd.net/${PORTNAME}/ \
LOCAL/portmgr \
http://mirror.shatow.net/freebsd/${PORTNAME}/ \
#MASTER_SITES= \
# http://files.etoilebsd.net/${PORTNAME}/ \
# LOCAL/portmgr \
# http://mirror.shatow.net/freebsd/${PORTNAME}/ \
MAINTAINER= pkg@FreeBSD.org
COMMENT= Package manager

LICENSE= BSD2CLAUSE

USE_GITHUB= yes
GH_ACCOUNT= freebsd

USE_LDCONFIG= yes
USES= libtool tar:xz
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-maintainer-mode
INSTALL_TARGET= install-strip
HAS_CONFIGURE= yes
PORTDOCS= NEWS
PORTSCOUT= ignore:1
CONFIGURE_ARGS= --mandir=${PREFIX}/man

# Use a submake as 'deinstall install' needs to reevaluate PKG_CMD
# so that pkg-static is used from the wrkdir
Expand Down Expand Up @@ -80,10 +80,6 @@ PKG_DEPENDS=
PKG_BIN= ${WRKSRC}/src/pkg-static
.endif

post-install:
@${MV} ${STAGEDIR}${PREFIX}/lib/libpkg_static.a \
${STAGEDIR}${PREFIX}/lib/libpkg.a

post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/NEWS ${STAGEDIR}${DOCSDIR}/NEWS
Expand Down
6 changes: 3 additions & 3 deletions ports-mgmt/pkg/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1518650836
SHA256 (pkg-1.10.5.tar.xz) = c2e5ff8505a7f859fd579dc3974822575de8178868fd2497cec0ec18f06da041
SIZE (pkg-1.10.5.tar.xz) = 2216560
TIMESTAMP = 1559295992
SHA256 (freebsd-pkg-1.11.0_GH0.tar.gz) = 0b85372a4c820eb639d0fb95e6225f90a9f817cb8bed6bc5b0b2eccaeafdb32f
SIZE (freebsd-pkg-1.11.0_GH0.tar.gz) = 3560696
28 changes: 0 additions & 28 deletions ports-mgmt/pkg/files/patch-1663

This file was deleted.

13 changes: 0 additions & 13 deletions ports-mgmt/pkg/files/patch-1702

This file was deleted.

16 changes: 0 additions & 16 deletions ports-mgmt/pkg/files/patch-60666a1

This file was deleted.

34 changes: 0 additions & 34 deletions ports-mgmt/pkg/files/patch-javavmwrapper

This file was deleted.

11 changes: 0 additions & 11 deletions ports-mgmt/pkg/files/patch-src_Makefile.in

This file was deleted.

3 changes: 0 additions & 3 deletions ports-mgmt/pkg/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ include/pkg.h
lib/libpkg.a
lib/libpkg.so
lib/libpkg.so.4
lib/libpkg.so.4.0.0
libdata/pkgconfig/pkg.pc
man/man3/pkg_printf.3.gz
man/man3/pkg_repos.3.gz
Expand All @@ -24,7 +23,6 @@ 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
man/man8/pkg-fetch.8.gz
Expand Down Expand Up @@ -52,5 +50,4 @@ man/man8/pkg-which.8.gz
man/man8/pkg.8.gz
sbin/pkg
sbin/pkg-static
sbin/pkg2ng
share/zsh/site-functions/_pkg

0 comments on commit 95ac8ad

Please sign in to comment.