mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
- Change RUN_DEPENDS to databases/py25-bsddb. databases/py-bsddb
now gives Python 2.6 package which is not suitable for this port - Mark USE_PYTHON=2.5 because now we depends on databases/py25-bsddb, this port should not build with Python < 2.5 Suggested by: pav
This commit is contained in:
parent
eac45887da
commit
c240b6cc9f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=237413
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
PORTNAME= spambayes
|
PORTNAME= spambayes
|
||||||
PORTVERSION= 1.0.4
|
PORTVERSION= 1.0.4
|
||||||
PORTREVISION= 3
|
PORTREVISION= 4
|
||||||
CATEGORIES= mail python
|
CATEGORIES= mail python
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||||
@ -16,9 +16,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= A Bayesian anti-spam filter written in Python
|
COMMENT= A Bayesian anti-spam filter written in Python
|
||||||
|
|
||||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_bsddb.so:${PORTSDIR}/databases/py-bsddb
|
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_bsddb.so:${PORTSDIR}/databases/py25-bsddb
|
||||||
|
|
||||||
USE_PYTHON= -2.5
|
USE_PYTHON= 2.5
|
||||||
USE_PYDISTUTILS= yes
|
USE_PYDISTUTILS= yes
|
||||||
USE_RC_SUBR= pyspamd
|
USE_RC_SUBR= pyspamd
|
||||||
LOCALSTATDIR?= /var/db/spambayes
|
LOCALSTATDIR?= /var/db/spambayes
|
||||||
|
Loading…
Reference in New Issue
Block a user