Update miller to 5.10.0.
Notable changes: - Switch to using GH_ directives to fetch the distfile, release tarball does not include the man page anymore - Add a post-install target to install the man page
This commit is contained in:
parent
7701c15f7c
commit
c784bc6bc6
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2020/09/03 07:47:15 fcambus Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2020/11/30 15:14:04 fcambus Exp $
|
||||
|
||||
COMMENT = name-indexed data processing tool
|
||||
|
||||
V = 5.9.1
|
||||
DISTNAME = mlr-$V
|
||||
PKGNAME = miller-$V
|
||||
GH_ACCOUNT = johnkerl
|
||||
GH_PROJECT = miller
|
||||
GH_TAGNAME = v5.10.0
|
||||
|
||||
CATEGORIES = textproc
|
||||
|
||||
@ -17,8 +17,9 @@ PERMIT_PACKAGE = Yes
|
||||
|
||||
WANTLIB += c m
|
||||
|
||||
MASTER_SITES = https://github.com/johnkerl/miller/releases/download/v$V/
|
||||
|
||||
CONFIGURE_STYLE = gnu
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/docs/mlr.1 ${PREFIX}/man/man1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (mlr-5.9.1.tar.gz) = +1Me/ldZuZk1zkIMitdjCZzxHC240y6FJHU/QnFFS1c=
|
||||
SIZE (mlr-5.9.1.tar.gz) = 1270739
|
||||
SHA256 (miller-5.10.0.tar.gz) = kTq+J3cmvX+pKP1dtTCwzWHbp0zEVOXS3bfEk0l577Y=
|
||||
SIZE (miller-5.10.0.tar.gz) = 6793426
|
||||
|
Loading…
Reference in New Issue
Block a user