Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Jun 2016 15:51:50 +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: r417124 - in head/mail: opensmtpd-extras-filter-python opensmtpd-extras-queue-python opensmtpd-extras-scheduler-python opensmtpd-extras-table-python
Message-ID:  <201606191551.u5JFpoq9048432@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fluffy
Date: Sun Jun 19 15:51:49 2016
New Revision: 417124
URL: https://svnweb.freebsd.org/changeset/ports/417124

Log:
  - While Python2 is default, force it as explicit dependency.
  
  Current OpenSMTPD-extras support only Python v2 API, no v3 yet
  
  Approved by:	miwi (mentor, implicit)

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	Sun Jun 19 14:43:22 2016	(r417123)
+++ head/mail/opensmtpd-extras-filter-python/Makefile	Sun Jun 19 15:51:49 2016	(r417124)
@@ -11,7 +11,7 @@ PLIST_FILES=		libexec/opensmtpd/filter-p
 
 CONFIGURE_ARGS+=	--with-filter-python --with-python-type=${PYTHON_VERSION}
 
-USES=			python pkgconfig
+USES=			python:2 pkgconfig
 
 MASTERDIR=		${.CURDIR}/../opensmtpd-extras
 SLAVE_PORT=		yes

Modified: head/mail/opensmtpd-extras-queue-python/Makefile
==============================================================================
--- head/mail/opensmtpd-extras-queue-python/Makefile	Sun Jun 19 14:43:22 2016	(r417123)
+++ head/mail/opensmtpd-extras-queue-python/Makefile	Sun Jun 19 15:51:49 2016	(r417124)
@@ -11,7 +11,7 @@ PLIST_FILES=		libexec/opensmtpd/queue-py
 
 CONFIGURE_ARGS+=	--with-queue-python --with-python-type=${PYTHON_VERSION}
 
-USES=			python pkgconfig
+USES=			python:2 pkgconfig
 
 MASTERDIR=		${.CURDIR}/../opensmtpd-extras
 SLAVE_PORT=		yes

Modified: head/mail/opensmtpd-extras-scheduler-python/Makefile
==============================================================================
--- head/mail/opensmtpd-extras-scheduler-python/Makefile	Sun Jun 19 14:43:22 2016	(r417123)
+++ head/mail/opensmtpd-extras-scheduler-python/Makefile	Sun Jun 19 15:51:49 2016	(r417124)
@@ -11,7 +11,7 @@ PLIST_FILES=		libexec/opensmtpd/schedule
 
 CONFIGURE_ARGS+=	--with-scheduler-python --with-python-type=${PYTHON_VERSION}
 
-USES=			python pkgconfig
+USES=			python:2 pkgconfig
 
 MASTERDIR=		${.CURDIR}/../opensmtpd-extras
 SLAVE_PORT=		yes

Modified: head/mail/opensmtpd-extras-table-python/Makefile
==============================================================================
--- head/mail/opensmtpd-extras-table-python/Makefile	Sun Jun 19 14:43:22 2016	(r417123)
+++ head/mail/opensmtpd-extras-table-python/Makefile	Sun Jun 19 15:51:49 2016	(r417124)
@@ -10,7 +10,7 @@ PLIST_FILES=	libexec/opensmtpd/table-pyt
 
 CONFIGURE_ARGS+=	--with-table-python --with-python-type=${PYTHON_VERSION}
 
-USES=		python pkgconfig
+USES=		python:2 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?201606191551.u5JFpoq9048432>