Date: Thu, 11 Jan 2018 14:39:10 +0000 (UTC) From: Dima Panov <fluffy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458745 - in head/mail: opensmtpd-extras-filter-python opensmtpd-extras-queue-python opensmtpd-extras-scheduler-python opensmtpd-extras-table-python Message-ID: <201801111439.w0BEdAH2062893@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: fluffy Date: Thu Jan 11 14:39:10 2018 New Revision: 458745 URL: https://svnweb.freebsd.org/changeset/ports/458745 Log: - Follow current trends, point directly to python2.7 instead of metaport which not guarantee python lib presense Modified: head/mail/opensmtpd-extras-filter-python/Makefile head/mail/opensmtpd-extras-queue-python/Makefile head/mail/opensmtpd-extras-scheduler-python/Makefile head/mail/opensmtpd-extras-table-python/Makefile Modified: head/mail/opensmtpd-extras-filter-python/Makefile ============================================================================== --- head/mail/opensmtpd-extras-filter-python/Makefile Thu Jan 11 14:23:53 2018 (r458744) +++ head/mail/opensmtpd-extras-filter-python/Makefile Thu Jan 11 14:39:10 2018 (r458745) @@ -2,7 +2,7 @@ # $FreeBSD$ PKGNAMESUFFIX= -filter-python -PORTREVISION= 2 +PORTREVISION= 3 COMMENT= Python-script filter support for OpenSMTPD @@ -10,7 +10,7 @@ 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 Modified: head/mail/opensmtpd-extras-queue-python/Makefile ============================================================================== --- head/mail/opensmtpd-extras-queue-python/Makefile Thu Jan 11 14:23:53 2018 (r458744) +++ head/mail/opensmtpd-extras-queue-python/Makefile Thu Jan 11 14:39:10 2018 (r458745) @@ -2,7 +2,7 @@ # $FreeBSD$ PKGNAMESUFFIX= -queue-python -PORTREVISION= 2 +PORTREVISION= 3 COMMENT= Python queue support for OpenSMTPD @@ -10,7 +10,7 @@ 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 Modified: head/mail/opensmtpd-extras-scheduler-python/Makefile ============================================================================== --- head/mail/opensmtpd-extras-scheduler-python/Makefile Thu Jan 11 14:23:53 2018 (r458744) +++ head/mail/opensmtpd-extras-scheduler-python/Makefile Thu Jan 11 14:39:10 2018 (r458745) @@ -2,7 +2,7 @@ # $FreeBSD$ PKGNAMESUFFIX= -scheduler-python -PORTREVISION= 2 +PORTREVISION= 3 COMMENT= Python scheduler support for OpenSMTPD @@ -10,7 +10,7 @@ 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 Modified: head/mail/opensmtpd-extras-table-python/Makefile ============================================================================== --- head/mail/opensmtpd-extras-table-python/Makefile Thu Jan 11 14:23:53 2018 (r458744) +++ head/mail/opensmtpd-extras-table-python/Makefile Thu Jan 11 14:39:10 2018 (r458745) @@ -2,7 +2,7 @@ # $FreeBSD$ PKGNAMESUFFIX= -table-python -PORTREVISION= 2 +PORTREVISION= 3 COMMENT= Python table support for OpenSMTPD @@ -10,7 +10,7 @@ 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801111439.w0BEdAH2062893>