From owner-svn-ports-all@freebsd.org Sun Aug 30 07:13:03 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 74F023CE9BF; Sun, 30 Aug 2020 07:13:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BfPgM0Xg3z4jLB; Sun, 30 Aug 2020 07:13:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D22B012E43; Sun, 30 Aug 2020 07:12:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 07U7Cxu8005298; Sun, 30 Aug 2020 07:12:59 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07U7Cx6U005296; Sun, 30 Aug 2020 07:12:59 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202008300712.07U7Cx6U005296@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 30 Aug 2020 07:12:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r546977 - head/deskutils/todo X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/deskutils/todo X-SVN-Commit-Revision: 546977 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2020 07:13:03 -0000 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