Date: Fri, 8 Dec 2006 08:27:39 -0500 (EST) From: Thomas Abthorpe <thomas@goodking.ca> To: FreeBSD-gnats-submit@FreeBSD.org Cc: clsung@FreeBSD.org, thomas@goodking.ca Subject: ports/106480: [PATCH] textproc/clucene: update to 0.9.16a Message-ID: <200612081327.kB8DRdww039977@goodking.goodking.ca> Resent-Message-ID: <200612081330.kB8DU7C7081158@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 106480 >Category: ports >Synopsis: [PATCH] textproc/clucene: update to 0.9.16a >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: Fri Dec 08 13:30:03 GMT 2006 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612081327.kB8DRdww039977>