Date: Tue, 24 Apr 2007 11:32:50 +0800 (CST) From: Cheng-Lung Sung <clsung@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: include@npf.deec.uc.pt Subject: ports/112063: [PATCH] www/p5-Kwiki-Cache: mark DEPRECATED Message-ID: <20070424033250.48E3611746@going04.iis.sinica.edu.tw> Resent-Message-ID: <200704240340.l3O3e35g068509@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 112063 >Category: ports >Synopsis: [PATCH] www/p5-Kwiki-Cache: mark DEPRECATED >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: Tue Apr 24 03:40:03 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Cheng-Lung Sung >Release: FreeBSD 6.2-RELEASE-p2 amd64 >Organization: FreeBSD @ Taiwan >Environment: System: FreeBSD going04.iis.sinica.edu.tw 6.2-RELEASE-p2 FreeBSD 6.2-RELEASE-p2 #1: Tue Mar 6 14:57:42 CST >Description: - mark DEPRECATED, p5-Kwiki (0.39 or later) already contains it. Port maintainer (include@npf.pt.freebsd.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Kwiki-Cache-0.11.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/p5-Kwiki-Cache/Makefile,v retrieving revision 1.1 diff -u -u -r1.1 Makefile --- Makefile 11 Feb 2006 02:34:41 -0000 1.1 +++ Makefile 24 Apr 2007 03:31:55 -0000 @@ -18,17 +18,15 @@ BUILD_DEPENDS= ${SITE_PERL}/Kwiki.pm:${PORTSDIR}/www/p5-Kwiki RUN_DEPENDS= ${BUILD_DEPENDS} +DEPRECATED= Already bundled in www/p5-Kwiki (0.39 or latter) +EXPIRATION_DATE= 2007-07-28 +BROKEN= ${DEPRECATED} + PERL_CONFIGURE= yes MAN3= Kwiki::Cache.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500601 -IGNORE= requires perl 5.6.x or later. Install lang/perl5 then try again -.endif - post-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.post.mk> +.include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /home/pcvs/ports/www/p5-Kwiki-Cache/distinfo,v retrieving revision 1.1 diff -u -u -r1.1 distinfo --- distinfo 11 Feb 2006 02:34:41 -0000 1.1 +++ distinfo 24 Apr 2007 03:31:55 -0000 @@ -1,4 +1,3 @@ MD5 (Kwiki-Cache-0.11.tar.gz) = b96ec80eabe467b514699753d2e7b556 -SHA256 (Kwiki-Cache-0.11.tar.gz) = -3a0585e22aadbc414bf705af4af27b3a39ea735022e121be5a5ff9944088e6bf +SHA256 (Kwiki-Cache-0.11.tar.gz) = 3a0585e22aadbc414bf705af4af27b3a39ea735022e121be5a5ff9944088e6bf SIZE (Kwiki-Cache-0.11.tar.gz) = 7643 --- p5-Kwiki-Cache-0.11.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?20070424033250.48E3611746>