Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 May 2004 13:17:59 +0200 (CEST)
From:      Stefan Walter <sw@gegenunendlich.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/66935: [PATCH] devel/libcache: mark deprecated, the project's dead
Message-ID:  <20040520111759.DDD563B20@kyuzo.dunkelkammer.void>
Resent-Message-ID: <200405201120.i4KBKD0H085337@freefall.freebsd.org>

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

>Number:         66935
>Category:       ports
>Synopsis:       [PATCH] devel/libcache: mark deprecated, the project's dead
>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:   Thu May 20 04:20:13 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:
Mark this port as deprecated. As pointed out already
<http://lists.freebsd.org/pipermail/freebsd-ports/2004-May/012511.html>,
the project has been dead for a while (the master site vanished more
than eight months ago, according to the last commit message, and there's
no sign of a new one on the web).

(Note: Is there a 'correct' way to calculate the expiration date? I
chose 2004-06-18 now because the port has been unfetchable for quite a
while already, and judging from other expiration dates, I guess that's
when the next garbage collection will be.)

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:
--- libcache-1.1.0.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/libcache.old/Makefile /usr/ports/devel/libcache/Makefile
--- /usr/ports/devel/libcache.old/Makefile	Thu May 20 13:07:57 2004
+++ /usr/ports/devel/libcache/Makefile	Thu May 20 13:10:15 2004
@@ -13,7 +13,10 @@
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	C library that allows a programmer to parse sentences easier
+
 BROKEN=		unfetchable
+DEPRECATED=	${BROKEN}
+EXPIRATION_DATE=2004-06-18
 
 INSTALLS_SHLIB=	yes
 
--- libcache-1.1.0.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?20040520111759.DDD563B20>