v.1.2.2 with milter-hold support

This commit is contained in:
yo
2021-02-20 11:53:33 +01:00
parent a7a6e43c1e
commit 711fadb0a3
2 changed files with 7 additions and 5 deletions

View File

@ -1,7 +1,8 @@
# $FreeBSD: head/sysutils/postfix-log-parser/Makefile 517745 2021-02-15 15:10:39Z yo000 $
PORTNAME= postfix-log-parser
PORTVERSION= 1.2.1
PORTVERSION= 1.2.2
DISTVERSIONPREFIX=v
PORTREVISION= 1
CATEGORIES= sysutils
@ -12,7 +13,8 @@ LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go
GO_TARGET= postfix-log-parser/main.go
GO_TARGET= ${WRKSRC}/postfix-log-parser/main.go
GO_PKGNAME= github.com/yo000/postfix-log-parser
USE_GITHUB= yes
GH_ACCOUNT= yo000