Index: head/mail/opensmtpd-extras-filter-python/Makefile =================================================================== --- head/mail/opensmtpd-extras-filter-python/Makefile (revision 458744) +++ head/mail/opensmtpd-extras-filter-python/Makefile (revision 458745) @@ -1,18 +1,18 @@ # Created by: fluffy # $FreeBSD$ PKGNAMESUFFIX= -filter-python -PORTREVISION= 2 +PORTREVISION= 3 COMMENT= Python-script filter support for OpenSMTPD PLIST_FILES= libexec/opensmtpd/filter-python CONFIGURE_ARGS+= --with-experimental-filter-python --with-python-type=${PYTHON_VERSION} -USES= python:2 pkgconfig +USES= python:2.7 pkgconfig MASTERDIR= ${.CURDIR}/../opensmtpd-extras SLAVE_PORT= yes .include "${MASTERDIR}/Makefile" Index: head/mail/opensmtpd-extras-queue-python/Makefile =================================================================== --- head/mail/opensmtpd-extras-queue-python/Makefile (revision 458744) +++ head/mail/opensmtpd-extras-queue-python/Makefile (revision 458745) @@ -1,18 +1,18 @@ # Created by: fluffy # $FreeBSD$ PKGNAMESUFFIX= -queue-python -PORTREVISION= 2 +PORTREVISION= 3 COMMENT= Python queue support for OpenSMTPD PLIST_FILES= libexec/opensmtpd/queue-python CONFIGURE_ARGS+= --with-queue-python --with-python-type=${PYTHON_VERSION} -USES= python:2 pkgconfig +USES= python:2.7 pkgconfig MASTERDIR= ${.CURDIR}/../opensmtpd-extras SLAVE_PORT= yes .include "${MASTERDIR}/Makefile" Index: head/mail/opensmtpd-extras-scheduler-python/Makefile =================================================================== --- head/mail/opensmtpd-extras-scheduler-python/Makefile (revision 458744) +++ head/mail/opensmtpd-extras-scheduler-python/Makefile (revision 458745) @@ -1,18 +1,18 @@ # Created by: fluffy # $FreeBSD$ PKGNAMESUFFIX= -scheduler-python -PORTREVISION= 2 +PORTREVISION= 3 COMMENT= Python scheduler support for OpenSMTPD PLIST_FILES= libexec/opensmtpd/scheduler-python CONFIGURE_ARGS+= --with-scheduler-python --with-python-type=${PYTHON_VERSION} -USES= python:2 pkgconfig +USES= python:2.7 pkgconfig MASTERDIR= ${.CURDIR}/../opensmtpd-extras SLAVE_PORT= yes .include "${MASTERDIR}/Makefile" Index: head/mail/opensmtpd-extras-table-python/Makefile =================================================================== --- head/mail/opensmtpd-extras-table-python/Makefile (revision 458744) +++ head/mail/opensmtpd-extras-table-python/Makefile (revision 458745) @@ -1,18 +1,18 @@ # Created by: gahr # $FreeBSD$ PKGNAMESUFFIX= -table-python -PORTREVISION= 2 +PORTREVISION= 3 COMMENT= Python table support for OpenSMTPD PLIST_FILES= libexec/opensmtpd/table-python CONFIGURE_ARGS+= --with-table-python --with-python-type=${PYTHON_VERSION} -USES= python:2 pkgconfig +USES= python:2.7 pkgconfig MASTERDIR= ${.CURDIR}/../opensmtpd-extras SLAVE_PORT= yes .include "${MASTERDIR}/Makefile"