Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Sep 2019 09:38:18 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r512200 - head/mail/py-aiosmtpd
Message-ID:  <201909170938.x8H9cIae032035@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909170938.x8H9cIae032035>