svn commit: r417124 - in head/mail: opensmtpd-extras-filter-python opensmtpd-extras-queue-python opensmtpd-extras-scheduler-python opensmtpd-extras-table-python

Dima Panov fluffy at FreeBSD.org
Sun Jun 19 15:51:51 UTC 2016


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


More information about the svn-ports-head mailing list