aboutsummaryrefslogtreecommitdiffstats
path: root/ports-mgmt
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2016-10-31 01:57:33 +0800
committerbapt <bapt@FreeBSD.org>2016-10-31 01:57:33 +0800
commite3240d783fbebdcdf2e792a549eaf3926cc9c2b9 (patch)
tree98ac8a688a0c135b30fcab8ba8416276137767d7 /ports-mgmt
parentf2621093d3f64d2d063ae554fe9912b2b8aba975 (diff)
downloadfreebsd-ports-gnome-e3240d783fbebdcdf2e792a549eaf3926cc9c2b9.tar.gz
freebsd-ports-gnome-e3240d783fbebdcdf2e792a549eaf3926cc9c2b9.tar.zst
freebsd-ports-gnome-e3240d783fbebdcdf2e792a549eaf3926cc9c2b9.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
Diffstat (limited to 'ports-mgmt')
-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