Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Jan 2019 09:30:24 +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: r489313 - head/security/py-pyclamd
Message-ID:  <201901050930.x059UOYG043028@repo.freebsd.org>

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



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