mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
- update to 0.34
- add a run depend for qmail - reword pkg-comment PR: 30208 Submitted by: maintainer
This commit is contained in:
parent
f45a623206
commit
0a40a870f1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47120
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= tmda
|
||||
PORTVERSION= 0.22
|
||||
PORTVERSION= 0.34
|
||||
CATEGORIES= mail python
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= tmda
|
||||
@ -14,8 +14,16 @@ EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= jason@mastaler.com
|
||||
|
||||
RUN_DEPENDS= ${QMAIL_DIR}/bin/qmail-send:${PORTSDIR}/mail/qmail
|
||||
|
||||
USE_PYTHON= yes
|
||||
|
||||
.if exists(${PREFIX}/qmail/bin/qmail-send)
|
||||
QMAIL_DIR?= ${PREFIX}/qmail
|
||||
.else
|
||||
QMAIL_DIR?= /var/qmail
|
||||
.endif
|
||||
|
||||
do-build:
|
||||
(cd ${WRKSRC}; ${PYTHON_CMD} ./setup)
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (tmda-0.22.tgz) = 07ea1181fb548761f6b39fb5f9d39ba6MD5
|
||||
MD5 (tmda-0.34.tgz) = 5c79df8d14c8cf778b6f54cbcfc77255
|
||||
|
@ -1 +1 @@
|
||||
Python-based SPAM reduction system
|
||||
SPAM reduction system for qmail
|
||||
|
@ -1,3 +1,5 @@
|
||||
bin/tmda-check-address
|
||||
bin/tmda-clean
|
||||
bin/tmda-dated-address
|
||||
bin/tmda-filter
|
||||
bin/tmda-inject
|
||||
@ -13,8 +15,8 @@ lib/%%PYTHON_VERSION%%/site-packages/TMDA/Util.py
|
||||
lib/%%PYTHON_VERSION%%/site-packages/TMDA/Util.pyc
|
||||
lib/%%PYTHON_VERSION%%/site-packages/TMDA/__init__.py
|
||||
lib/%%PYTHON_VERSION%%/site-packages/TMDA/__init__.pyc
|
||||
share/tmda/bounce_dated.txt
|
||||
share/tmda/bounce_sender.txt
|
||||
share/tmda/confirm_accept.txt
|
||||
share/tmda/confirm_request.txt
|
||||
%%PORTDOCS%%share/doc/tmda/COPYRIGHT
|
||||
%%PORTDOCS%%share/doc/tmda/CRYPTO
|
||||
%%PORTDOCS%%share/doc/tmda/ChangeLog
|
||||
@ -28,7 +30,6 @@ share/tmda/bounce_sender.txt
|
||||
%%PORTDOCS%%share/doc/tmda/qmail-smtpd_auth.patch
|
||||
%%PORTDOCS%%share/doc/tmda/sample.tmdarc
|
||||
%%PORTDOCS%%share/doc/tmda/tmda.spec
|
||||
%%PORTDOCS%%share/doc/tmda/tmda-server-flow.gif
|
||||
%%PORTDOCS%%share/doc/tmda/tmda.html
|
||||
@dirrm share/tmda
|
||||
%%PORTDOCS%%@dirrm share/doc/tmda
|
||||
|
Loading…
Reference in New Issue
Block a user