Skip to content

Commit

Permalink
Update to 1.9.2
Browse files Browse the repository at this point in the history
- Fix NetBSD ABI
- Add a fallback for when utimensat returns EOPNOTSUPP like on some NFS servers
- Install the NEWS file
  • Loading branch information
bapt committed Oct 29, 2016
1 parent e24558a commit 5a3fa5b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion ports-mgmt/pkg/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $FreeBSD$

PORTNAME= pkg
DISTVERSION= 1.9.1
DISTVERSION= 1.9.2
_PKG_VERSION= ${DISTVERSION}
CATEGORIES= ports-mgmt
MASTER_SITES= \
Expand All @@ -19,6 +19,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
Expand Down Expand Up @@ -71,6 +72,8 @@ PKG_DEPENDS=
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

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 = 1476629671
SHA256 (pkg-1.9.1.tar.xz) = 711044127b6f973bbc5f1fde1a4bf56b651dd93fc6b826b259249b069bf3d573
SIZE (pkg-1.9.1.tar.xz) = 1950068
TIMESTAMP = 1477731419
SHA256 (pkg-1.9.2.tar.xz) = b7159bb3badec71ac2a04c16317cef4ce90a8be3c032d47c56cdd0a57f510ab2
SIZE (pkg-1.9.2.tar.xz) = 1945584

0 comments on commit 5a3fa5b

Please sign in to comment.