Date: Fri, 11 Aug 2006 22:43:34 +0200 (CEST) From: Martin Wilke <miwi@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: clsung@FreeBSD.org Subject: ports/101856: [update] deskutils/todo: update to 1.7 Message-ID: <200608112043.k7BKhYbw051808@mwilke.ath.cx> Resent-Message-ID: <200608112050.k7BKoBIx024709@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 101856 >Category: ports >Synopsis: [update] deskutils/todo: update to 1.7 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Aug 11 20:50:10 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Martin Wilke >Release: FreeBSD 7.0-CURRENT i386 >Organization: >Environment: System: FreeBSD mwilke.ath.cx 7.0-CURRENT FreeBSD 7.0-CURRENT #161: Tue Aug 8 00:45:06 CEST >Description: - Update to 1.7 - Respect TARGETDIR - Unbreak - Tinderbox checked http://miwibox.org/tb/index.php?action=describe_port&id=707 Port maintainer (clsung@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- todo-1.7.patch begins here --- diff -ruN --exclude=CVS /usr/ports/deskutils/todo/Makefile /usr/home/miwi/dev/submit/ports/deskutils/todo/Makefile --- /usr/ports/deskutils/todo/Makefile Sun Aug 6 11:07:51 2006 +++ /usr/home/miwi/dev/submit/ports/deskutils/todo/Makefile Fri Aug 11 22:36:57 2006 @@ -7,7 +7,7 @@ # PORTNAME= todo -PORTVERSION= 1.6 +PORTVERSION= 1.7 CATEGORIES= deskutils MASTER_SITES= http://todotxt.com/library/todo.sh/ DISTNAME= todo.sh @@ -17,8 +17,6 @@ RUN_DEPENDS= bash:${PORTSDIR}/shells/bash -BROKEN= checksum mismatch - USE_ZIP= yes NO_BUILD= yes NO_WRKSUBDIR= yes @@ -29,7 +27,7 @@ @${REINPLACE_CMD} -e "s,/bin/sh,${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_SCRIPT} ${WRKSRC}/todo.sh ${TARGETDIR}/bin/todo + @${INSTALL_DATA} ${WRKSRC}/.todo ${TARGETDIR}/etc/dot.todo .include <bsd.port.mk> diff -ruN --exclude=CVS /usr/ports/deskutils/todo/distinfo /usr/home/miwi/dev/submit/ports/deskutils/todo/distinfo --- /usr/ports/deskutils/todo/distinfo Wed Jul 19 03:57:42 2006 +++ /usr/home/miwi/dev/submit/ports/deskutils/todo/distinfo Fri Aug 11 22:37:02 2006 @@ -1,3 +1,3 @@ -MD5 (todo.sh.zip) = 5e49fd7f8361fc62be147396a85b7c12 -SHA256 (todo.sh.zip) = dd42faf9e960a274b8bfec95f9f1a29db83b510391ea2d40afd32ee44d0f83fa -SIZE (todo.sh.zip) = 3654 +MD5 (todo.sh.zip) = 09d88722aef91cebe7f6b0f2a25ac873 +SHA256 (todo.sh.zip) = 8a0d65dbdb2bfa35f17155e6251c90f92736dd95f5f6b4a993ea52ed9a194f41 +SIZE (todo.sh.zip) = 4138 --- todo-1.7.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608112043.k7BKhYbw051808>