v.1.2.2 with milter-hold support
This commit is contained in:
6
Makefile
6
Makefile
@ -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
|
||||
|
Reference in New Issue
Block a user