From owner-svn-ports-all@freebsd.org Sun Jan 3 17:50:15 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6126EA60CF4; Sun, 3 Jan 2016 17:50:15 +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 mx1.freebsd.org (Postfix) with ESMTPS id 19E1412FB; Sun, 3 Jan 2016 17:50:15 +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 u03HoEwx084776; Sun, 3 Jan 2016 17:50:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u03HoEp3084774; Sun, 3 Jan 2016 17:50:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601031750.u03HoEp3084774@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, 3 Jan 2016 17:50:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405171 - head/deskutils/todo X-SVN-Group: ports-head 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.20 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, 03 Jan 2016 17:50:15 -0000 Author: sunpoet Date: Sun Jan 3 17:50:13 2016 New Revision: 405171 URL: https://svnweb.freebsd.org/changeset/ports/405171 Log: - Add LICENSE_FILE - Use USE_GITHUB=yes - Bump PORTREVISION for package change Modified: head/deskutils/todo/Makefile head/deskutils/todo/distinfo Modified: head/deskutils/todo/Makefile ============================================================================== --- head/deskutils/todo/Makefile Sun Jan 3 17:50:09 2016 (r405170) +++ head/deskutils/todo/Makefile Sun Jan 3 17:50:13 2016 (r405171) @@ -4,15 +4,14 @@ PORTNAME= todo PORTVERSION= 2.10 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils -MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/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:${PORTSDIR}/shells/bash @@ -28,9 +27,13 @@ PLIST_FILES= bin/todo \ GH_ACCOUNT= ginatrapani 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 ${INSTALL_DATA} ${WRKSRC}/todo.cfg ${STAGEDIR}${PREFIX}/etc/todo.cfg Modified: head/deskutils/todo/distinfo ============================================================================== --- head/deskutils/todo/distinfo Sun Jan 3 17:50:09 2016 (r405170) +++ head/deskutils/todo/distinfo Sun Jan 3 17:50:13 2016 (r405171) @@ -1,2 +1,2 @@ -SHA256 (todo.txt_cli-2.10.tar.gz) = b59417a26feeafd811e0f1ff17e85e69ac5bcb1a0544b736f539ffb8fe27f6a9 -SIZE (todo.txt_cli-2.10.tar.gz) = 14349 +SHA256 (ginatrapani-todo.txt-cli-v2.10_GH0.tar.gz) = 55b6b86a970c25efcd05b24b37e8141bab623ddfa681638d49fd6fd6907eda2c +SIZE (ginatrapani-todo.txt-cli-v2.10_GH0.tar.gz) = 56509