diff options
author | mnag <mnag@FreeBSD.org> | 2009-10-11 10:30:39 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2009-10-11 10:30:39 +0800 |
commit | 72bdb1740172aaa815bc6618bf49023cbb6f52d2 (patch) | |
tree | 4ab6c7bbb982bf41e6b5805839ac0ee1b25cf233 /mail/tumgreyspf/Makefile | |
parent | fcc8d124820e729edb4e1366ae99d73f2a420357 (diff) | |
download | freebsd-ports-gnome-72bdb1740172aaa815bc6618bf49023cbb6f52d2.tar.gz freebsd-ports-gnome-72bdb1740172aaa815bc6618bf49023cbb6f52d2.tar.zst freebsd-ports-gnome-72bdb1740172aaa815bc6618bf49023cbb6f52d2.zip |
- Update to 1.35
PR: 139478
Submitted by: Li-Wen Hsu <lwhsu___FreeBSD.org>
Diffstat (limited to 'mail/tumgreyspf/Makefile')
-rw-r--r-- | mail/tumgreyspf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/tumgreyspf/Makefile b/mail/tumgreyspf/Makefile index 4478120f3113..5c3b746b39f8 100644 --- a/mail/tumgreyspf/Makefile +++ b/mail/tumgreyspf/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tumgreyspf -PORTVERSION= 1.33 +PORTVERSION= 1.35 CATEGORIES= mail MASTER_SITES= ftp://ftp.tummy.com/pub/tummy/tumgreyspf/ \ ftp://ftp.tummy.com/pub/tummy/tumgreyspf/old-releases/ @@ -16,7 +16,7 @@ COMMENT= External policy checker for the postfix mail server RUN_DEPENDS= ${PYTHON_SITELIBDIR}/spf.py:${PORTSDIR}/mail/py-spf -USE_PYTHON= 2.1+ +USE_PYTHON= yes NO_BUILD= yes TUMGREYSPF_DIR?= /var/db/${PORTNAME} |