Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jul 2020 13:45:02 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r543603 - in head/devel/gocheese: . files
Message-ID:  <202007281345.06SDj2ME040901@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Tue Jul 28 13:45:02 2020
New Revision: 543603
URL: https://svnweb.freebsd.org/changeset/ports/543603

Log:
  devel/gocheese: update to 2.4.0

Deleted:
  head/devel/gocheese/files/
Modified:
  head/devel/gocheese/Makefile   (contents, props changed)
  head/devel/gocheese/distinfo   (contents, props changed)

Modified: head/devel/gocheese/Makefile
==============================================================================
--- head/devel/gocheese/Makefile	Tue Jul 28 13:40:29 2020	(r543602)
+++ head/devel/gocheese/Makefile	Tue Jul 28 13:45:02 2020	(r543603)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	gocheese
-PORTVERSION=	2.3.0
+PORTVERSION=	2.4.0
 CATEGORIES=	devel python
 MASTER_SITES=	http://www.gocheese.cypherpunks.ru/
 
@@ -17,6 +17,9 @@ INFO=		${PORTNAME}
 PLIST_FILES=	${DOCSDIR}/README \
 		bin/${PORTNAME} \
 		bin/pyshop2packages.sh
+
+do-build:
+	@cd ${WRKSRC} ; ${ENV} GOPATH=${WRKSRC} go build -ldflags="-s -w" -o gocheese go.cypherpunks.ru/gocheese/v2
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/

Modified: head/devel/gocheese/distinfo
==============================================================================
--- head/devel/gocheese/distinfo	Tue Jul 28 13:40:29 2020	(r543602)
+++ head/devel/gocheese/distinfo	Tue Jul 28 13:45:02 2020	(r543603)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1594732607
-SHA256 (gocheese-2.3.0.tar.xz) = 574c3641bbda29572fe57f03986064034d7b2c5844b2cfa40ebf9f75e0186989
-SIZE (gocheese-2.3.0.tar.xz) = 103832
+TIMESTAMP = 1595942597
+SHA256 (gocheese-2.4.0.tar.xz) = 6ee9a436f415ab096d75fa5ad9bfbd6a9bf9ace252514802cbfdf576c057b2ac
+SIZE (gocheese-2.4.0.tar.xz) = 104048



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