- Update to 0.8.5
PR: 195321 Submitted by: Neel Chauhan <neel at neelc.org>
This commit is contained in:
parent
3007f6aed3
commit
f0edf2ebcb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=373960
2 changed files with 6 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= goaccess
|
||||
PORTVERSION= 0.8.3
|
||||
PORTVERSION= 0.8.5
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://tar.goaccess.io/
|
||||
|
||||
|
@ -38,4 +38,7 @@ do-install:
|
|||
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (goaccess-0.8.3.tar.gz) = 7a471b4b41807e261700c3a01df491e75504aa6b86392f263d6d92a5f9ecbdf6
|
||||
SIZE (goaccess-0.8.3.tar.gz) = 187651
|
||||
SHA256 (goaccess-0.8.5.tar.gz) = a4c6b6b98875059409b2a7528d5e7662536591b1949461cb03d88ea1360c3a88
|
||||
SIZE (goaccess-0.8.5.tar.gz) = 189006
|
||||
|
|
Loading…
Reference in a new issue