ports/135495: [patch] deskutils/todo - update to 2.4
Pietro Cerutti
gahr at FreeBSD.org
Fri Jun 12 08:30:02 UTC 2009
>Number: 135495
>Category: ports
>Synopsis: [patch] deskutils/todo - update to 2.4
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Fri Jun 12 08:30:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator: Pietro Cerutti
>Release:
>Organization:
The FreeBSD Project
>Environment:
>Description:
The patch updates deskutils/todo to version 2.4
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/deskutils/todo/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile 6 Jun 2008 13:18:32 -0000 1.5
+++ Makefile 12 Jun 2009 08:29:25 -0000
@@ -7,28 +7,25 @@
#
PORTNAME= todo
-PORTVERSION= 1.7.3
-PORTREVISION= 1
+PORTVERSION= 2.4
CATEGORIES= deskutils
-MASTER_SITES= http://todotxt.com/library/todo.sh/
-DISTNAME= todo.sh
+MASTER_SITES= http://cloud.github.com/downloads/ginatrapani/todo.txt-cli/
+DISTNAME= todo.txt_cli-${PORTVERSION}
MAINTAINER= clsung at FreeBSD.org
-COMMENT= Todo.txt Managers
+COMMENT= Todo.txt Manager
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
-USE_ZIP= yes
NO_BUILD= yes
-NO_WRKSUBDIR= yes
-PLIST_FILES= bin/todo etc/dot.todo
+PLIST_FILES= bin/todo etc/todo.cfg
post-patch:
- @${REINPLACE_CMD} -e "s,/bin/sh,${LOCALBASE}/bin/bash," ${WRKSRC}/todo.sh
+ @${REINPLACE_CMD} -e "s,/bin/bash,${LOCALBASE}/bin/bash," ${WRKSRC}/todo.sh
do-install:
@${INSTALL_SCRIPT} ${WRKSRC}/todo.sh ${PREFIX}/bin/todo
- @${INSTALL_DATA} ${WRKSRC}/.todo ${PREFIX}/etc/dot.todo
+ @${INSTALL_DATA} ${WRKSRC}/todo.cfg ${PREFIX}/etc/todo.cfg
.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/deskutils/todo/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo 14 Aug 2006 02:24:27 -0000 1.2
+++ distinfo 12 Jun 2009 08:27:01 -0000
@@ -1,3 +1,3 @@
-MD5 (todo.sh.zip) = 09d88722aef91cebe7f6b0f2a25ac873
-SHA256 (todo.sh.zip) = 8a0d65dbdb2bfa35f17155e6251c90f92736dd95f5f6b4a993ea52ed9a194f41
-SIZE (todo.sh.zip) = 4138
+MD5 (todo.txt_cli-2.4.tar.gz) = 74a9fa7d9c4270b6d1439ff3eee59774
+SHA256 (todo.txt_cli-2.4.tar.gz) = 8d62069bd5f7d82c2df0a8925f2d92f92e011817041df17c663337ea6c45760f
+SIZE (todo.txt_cli-2.4.tar.gz) = 7713
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list