svn commit: r489313 - head/security/py-pyclamd

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Jan 5 09:30:25 UTC 2019


Author: amdmi3
Date: Sat Jan  5 09:30:23 2019
New Revision: 489313
URL: https://svnweb.freebsd.org/changeset/ports/489313

Log:
  - Fix whitespace
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/security/py-pyclamd/Makefile
  head/security/py-pyclamd/pkg-descr

Modified: head/security/py-pyclamd/Makefile
==============================================================================
--- head/security/py-pyclamd/Makefile	Sat Jan  5 09:17:28 2019	(r489312)
+++ head/security/py-pyclamd/Makefile	Sat Jan  5 09:30:23 2019	(r489313)
@@ -13,7 +13,7 @@ COMMENT=	Python ClamD interface module
 LICENSE=	LGPL3+
 
 NO_ARCH=	yes
-USES=	python
+USES=		python
 USE_PYTHON=	distutils autoplist
 
 .include <bsd.port.mk>

Modified: head/security/py-pyclamd/pkg-descr
==============================================================================
--- head/security/py-pyclamd/pkg-descr	Sat Jan  5 09:17:28 2019	(r489312)
+++ head/security/py-pyclamd/pkg-descr	Sat Jan  5 09:30:23 2019	(r489313)
@@ -2,4 +2,4 @@ pyClamd is a python interface to Clamd (Clamav daemon)
 By using pyClamd, you can add virus detection capabilities
 to your python software in an efficient and easy way.
 
-WWW: http://xael.org/pages/pyclamd-en.html
+WWW: https://xael.org/pages/pyclamd-en.html


More information about the svn-ports-head mailing list