View | Details | Raw Unified | Return to bug 243811
Collapse All | Expand All

(-)www/webhook/Makefile (+6 lines)
Lines 19-24 Link Here
19
19
20
GO_TARGET=	:${PREFIX}/sbin/webhook
20
GO_TARGET=	:${PREFIX}/sbin/webhook
21
21
22
GH_TUPLE=	golang:sys:fead79001313:golang_sys/vendor/golang.org/x/sys_fead79001313
23
22
PLIST_FILES=	"@sample etc/webhook.yaml.sample" sbin/webhook
24
PLIST_FILES=	"@sample etc/webhook.yaml.sample" sbin/webhook
23
25
24
.include <bsd.port.options.mk>
26
.include <bsd.port.options.mk>
Lines 31-36 Link Here
31
33
32
SUB_LIST+=	DAEMONARGS="${DAEMONARGS}"
34
SUB_LIST+=	DAEMONARGS="${DAEMONARGS}"
33
35
36
pre-build:
37
	${RM} -r ${WRKSRC}/vendor/golang.org/x/sys
38
	${MV} ${WRKSRC}/vendor/golang.org/x/sys_fead79001313 ${WRKSRC}/vendor/golang.org/x/sys
39
34
post-install:
40
post-install:
35
	${INSTALL_DATA}  ${FILESDIR}/webhook.yaml ${STAGEDIR}${PREFIX}/etc/webhook.yaml.sample
41
	${INSTALL_DATA}  ${FILESDIR}/webhook.yaml ${STAGEDIR}${PREFIX}/etc/webhook.yaml.sample
36
42
(-)www/webhook/distinfo (-1 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1542667149
1
TIMESTAMP = 1580646488
2
SHA256 (adnanh-webhook-2.6.9_GH0.tar.gz) = 8a419a9796e0d7368dc52c53125d51aa1d28974269fe614eb7a91886fa41eb40
2
SHA256 (adnanh-webhook-2.6.9_GH0.tar.gz) = 8a419a9796e0d7368dc52c53125d51aa1d28974269fe614eb7a91886fa41eb40
3
SIZE (adnanh-webhook-2.6.9_GH0.tar.gz) = 824653
3
SIZE (adnanh-webhook-2.6.9_GH0.tar.gz) = 824653
4
SHA256 (golang-sys-fead79001313_GH0.tar.gz) = c8e102db152c51438f426a92b338f924827b960e75bd9d871ae9438135366073
5
SIZE (golang-sys-fead79001313_GH0.tar.gz) = 1258330

Return to bug 243811