svn commit: r527046 - head/www/webhook
Mikael Urankar
mikael at FreeBSD.org
Mon Feb 24 20:01:31 UTC 2020
Author: mikael
Date: Mon Feb 24 20:01:30 2020
New Revision: 527046
URL: https://svnweb.freebsd.org/changeset/ports/527046
Log:
www/webhook: unbreak on aarch64
Unbreak by pulling in golang.org/x/sys at fead7900131 to fix build on aarch64
PR: 243811
Approved by: stb at lassitu.de (maintainer), manu (mentor)
Modified:
head/www/webhook/Makefile
head/www/webhook/distinfo
Modified: head/www/webhook/Makefile
==============================================================================
--- head/www/webhook/Makefile Mon Feb 24 20:01:28 2020 (r527045)
+++ head/www/webhook/Makefile Mon Feb 24 20:01:30 2020 (r527046)
@@ -2,7 +2,7 @@
PORTNAME= webhook
PORTVERSION= 2.6.9
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www
MAINTAINER= stb at 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
@@ -30,6 +31,10 @@ DAEMONARGS= -f
.endif
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
Modified: head/www/webhook/distinfo
==============================================================================
--- head/www/webhook/distinfo Mon Feb 24 20:01:28 2020 (r527045)
+++ head/www/webhook/distinfo Mon Feb 24 20:01:30 2020 (r527046)
@@ -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
More information about the svn-ports-all
mailing list