aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2018-08-20 17:06:15 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2018-08-20 17:06:15 +0000
commita9644863f13e5b976e237e081737f8591101def7 (patch)
treeeb96c80d35709c971a68228bd875a1654fcbcbd7 /ports-mgmt
parent8a3ef66b517b75cc07b4ce99328509aaf3a358fb (diff)
downloadports-a9644863f13e5b976e237e081737f8591101def7.tar.gz
ports-a9644863f13e5b976e237e081737f8591101def7.zip
Update to 1.10.99.8
Changes from pkg 1.10.99.7 to 1.10.99.8 - Add options to ignore OSVERSION check and document it - Complain about RO filesystem for pkgdb access if needed - Fix privileges drop done too early - Improve OSVERSION check - Fix some resource leaks - Lots of documentation improvements - Improve conflicts handling - Do not check remote packages when doing `pkg upgrade -v` - Convert from autotools to autosetup - Fix warnings spotted by gcc 7+ - Fix pkg info -R to match the documented behaviour - Update zsh completion - Fix crash with config file handling - pkg is now a semi static binary
Notes
Notes: svn path=/head/; revision=477663
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/pkg-devel/Makefile17
-rw-r--r--ports-mgmt/pkg-devel/distinfo6
-rw-r--r--ports-mgmt/pkg-devel/pkg-plist1
3 files changed, 10 insertions, 14 deletions
diff --git a/ports-mgmt/pkg-devel/Makefile b/ports-mgmt/pkg-devel/Makefile
index f20f24c8309b..7be2fb2b1538 100644
--- a/ports-mgmt/pkg-devel/Makefile
+++ b/ports-mgmt/pkg-devel/Makefile
@@ -1,12 +1,9 @@
# $FreeBSD$
PORTNAME= pkg
-DISTVERSION= 1.10.99.7
+DISTVERSION= 1.10.99.8
_PKG_VERSION= ${DISTVERSION}
CATEGORIES= ports-mgmt
-MASTER_SITES= \
- http://files.etoilebsd.net/pkg/ \
- http://mirror.shatow.net/freebsd/${PORTNAME}/
PKGNAMESUFFIX= -devel
MAINTAINER= pkg@FreeBSD.org
@@ -14,15 +11,17 @@ COMMENT= Package manager
LICENSE= BSD2CLAUSE
+USE_GITHUB= yes
+GH_ACCOUNT= freebsd
+GH_TAGNAME= f35a78cb
+
WITH_DEBUG= yes
CFLAGS+= -O0 -g -Wno-error
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_REGISTER
# so that pkg-static is used from the wrkdir
@@ -77,7 +76,5 @@ PKG_BIN= ${WRKSRC}/src/pkg-static
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/NEWS ${STAGEDIR}${DOCSDIR}/NEWS
- @${MV} ${STAGEDIR}${PREFIX}/lib/libpkg_static.a \
- ${STAGEDIR}${PREFIX}/lib/libpkg.a
.include <bsd.port.post.mk>
diff --git a/ports-mgmt/pkg-devel/distinfo b/ports-mgmt/pkg-devel/distinfo
index 77e2da9fbf0b..05b423b4d685 100644
--- a/ports-mgmt/pkg-devel/distinfo
+++ b/ports-mgmt/pkg-devel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1515280391
-SHA256 (pkg-1.10.99.7.tar.xz) = b3ab9ad53af53dbdc4ba800c204c8b55537dcae72ba2f1eebf5df4198e6da5b8
-SIZE (pkg-1.10.99.7.tar.xz) = 2217824
+TIMESTAMP = 1534784004
+SHA256 (freebsd-pkg-1.10.99.8-f35a78cb_GH0.tar.gz) = 771a12c36dd2315d5775d2b0a148e779d0ed602e5b1d4845fd9071afb155b68f
+SIZE (freebsd-pkg-1.10.99.8-f35a78cb_GH0.tar.gz) = 3552620
diff --git a/ports-mgmt/pkg-devel/pkg-plist b/ports-mgmt/pkg-devel/pkg-plist
index bfcaa150c38a..fc362bb6e5df 100644
--- a/ports-mgmt/pkg-devel/pkg-plist
+++ b/ports-mgmt/pkg-devel/pkg-plist
@@ -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