From tabthorpe@goodking.goodking.ca Fri Dec 8 13:28:22 2006 Return-Path: Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 40ED816A412; Fri, 8 Dec 2006 13:28:22 +0000 (UTC) (envelope-from tabthorpe@goodking.goodking.ca) Received: from tbaytel.net (front3-staff.tbaytel.net [216.211.26.174]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66DAC43CC2; Fri, 8 Dec 2006 13:27:03 +0000 (GMT) (envelope-from tabthorpe@goodking.goodking.ca) Received: from goodking.goodking.ca ([216.211.49.57] verified) by front3.tbaytel.net (CommuniGate Pro SMTP 5.0.8) with ESMTPS id 36897449; Fri, 08 Dec 2006 08:28:00 -0500 Received: from goodking.goodking.ca (localhost [127.0.0.1]) by goodking.goodking.ca (8.13.8/8.13.8) with ESMTP id kB8DReHW039978 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 8 Dec 2006 08:27:40 -0500 (EST) (envelope-from tabthorpe@goodking.goodking.ca) Received: (from root@localhost) by goodking.goodking.ca (8.13.8/8.13.8/Submit) id kB8DRdww039977; Fri, 8 Dec 2006 08:27:39 -0500 (EST) (envelope-from tabthorpe) Message-Id: <200612081327.kB8DRdww039977@goodking.goodking.ca> Date: Fri, 8 Dec 2006 08:27:39 -0500 (EST) From: Thomas Abthorpe To: FreeBSD-gnats-submit@freebsd.org Cc: clsung@freebsd.org, thomas@goodking.ca Subject: [PATCH] textproc/clucene: update to 0.9.16a X-Send-Pr-Version: 3.113 X-GNATS-Notify: >Number: 106480 >Category: ports >Synopsis: [PATCH] textproc/clucene: update to 0.9.16a >Confidential: no >Severity: non-critical >Priority: low >Responsible: clsung >State: closed >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Dec 08 13:30:03 GMT 2006 >Closed-Date: Sat Dec 09 06:30:34 GMT 2006 >Last-Modified: Sat Dec 09 06:30:34 GMT 2006 >Originator: Thomas Abthorpe >Release: FreeBSD 6.2-RC1 i386 >Organization: GoodKing.Ca >Environment: System: FreeBSD goodking.goodking.ca 6.2-RC1 FreeBSD 6.2-RC1 #3: Wed Dec 6 11:51:08 EST >Description: - Update to 0.9.16a Port maintainer (clsung@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- clucene-0.9.16a.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/clucene/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 5 Oct 2006 01:38:57 -0000 1.3 +++ Makefile 8 Dec 2006 13:26:12 -0000 @@ -6,8 +6,7 @@ # PORTNAME= clucene -PORTVERSION= 0.9.15 -PORTREVISION= 1 +PORTVERSION= 0.9.16a CATEGORIES= textproc MASTER_SITES= SF MASTER_SITE_SUBDIR= ${PORTNAME} Index: distinfo =================================================================== RCS file: /home/ncvs/ports/textproc/clucene/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 10 Aug 2006 01:45:03 -0000 1.1 +++ distinfo 8 Dec 2006 13:26:12 -0000 @@ -1,3 +1,3 @@ -MD5 (clucene-core-0.9.15.tar.bz2) = 25ef972a4ffe07421078f0aa369303f4 -SHA256 (clucene-core-0.9.15.tar.bz2) = c446bbd4833ca5e910a1a8757c0fb57685c45009c3b699e7e8bb2b4163caf006 -SIZE (clucene-core-0.9.15.tar.bz2) = 1517439 +MD5 (clucene-core-0.9.16a.tar.bz2) = 0ed4f537321065c68ed802be67b25b10 +SHA256 (clucene-core-0.9.16a.tar.bz2) = 59c208ada253beade05746c21f2cffe5efcc318a334282929096c545c3d56743 +SIZE (clucene-core-0.9.16a.tar.bz2) = 1515216 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/textproc/clucene/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- pkg-plist 10 Aug 2006 01:45:03 -0000 1.1 +++ pkg-plist 8 Dec 2006 13:26:12 -0000 @@ -1,4 +1,8 @@ -@comment $FreeBSD: ports/textproc/clucene/pkg-plist,v 1.1 2006/08/10 01:45:03 clsung Exp $ +include/CLucene.h +include/CLucene/CLBackwards.h +include/CLucene/CLConfig.h +include/CLucene/LuceneThreads.h +include/CLucene/StdHeader.h include/CLucene/analysis/AnalysisHeader.h include/CLucene/analysis/Analyzers.h include/CLucene/analysis/standard/StandardAnalyzer.h @@ -95,10 +99,6 @@ include/CLucene/search/TermScorer.h include/CLucene/search/WildcardQuery.h include/CLucene/search/WildcardTermEnum.h -include/CLucene/CLBackwards.h -include/CLucene/CLConfig.h -include/CLucene/LuceneThreads.h -include/CLucene/StdHeader.h include/CLucene/store/Directory.h include/CLucene/store/FSDirectory.h include/CLucene/store/IndexInput.h @@ -110,7 +110,7 @@ include/CLucene/store/TransactionalRAMDirectory.h include/CLucene/util/Arrays.h include/CLucene/util/BitSet.h -include/CLucene/util/BitVector.h +include/CLucene/util/English.h include/CLucene/util/Equators.h include/CLucene/util/FastCharStream.h include/CLucene/util/MD5Digester.h @@ -128,13 +128,11 @@ include/CLucene/util/jstreamsconfig.h include/CLucene/util/streambase.h include/CLucene/util/stringreader.h -include/CLucene/util/English.h -include/CLucene.h -lib/libclucene.so.0 -lib/libclucene.so -lib/libclucene.la -lib/libclucene.a lib/CLucene/clucene-config.h +lib/libclucene.a +lib/libclucene.la +lib/libclucene.so +lib/libclucene.so.0 @dirrmtry lib/CLucene @dirrmtry include/CLucene/util @dirrmtry include/CLucene/store --- clucene-0.9.16a.patch ends here --- >Release-Note: >Audit-Trail: Responsible-Changed-From-To: freebsd-ports-bugs->clsung Responsible-Changed-By: edwin Responsible-Changed-When: Fri Dec 8 13:30:45 UTC 2006 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=106480 From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/106480: commit references a PR Date: Sat, 9 Dec 2006 06:30:18 +0000 (UTC) clsung 2006-12-09 06:29:56 UTC FreeBSD ports repository Modified files: textproc/clucene Makefile distinfo pkg-plist Log: - Update to 0.9.16a PR: ports/106480 Submitted by: Thomas Abthorpe Revision Changes Path 1.4 +1 -2 ports/textproc/clucene/Makefile 1.2 +3 -3 ports/textproc/clucene/distinfo 1.2 +10 -12 ports/textproc/clucene/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" State-Changed-From-To: open->closed State-Changed-By: clsung State-Changed-When: Sat Dec 9 06:30:31 UTC 2006 State-Changed-Why: Committed. Thank You. http://www.freebsd.org/cgi/query-pr.cgi?pr=106480 >Unformatted: