aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/pkg-devel
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2016-10-30 17:57:33 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2016-10-30 17:57:33 +0000
commit39bf209dc3643dbd268e500af4721a521af8ce5e (patch)
tree98ac8a688a0c135b30fcab8ba8416276137767d7 /ports-mgmt/pkg-devel
parent0ec5397df507632da08b12e0fa3e5b9ed8ecd08c (diff)
downloadports-39bf209dc3643dbd268e500af4721a521af8ce5e.tar.gz
ports-39bf209dc3643dbd268e500af4721a521af8ce5e.zip
Update to 1.9.99.1
- Fix fd leak on systems without utimensat (merged in release branch) - Do not use openssl for sha256 - Improve the default output when fetching data - Update libfetch to the version of FreeBSD 11 - Update libsbuf to the version of FreeBSD 11 - Fix NetBSD ABI - Add a fallback for utimensat when reporting EOPNOTSUPP
Notes
Notes: svn path=/head/; revision=424956
Diffstat (limited to 'ports-mgmt/pkg-devel')
-rw-r--r--ports-mgmt/pkg-devel/Makefile5
-rw-r--r--ports-mgmt/pkg-devel/distinfo6
2 files changed, 7 insertions, 4 deletions
diff --git a/ports-mgmt/pkg-devel/Makefile b/ports-mgmt/pkg-devel/Makefile
index 8abc8b09a7dc..4885d939fa8f 100644
--- a/ports-mgmt/pkg-devel/Makefile
+++ b/ports-mgmt/pkg-devel/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= pkg
-DISTVERSION= 1.9.99.0
+DISTVERSION= 1.9.99.1
_PKG_VERSION= ${DISTVERSION}
CATEGORIES= ports-mgmt
MASTER_SITES= \
@@ -21,6 +21,7 @@ USES= libtool tar:xz
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-maintainer-mode
INSTALL_TARGET= install-strip
+PORTDOCS= NEWS
# Use a submake as 'deinstall install' needs to reevaluate PKG_CMD
# so that pkg-static is used from the wrkdir
@@ -73,6 +74,8 @@ PKG_BIN= ${WRKSRC}/src/pkg-static
.endif
post-install:
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/NEWS ${STAGEDIR}${DOCSDIR}/NEWS
@${MV} ${STAGEDIR}${PREFIX}/lib/libpkg_static.a \
${STAGEDIR}${PREFIX}/lib/libpkg.a
diff --git a/ports-mgmt/pkg-devel/distinfo b/ports-mgmt/pkg-devel/distinfo
index b29a67e92830..32b32ab178b2 100644
--- a/ports-mgmt/pkg-devel/distinfo
+++ b/ports-mgmt/pkg-devel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1476566464
-SHA256 (pkg-1.9.99.0.tar.xz) = 8c5654c469a85cfd3b0d597c45d5e73d530a71fc435d4f08dcf2c850bd8b684e
-SIZE (pkg-1.9.99.0.tar.xz) = 1945092
+TIMESTAMP = 1477849988
+SHA256 (pkg-1.9.99.1.tar.xz) = cddab07e160c42568694f11d7e38940a4074e2faf7c304e694ea8198348f443a
+SIZE (pkg-1.9.99.1.tar.xz) = 1916584