svn commit: r448957 - head/mail/py-aiosmtpd

Jose Alonso Cardenas Marquez acm at FreeBSD.org
Wed Aug 30 03:04:09 UTC 2017


Author: acm
Date: Wed Aug 30 03:04:08 2017
New Revision: 448957
URL: https://svnweb.freebsd.org/changeset/ports/448957

Log:
  - Fix python dependency
  
  Reported by:	dbaio

Modified:
  head/mail/py-aiosmtpd/Makefile

Modified: head/mail/py-aiosmtpd/Makefile
==============================================================================
--- head/mail/py-aiosmtpd/Makefile	Wed Aug 30 03:02:56 2017	(r448956)
+++ head/mail/py-aiosmtpd/Makefile	Wed Aug 30 03:04:08 2017	(r448957)
@@ -2,6 +2,7 @@
 
 PORTNAME=	aiosmtpd
 PORTVERSION=	1.1
+PORTREVISION=	1
 CATEGORIES=	mail python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,7 +12,7 @@ COMMENT=	Asyncio based SMTP server
 
 LICENSE=	APACHE20
 
-USES=		python:3
+USES=		python:3.5+
 USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list