diff options
author | laszlof <laszlof@FreeBSD.org> | 2007-02-21 22:42:42 +0800 |
---|---|---|
committer | laszlof <laszlof@FreeBSD.org> | 2007-02-21 22:42:42 +0800 |
commit | 64921261a3919d6597cb8b9a2ac454937af7affa (patch) | |
tree | ac273444e26551bb026050da79576b8e1b31d5cd /textproc | |
parent | fca622e544f5be4e47dbb759f2dc7aecfe5e3876 (diff) | |
download | freebsd-ports-graphics-64921261a3919d6597cb8b9a2ac454937af7affa.tar.gz freebsd-ports-graphics-64921261a3919d6597cb8b9a2ac454937af7affa.tar.zst freebsd-ports-graphics-64921261a3919d6597cb8b9a2ac454937af7affa.zip |
Update to 2.1.0
PR: ports/109349
Submitted by: clsung
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-lucene/Makefile | 5 | ||||
-rw-r--r-- | textproc/py-lucene/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/textproc/py-lucene/Makefile b/textproc/py-lucene/Makefile index ee86466bdaa..29ec0bfa4f1 100644 --- a/textproc/py-lucene/Makefile +++ b/textproc/py-lucene/Makefile @@ -7,8 +7,7 @@ # PORTNAME= PyLucene -PORTVERSION= 2.0.0 -PORTREVISION= 3 +PORTVERSION= 2.1.0 CATEGORIES= textproc devel python MASTER_SITES= http://downloads.osafoundation.org/PyLucene/src/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -22,7 +21,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/bin/gcj41:${PORTSDIR}/lang/gcc41 USE_PYTHON= 2.4+ USE_GMAKE= yes USE_LDCONFIG= yes -PATCHSET= -8 +PATCHSET= -1 OPTIONSFILE?= ${PORT_DBDIR}/${PORTNAME}/options diff --git a/textproc/py-lucene/distinfo b/textproc/py-lucene/distinfo index a43072086cb..65df0f326cf 100644 --- a/textproc/py-lucene/distinfo +++ b/textproc/py-lucene/distinfo @@ -1,3 +1,3 @@ -MD5 (PyLucene-src-2.0.0-8.tar.gz) = 958424aa1664eca9f8c80ed23a00d17f -SHA256 (PyLucene-src-2.0.0-8.tar.gz) = 57465ceefe922a6f8d26bc871c92c7bf3d61ed70bca1ac2fbdd2de72febf1ee3 -SIZE (PyLucene-src-2.0.0-8.tar.gz) = 4440219 +MD5 (PyLucene-src-2.1.0-1.tar.gz) = cd8654d08e075f808308ec3484ebaf5b +SHA256 (PyLucene-src-2.1.0-1.tar.gz) = 29861da18a38f4ab2fd23fff86fe9fb68460778974d004ec9f146e5f7e8b09bb +SIZE (PyLucene-src-2.1.0-1.tar.gz) = 4251817 |