svn commit: r561533 - head/devel/git-codereview

Steve Wills swills at FreeBSD.org
Thu Jan 14 03:20:42 UTC 2021


Author: swills
Date: Thu Jan 14 03:20:41 2021
New Revision: 561533
URL: https://svnweb.freebsd.org/changeset/ports/561533

Log:
  devel/git-codereview: update to 1.0.0

Modified:
  head/devel/git-codereview/Makefile   (contents, props changed)
  head/devel/git-codereview/distinfo   (contents, props changed)

Modified: head/devel/git-codereview/Makefile
==============================================================================
--- head/devel/git-codereview/Makefile	Thu Jan 14 03:05:49 2021	(r561532)
+++ head/devel/git-codereview/Makefile	Thu Jan 14 03:20:41 2021	(r561533)
@@ -1,7 +1,8 @@
 # $FreeBSD$
 
 PORTNAME=	git-codereview
-PORTVERSION=	0.0.0.2020082801
+PORTVERSION=	1.0.0
+DISTVERSIONPREFIX=	v
 CATEGORIES=	devel
 
 MAINTAINER=	swills at FreeBSD.org
@@ -12,7 +13,6 @@ USES=		go
 USE_GITHUB=	yes
 GH_ACCOUNT=	golang
 GH_PROJECT=	review
-GH_TAGNAME=	a2b90d2
 
 GO_PKGNAME=	golang.org/x/review
 GO_TARGET=	./git-codereview

Modified: head/devel/git-codereview/distinfo
==============================================================================
--- head/devel/git-codereview/distinfo	Thu Jan 14 03:05:49 2021	(r561532)
+++ head/devel/git-codereview/distinfo	Thu Jan 14 03:20:41 2021	(r561533)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1598640852
-SHA256 (golang-review-0.0.0.2020082801-a2b90d2_GH0.tar.gz) = 5cb93c80baf6f9190084da175044455a6adeb8a6a83521b0bfedcc4511cbeaef
-SIZE (golang-review-0.0.0.2020082801-a2b90d2_GH0.tar.gz) = 57929
+TIMESTAMP = 1610593877
+SHA256 (golang-review-v1.0.0_GH0.tar.gz) = 8b7ded3284879ac1997c268cfa86b13d17dcf309217d7b6c3816384993fa6037
+SIZE (golang-review-v1.0.0_GH0.tar.gz) = 68243


More information about the svn-ports-all mailing list