From owner-svn-ports-head@freebsd.org Thu Jan 11 14:39:11 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C661AE668D3; Thu, 11 Jan 2018 14:39:11 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9F27273FF3; Thu, 11 Jan 2018 14:39:11 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E75621637B; Thu, 11 Jan 2018 14:39:10 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w0BEdAc6062897; Thu, 11 Jan 2018 14:39:10 GMT (envelope-from fluffy@FreeBSD.org) Received: (from fluffy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0BEdAH2062893; Thu, 11 Jan 2018 14:39:10 GMT (envelope-from fluffy@FreeBSD.org) Message-Id: <201801111439.w0BEdAH2062893@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fluffy set sender to fluffy@FreeBSD.org using -f From: Dima Panov Date: Thu, 11 Jan 2018 14:39:10 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: fluffy X-SVN-Commit-Paths: in head/mail: opensmtpd-extras-filter-python opensmtpd-extras-queue-python opensmtpd-extras-scheduler-python opensmtpd-extras-table-python X-SVN-Commit-Revision: 458745 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jan 2018 14:39:11 -0000 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