mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
www/webhook: unbreak on aarch64
Unbreak by pulling in golang.org/x/sys@fead7900131 to fix build on aarch64 PR: 243811 Approved by: stb@lassitu.de (maintainer), manu (mentor)
This commit is contained in:
parent
d128d6e9e2
commit
25ebb6a8e5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=527046
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= webhook
|
||||
PORTVERSION= 2.6.9
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= www
|
||||
|
||||
MAINTAINER= stb@lassitu.de
|
||||
@ -15,6 +15,7 @@ USES= go
|
||||
GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= adnanh
|
||||
GH_TUPLE= golang:sys:fead79001313:golang_sys/vendor/golang.org/x/sys_fead79001313
|
||||
USE_RC_SUBR= webhook
|
||||
|
||||
GO_TARGET= :${PREFIX}/sbin/webhook
|
||||
@ -31,6 +32,10 @@ DAEMONARGS= -f
|
||||
|
||||
SUB_LIST+= DAEMONARGS="${DAEMONARGS}"
|
||||
|
||||
pre-build:
|
||||
${RM} -r ${WRKSRC}/vendor/golang.org/x/sys
|
||||
${MV} ${WRKSRC}/vendor/golang.org/x/sys_fead79001313 ${WRKSRC}/vendor/golang.org/x/sys
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA} ${FILESDIR}/webhook.yaml ${STAGEDIR}${PREFIX}/etc/webhook.yaml.sample
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
TIMESTAMP = 1542667149
|
||||
TIMESTAMP = 1580646488
|
||||
SHA256 (adnanh-webhook-2.6.9_GH0.tar.gz) = 8a419a9796e0d7368dc52c53125d51aa1d28974269fe614eb7a91886fa41eb40
|
||||
SIZE (adnanh-webhook-2.6.9_GH0.tar.gz) = 824653
|
||||
SHA256 (golang-sys-fead79001313_GH0.tar.gz) = c8e102db152c51438f426a92b338f924827b960e75bd9d871ae9438135366073
|
||||
SIZE (golang-sys-fead79001313_GH0.tar.gz) = 1258330
|
||||
|
Loading…
Reference in New Issue
Block a user