aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfluffy <fluffy@FreeBSD.org>2018-01-11 22:39:10 +0800
committerfluffy <fluffy@FreeBSD.org>2018-01-11 22:39:10 +0800
commit98811f96d16fab701d060318eb4de2778ea2ec8b (patch)
treef6ec7157b131afb0e4f59f8df6fa0412cace54ea
parent91d75e41ae7369d2a46ba22aa1bca917382dbd15 (diff)
downloadfreebsd-ports-gnome-98811f96d16fab701d060318eb4de2778ea2ec8b.tar.gz
freebsd-ports-gnome-98811f96d16fab701d060318eb4de2778ea2ec8b.tar.zst
freebsd-ports-gnome-98811f96d16fab701d060318eb4de2778ea2ec8b.zip
- Follow current trends, point directly to python2.7 instead of metaport which not guarantee python lib presense
-rw-r--r--mail/opensmtpd-extras-filter-python/Makefile4
-rw-r--r--mail/opensmtpd-extras-queue-python/Makefile4
-rw-r--r--mail/opensmtpd-extras-scheduler-python/Makefile4
-rw-r--r--mail/opensmtpd-extras-table-python/Makefile4
4 files changed, 8 insertions, 8 deletions
diff --git a/mail/opensmtpd-extras-filter-python/Makefile b/mail/opensmtpd-extras-filter-python/Makefile
index 54a40f871046..9f138097e945 100644
--- a/mail/opensmtpd-extras-filter-python/Makefile
+++ b/mail/opensmtpd-extras-filter-python/Makefile
@@ -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
diff --git a/mail/opensmtpd-extras-queue-python/Makefile b/mail/opensmtpd-extras-queue-python/Makefile
index 70b66c6c3b21..a712634d0854 100644
--- a/mail/opensmtpd-extras-queue-python/Makefile
+++ b/mail/opensmtpd-extras-queue-python/Makefile
@@ -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
diff --git a/mail/opensmtpd-extras-scheduler-python/Makefile b/mail/opensmtpd-extras-scheduler-python/Makefile
index 64b6d5236e1e..d72869980e7c 100644
--- a/mail/opensmtpd-extras-scheduler-python/Makefile
+++ b/mail/opensmtpd-extras-scheduler-python/Makefile
@@ -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
diff --git a/mail/opensmtpd-extras-table-python/Makefile b/mail/opensmtpd-extras-table-python/Makefile
index e70d0fab9ec6..05ff19e84357 100644
--- a/mail/opensmtpd-extras-table-python/Makefile
+++ b/mail/opensmtpd-extras-table-python/Makefile
@@ -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