svn commit: r458745 - 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
Thu Jan 11 14:39:11 UTC 2018
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
More information about the svn-ports-head
mailing list