freebsd-ports/sysutils/log-courier/Makefile
Antoine Brodin bb50610cba Mark BROKEN: fails to build
lc-lib/registrar/filestateos_freebsd.go:34:11: cannot use fstat.Ino (type uint64) as type uint32 in assignment
lc-lib/registrar/filestateos_freebsd.go:35:12: cannot use fstat.Dev (type uint64) as type uint32 in assignment

Reported by:	pkg-fallout
2019-03-05 16:57:48 +00:00

29 lines
564 B
Makefile

# $FreeBSD$
PORTNAME= log-courier
DISTVERSIONPREFIX= v
DISTVERSION= 2.0.5
CATEGORIES= sysutils
MAINTAINER= vikashb@where-ever.za.net
COMMENT= Lightweight log shipper with Logstash integration
LICENSE= APACHE20
BROKEN= fails to build
BUILD_DEPENDS= go:lang/go
USES= go gmake
USE_GITHUB= yes
GH_ACCOUNT= driskell
GO_PKGNAME= github.com/driskell/log-courier
USE_RC_SUBR= log-courier
SUB_FILES= pkg-message
post-install:
${INSTALL_DATA} ${WRKSRC}/docs/examples/example-json.conf \
${STAGEDIR}${PREFIX}/etc/log-courier.conf.example
.include <bsd.port.mk>