Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Aug 2020 07:12:59 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r546977 - head/deskutils/todo
Message-ID:  <202008300712.07U7Cx6U005296@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Aug 30 07:12:59 2020
New Revision: 546977
URL: https://svnweb.freebsd.org/changeset/ports/546977

Log:
  Use upstream release tarball

Modified:
  head/deskutils/todo/Makefile
  head/deskutils/todo/distinfo

Modified: head/deskutils/todo/Makefile
==============================================================================
--- head/deskutils/todo/Makefile	Sun Aug 30 07:12:54 2020	(r546976)
+++ head/deskutils/todo/Makefile	Sun Aug 30 07:12:59 2020	(r546977)
@@ -3,14 +3,14 @@
 
 PORTNAME=	todo
 PORTVERSION=	2.12.0
-DISTVERSIONPREFIX=	v
 CATEGORIES=	deskutils
+MASTER_SITES=	https://github.com/todotxt/todo.txt-cli/releases/download/v${PORTVERSION}/
+DISTNAME=	todo.txt_cli-${PORTVERSION}
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Todo.txt Manager
 
 LICENSE=	GPLv3
-LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	bash:shells/bash
 
@@ -26,14 +26,7 @@ PLIST_FILES=	bin/todo \
 # bin/todo
 CONFLICTS_INSTALL=	deforaos-todo devtodo
 
-GH_ACCOUNT=	todotxt
-GH_PROJECT=	todo.txt-cli
-USE_GITHUB=	yes
-
 SHEBANG_FILES=	todo.sh todo_completion
-
-post-patch:
-	@${REINPLACE_CMD} -e 's|@DEV_VERSION@|${PORTVERSION}|' ${WRKSRC}/todo.sh
 
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/todo.sh ${STAGEDIR}${PREFIX}/bin/todo

Modified: head/deskutils/todo/distinfo
==============================================================================
--- head/deskutils/todo/distinfo	Sun Aug 30 07:12:54 2020	(r546976)
+++ head/deskutils/todo/distinfo	Sun Aug 30 07:12:59 2020	(r546977)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1597569919
-SHA256 (todotxt-todo.txt-cli-v2.12.0_GH0.tar.gz) = 534361e21807619d20269e6e051fed10b58e283c35f83e9c1dc00841ae19a1a7
-SIZE (todotxt-todo.txt-cli-v2.12.0_GH0.tar.gz) = 716524
+TIMESTAMP = 1598617370
+SHA256 (todo.txt_cli-2.12.0.tar.gz) = e6da9b2c8022658c514a0b1613b3eae52f6240bf2b3494a83dae713ea445d13e
+SIZE (todo.txt_cli-2.12.0.tar.gz) = 15924



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