diff options
author | wen <wen@FreeBSD.org> | 2013-03-09 22:28:46 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2013-03-09 22:28:46 +0800 |
commit | e58ac79d91dc2224dafb056f81b0ff17d130cd77 (patch) | |
tree | 76b2863f799d5319f629fdd87f266268ef34316a /textproc | |
parent | 5d6bde4af3c6d434381baf8056cf75b3546bf371 (diff) | |
download | freebsd-ports-gnome-e58ac79d91dc2224dafb056f81b0ff17d130cd77.tar.gz freebsd-ports-gnome-e58ac79d91dc2224dafb056f81b0ff17d130cd77.tar.zst freebsd-ports-gnome-e58ac79d91dc2224dafb056f81b0ff17d130cd77.zip |
- Update to 1.3.0
- Trim Makefile headers
- Reset maintainer to ports@
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/pystemmer/Makefile | 10 | ||||
-rw-r--r-- | textproc/pystemmer/distinfo | 4 |
2 files changed, 5 insertions, 9 deletions
diff --git a/textproc/pystemmer/Makefile b/textproc/pystemmer/Makefile index f15524c1e582..4aeba51c4957 100644 --- a/textproc/pystemmer/Makefile +++ b/textproc/pystemmer/Makefile @@ -1,18 +1,14 @@ -# New ports collection makefile for: pystemmer -# Date created: 2009-03-17 -# Whom: Wen Heping <wenheping@gmail.com> -# +# Created by: Wen Heping <wenheping@gmail.com> # $FreeBSD$ -# PORTNAME= pystemmer -PORTVERSION= 1.2.0 +PORTVERSION= 1.3.0 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP \ http://snowball.tartarus.org/wrappers/ DISTNAME= PyStemmer-${PORTVERSION} -MAINTAINER= wen@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Snowball Stemming Algorithms for Information Retrieval USE_PYTHON= yes diff --git a/textproc/pystemmer/distinfo b/textproc/pystemmer/distinfo index 396af0de4b41..7ebcee47ba81 100644 --- a/textproc/pystemmer/distinfo +++ b/textproc/pystemmer/distinfo @@ -1,2 +1,2 @@ -SHA256 (PyStemmer-1.2.0.tar.gz) = c23a7aabbc1e6ce48004c564bbfec767462a50dd10563a778eaea176d5b3e56d -SIZE (PyStemmer-1.2.0.tar.gz) = 388071 +SHA256 (PyStemmer-1.3.0.tar.gz) = d1ac14eb64978c1697fcfba76e3ac7ebe24357c9428e775390f634648947cb91 +SIZE (PyStemmer-1.3.0.tar.gz) = 360102 |