Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jan 2021 12:52:20 +0000 (UTC)
From:      Dmitri Goutnik <dmgk@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r561064 - head/www/webhook
Message-ID:  <202101101252.10ACqKAx088466@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dmgk
Date: Sun Jan 10 12:52:20 2021
New Revision: 561064
URL: https://svnweb.freebsd.org/changeset/ports/561064

Log:
  www/webhook: Update to 2.8.0
  
  - Remove GO_PKGNAME, not needed with modules
  - Remove stray USES=gmake
  
  Changes:	https://github.com/adnanh/webhook/releases/tag/2.8.0
  PR:		251631
  Submitted by:	stb@lassitu.de (maintainer)

Modified:
  head/www/webhook/Makefile
  head/www/webhook/distinfo

Modified: head/www/webhook/Makefile
==============================================================================
--- head/www/webhook/Makefile	Sun Jan 10 12:44:44 2021	(r561063)
+++ head/www/webhook/Makefile	Sun Jan 10 12:52:20 2021	(r561064)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	webhook
-PORTVERSION=	2.7.0
+PORTVERSION=	2.8.0
 CATEGORIES=	www
 
 MAINTAINER=	stb@lassitu.de
@@ -10,8 +10,7 @@ COMMENT=	Easily create HTTP endpoints (hooks) to execu
 LICENSE=	APACHE20 BSD3CLAUSE MIT
 LICENSE_COMB=	multi
 
-USES=		gmake go:modules
-GO_PKGNAME=	github.com/${GH_ACCOUNT}/${PORTNAME}
+USES=		go:modules
 USE_GITHUB=	yes
 GH_ACCOUNT=	adnanh
 GH_TUPLE=	\

Modified: head/www/webhook/distinfo
==============================================================================
--- head/www/webhook/distinfo	Sun Jan 10 12:44:44 2021	(r561063)
+++ head/www/webhook/distinfo	Sun Jan 10 12:52:20 2021	(r561064)
@@ -1,6 +1,6 @@
-TIMESTAMP = 1589916073
-SHA256 (adnanh-webhook-2.7.0_GH0.tar.gz) = 2ae866294e9ef4a3ecbcad06355b00a8fb2bcdd674644ce69ebfbfc6c75fdbd5
-SIZE (adnanh-webhook-2.7.0_GH0.tar.gz) = 1652898
+TIMESTAMP = 1607248417
+SHA256 (adnanh-webhook-2.8.0_GH0.tar.gz) = c521558083f96bcefef16575a6f3f98ac79c0160fd0073be5e76d6645e068398
+SIZE (adnanh-webhook-2.8.0_GH0.tar.gz) = 1657141
 SHA256 (clbanning-mxj-v1.8.4_GH0.tar.gz) = 335fa9d17855c8540eca83fd8ecacc5979570fe15be04f7c1154f0b71f2c39c7
 SIZE (clbanning-mxj-v1.8.4_GH0.tar.gz) = 1091271
 SHA256 (dustin-go-humanize-v1.0.0_GH0.tar.gz) = e4540bd50ac855143b4f2e509313079c50cf5d8774f09cc10dbca5ae9803d8ba



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101101252.10ACqKAx088466>