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

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Sep 17 09:38:19 UTC 2019


Author: amdmi3
Date: Tue Sep 17 09:38:18 2019
New Revision: 512200
URL: https://svnweb.freebsd.org/changeset/ports/512200

Log:
  - Add NO_ARCH
  - Update WWW
  - Whitespace fixes
  
  Approved by:	portmgr blanket

Modified:
  head/mail/py-aiosmtpd/Makefile
  head/mail/py-aiosmtpd/pkg-descr

Modified: head/mail/py-aiosmtpd/Makefile
==============================================================================
--- head/mail/py-aiosmtpd/Makefile	Tue Sep 17 08:49:01 2019	(r512199)
+++ head/mail/py-aiosmtpd/Makefile	Tue Sep 17 09:38:18 2019	(r512200)
@@ -16,5 +16,6 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}atpublic>=0:devel/
 
 USES=		python:3.5+
 USE_PYTHON=	autoplist distutils
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/mail/py-aiosmtpd/pkg-descr
==============================================================================
--- head/mail/py-aiosmtpd/pkg-descr	Tue Sep 17 08:49:01 2019	(r512199)
+++ head/mail/py-aiosmtpd/pkg-descr	Tue Sep 17 09:38:18 2019	(r512200)
@@ -1,5 +1,5 @@
-This is a server for SMTP and related protocols, similar in utility to the 
-standard library's smtpd.py module, but rewritten to be based on asyncio for 
+This is a server for SMTP and related protocols, similar in utility to the
+standard library's smtpd.py module, but rewritten to be based on asyncio for
 Python 3.
 
-WWW: http://aiosmtpd.readthedocs.io
+WWW: https://aiosmtpd.readthedocs.io/


More information about the svn-ports-all mailing list