mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
o Update to 1.0.3
o USE_PYTHON=yes instead of using an specific version since the update works with latest lang/python port [1] PR: 75472 [fixed by 1], 76783 Submitted by: "Choe, Cheng-Dae" <whitekid@gmail.com>
This commit is contained in:
parent
8238355613
commit
99f99e9cf7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=129922
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= spambayes
|
||||
PORTVERSION= 1.0.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.0.3
|
||||
CATEGORIES= mail python
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
@ -19,7 +18,7 @@ COMMENT= A Bayesian anti-spam filter written in Python
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_bsddb.so:${PORTSDIR}/databases/py-bsddb
|
||||
|
||||
USE_PYTHON= 2.3
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
|
||||
USE_REINPLACE= yes
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (spambayes-1.0.1.tar.gz) = b80d25f90be14c9eaffefa172def674b
|
||||
SIZE (spambayes-1.0.1.tar.gz) = 688955
|
||||
MD5 (spambayes-1.0.3.tar.gz) = 9a21109d5c8eeed1514ee3c60e6046aa
|
||||
SIZE (spambayes-1.0.3.tar.gz) = 696822
|
||||
|
Loading…
Reference in New Issue
Block a user