Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Aug 2006 12:37:03 +0330
From:      "Babak Farrokhi" <babak@farrokhi.net>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/101401: [Maintainer Update] port deskutils/taskstep - new distfile
Message-ID:  <1154768823.53355@starfish.datak.net>
Resent-Message-ID: <200608050910.k759ADdq024917@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         101401
>Category:       ports
>Synopsis:       [Maintainer Update] port deskutils/taskstep - new distfile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 05 09:10:13 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Babak Farrokhi
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
>Environment:


System: FreeBSD 6.1-STABLE #0: Mon Jul 24 11:42:49 IRST 2006
    root@starfish.datak.net:/usr/obj/usr/src/sys/STARFISH



>Description:


- Author re-rolled distfile with a minor change:

diff -ruN taskstep.old/action.php taskstep.new/action.php
--- taskstep.old/action.php     Fri Jun 23 14:26:28 2006
+++ taskstep.new/action.php     Thu Jul 20 19:45:38 2006
@@ -58,6 +58,8 @@

 //If cmd is set, delete the row

+$id = $_GET["id"];
+
 if($_GET["cmd"]=="delete")
 {
     $sql = "DELETE FROM items WHERE id=$id";




>How-To-Repeat:





>Fix:


--- taskstep.patch begins here ---
diff -ruN taskstep.orig/Makefile taskstep/Makefile
--- taskstep.orig/Makefile	Sat Aug  5 12:34:19 2006
+++ taskstep/Makefile	Sat Aug  5 12:35:02 2006
@@ -7,6 +7,7 @@
 
 PORTNAME=	taskstep
 PORTVERSION=	0.5
+PORTREVISION=	1
 CATEGORIES=	deskutils www
 MASTER_SITES=	http://taskstep.cunningtitle.co.uk/releases/
 DISTNAME=	${PORTNAME}-05
diff -ruN taskstep.orig/distinfo taskstep/distinfo
--- taskstep.orig/distinfo	Sat Aug  5 12:34:19 2006
+++ taskstep/distinfo	Sat Aug  5 12:34:28 2006
@@ -1,3 +1,3 @@
-MD5 (taskstep-05.zip) = f1bf5e4ae17bd26ce9d1987282f3b013
-SHA256 (taskstep-05.zip) = 6a3806b632bfd7f5e6a0c812ce25b448099b4cfb85ffa2f53e2037fd36d5f913
-SIZE (taskstep-05.zip) = 258415
+MD5 (taskstep-05.zip) = 89202cb843a491fa875e6c90011f5a5d
+SHA256 (taskstep-05.zip) = 57bf84b06c49f5dffde26e511f527afe709b0fb199120a73b20157a40f8ee5e7
+SIZE (taskstep-05.zip) = 258418
--- taskstep.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?1154768823.53355>