Skip to content

Commit

Permalink
textproc/angle-grinder: update to 0.19.1
Browse files Browse the repository at this point in the history
v0.19.1
What's Changed
 - Bump h2 from 0.3.16 to 0.3.17 by @dependabot in #188
 - Fix handling of binary input by @rcoh in #191

v0.19.0
What's Changed
 - Use Cow to remove need for cloning input by @rcoh in #163
 - Switch to tikv-jemallocator from jemallocator by @piggynl in #165
 - Upgrade everything to clear out various security vulnerabilities by
   @rcoh in #175
 - Maintain ordering of columns when emitting aggregation JSON. by
   @asutherland in #177
 - Include aliases for NGINX Ingress Controller by @Ziul in #180
 - Include aliases for NGINX by @Ziul in #179
 - upgrade dependencies by @rcoh in #183
 - Fix --output for aggregates @rcoh in #184
  • Loading branch information
pin committed May 20, 2023
1 parent 0db7873 commit f1b3206
Show file tree
Hide file tree
Showing 3 changed files with 939 additions and 975 deletions.
8 changes: 2 additions & 6 deletions textproc/angle-grinder/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.4 2022/05/12 09:34:31 pin Exp $
# $NetBSD: Makefile,v 1.5 2023/05/20 13:59:11 pin Exp $

DISTNAME= angle-grinder-0.18.0
DISTNAME= angle-grinder-0.19.1
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=rcoh/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Expand All @@ -17,9 +17,5 @@ USE_TOOLS+= gmake pkg-config

INSTALLATION_DIRS= bin

do-install:
${INSTALL_PROGRAM} ${WRKSRC}/target/release/agrind \
${DESTDIR}${PREFIX}/bin

.include "../../lang/rust/cargo.mk"
.include "../../mk/bsd.pkg.mk"
Loading

0 comments on commit f1b3206

Please sign in to comment.