Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 May 2004 09:21:08 +0200 (CEST)
From:      Stefan Walter <sw@gegenunendlich.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gioria@FreeBSD.org
Subject:   ports/67330: [PATCH] www/tasks: unbreak/update to 1.8.6
Message-ID:  <20040529072108.6AB8A39D6@kyuzo.dunkelkammer.void>
Resent-Message-ID: <200405290730.i4T7UR8g018049@freefall.freebsd.org>

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

>Number:         67330
>Category:       ports
>Synopsis:       [PATCH] www/tasks: unbreak/update to 1.8.6
>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:   Sat May 29 00:30:26 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Stefan Walter
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
Infinity Approximation Task Force
>Environment:
System: FreeBSD kyuzo.dunkelkammer.void 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Thu Apr 22 20:41:18 CEST 2004
>Description:
- Unbreak by updating to 1.8.6
- EXTRACT_SUFX is not necessary with USE_ZIP

Port maintainer (gioria@FreeBSD.org) is cc'd. (Please reply/followup to
approve/comment on this PR. Thanks!)

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:
--- tasks-1.8.6.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/www/tasks.old/Makefile /usr/ports/www/tasks/Makefile
--- /usr/ports/www/tasks.old/Makefile	Sat May 29 08:19:40 2004
+++ /usr/ports/www/tasks/Makefile	Sat May 29 09:10:38 2004
@@ -6,20 +6,15 @@
 #
 
 PORTNAME=	tasks
-PORTVERSION=	1.8.5
+PORTVERSION=	1.8.6
 CATEGORIES=	www
 MASTER_SITES=	http://www.alexking.org/software/tasks/download/
 DISTNAME=	tasks
-EXTRACT_SUFX=	.zip
 
 MAINTAINER=	gioria@FreeBSD.org
 COMMENT=	A web based, hierarchical task manager
 
 RESTRICTED=	No redistribution or repackaging allowed
-
-BROKEN=		"Size mismatch"
-DEPRECATED=	${BROKEN}
-EXPIRATION_DATE=2004-06-18
 
 USE_APACHE=	yes
 USE_MYSQL=	yes
diff -ruN --exclude=CVS /usr/ports/www/tasks.old/distinfo /usr/ports/www/tasks/distinfo
--- /usr/ports/www/tasks.old/distinfo	Sat May 29 08:19:40 2004
+++ /usr/ports/www/tasks/distinfo	Sat May 29 08:23:55 2004
@@ -1,2 +1,2 @@
-MD5 (tasks.zip) = 512d653e11939d1d1d6c7c4a18a6a8a3
-SIZE (tasks.zip) = 491722
+MD5 (tasks.zip) = e43c852ffa43496dccfb43d6f2542264
+SIZE (tasks.zip) = 502893
diff -ruN --exclude=CVS /usr/ports/www/tasks.old/files/pkg-message.in /usr/ports/www/tasks/files/pkg-message.in
--- /usr/ports/www/tasks.old/files/pkg-message.in	Sat May 29 08:19:40 2004
+++ /usr/ports/www/tasks/files/pkg-message.in	Sat May 29 09:10:04 2004
@@ -3,7 +3,7 @@
 1: You now need to create the database that you want for tasks
    WARNING: Installation script does not create it !!!!
 
-2: Open %%WWW_DIR%%/tasks/database.inc.php and Edit the settings to match your need
+2: Open %%WWW_DIR%%/tasks/database.php and Edit the settings to match your need
 
 3: Point your web browser to http://localhost/tasks/index.php
    And follow the instructions
diff -ruN --exclude=CVS /usr/ports/www/tasks.old/pkg-plist /usr/ports/www/tasks/pkg-plist
--- /usr/ports/www/tasks.old/pkg-plist	Sat May 29 08:19:40 2004
+++ /usr/ports/www/tasks/pkg-plist	Sat May 29 09:00:56 2004
@@ -136,6 +136,7 @@
 www/data/tasks/languages/japanese.php
 www/data/tasks/languages/japanese.shift_JIS.php
 www/data/tasks/languages/korean.php
+www/data/tasks/languages/portuguese.php
 www/data/tasks/languages/russian.php
 www/data/tasks/languages/spanish.php
 www/data/tasks/languages/spanish2.php
@@ -172,6 +173,7 @@
 www/data/tasks/phpicalendar/functions/list_weeks.php
 www/data/tasks/phpicalendar/functions/list_years.php
 www/data/tasks/phpicalendar/functions/overlapping_events.php
+www/data/tasks/phpicalendar/functions/tasks_ical_login.php
 www/data/tasks/phpicalendar/functions/timezones.php
 www/data/tasks/phpicalendar/functions/todo.js
 www/data/tasks/phpicalendar/functions/upload_functions.php
@@ -338,6 +340,7 @@
 www/data/tasks/set_up.php
 www/data/tasks/tasks.css
 www/data/tasks/tasks.js
+www/data/tasks/tasks_icalendar.php
 www/data/tasks/test_language_files.php
 www/data/tasks/u_rail.php
 www/data/tasks/version.inc
--- tasks-1.8.6.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?20040529072108.6AB8A39D6>