Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Aug 2016 05:58:31 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r419425 - in head/security/py-pyclamd: . files
Message-ID:  <201608010558.u715wVvN044558@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Mon Aug  1 05:58:31 2016
New Revision: 419425
URL: https://svnweb.freebsd.org/changeset/ports/419425

Log:
  security/py-pyclamd: 0.2.2 -> 0.3.17
  
  - now compatible with python 3
  - API now object oriented.
    Useful classes are ClamdNetworkSocket and ClamdUnixSocket.
  - patches makepatch compliant
  - added WWW
  
  PR:		211125
  Approved by:	bsd@dino.sk (maintainer timeout)

Deleted:
  head/security/py-pyclamd/files/
Modified:
  head/security/py-pyclamd/Makefile
  head/security/py-pyclamd/distinfo
  head/security/py-pyclamd/pkg-descr

Modified: head/security/py-pyclamd/Makefile
==============================================================================
--- head/security/py-pyclamd/Makefile	Mon Aug  1 05:12:48 2016	(r419424)
+++ head/security/py-pyclamd/Makefile	Mon Aug  1 05:58:31 2016	(r419425)
@@ -1,27 +1,19 @@
 # Created by: Milan Obuch
 # $FreeBSD$
 
-PORTNAME=	pyclamd
-PORTVERSION=	0.2.2
+PORTNAME=	pyClamd
+PORTVERSION=	0.3.17
 CATEGORIES=	security python
-MASTER_SITES=	http://xael.org/norman/python/pyclamd/
-DISTFILES=	pyclamd.py
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	bsd@dino.sk
 COMMENT=	Python ClamD interface module
 
-USES=		python
-USE_PYTHON=	distutils autoplist
-
-.include <bsd.port.pre.mk>
+LICENSE=	LGPL3+
 
-do-extract:
-	@${RM} -rf ${WRKDIR}
-	@${MKDIR} ${WRKDIR}
-	@${MKDIR} ${WRKDIR}/${PKGNAME}
-	if ! (cd ${WRKDIR} && ${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR}/${PKGNAME}/); \
-	then \
-		exit 1; \
-	fi; \
+NO_ARCH=	yes
+USES=	python
+USE_PYTHON=	distutils autoplist
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/security/py-pyclamd/distinfo
==============================================================================
--- head/security/py-pyclamd/distinfo	Mon Aug  1 05:12:48 2016	(r419424)
+++ head/security/py-pyclamd/distinfo	Mon Aug  1 05:58:31 2016	(r419425)
@@ -1,2 +1,3 @@
-SHA256 (pyclamd.py) = 209673f947ce16d53bab43c19bfb8200f8b40cc70b26d4dbc9a0e203c561d16e
-SIZE (pyclamd.py) = 13101
+TIMESTAMP = 1468687659
+SHA256 (pyClamd-0.3.17.tar.gz) = 9921a582c45baa34dabb357c548c5ed331b9a39334881b3a784b593680b07ba0
+SIZE (pyClamd-0.3.17.tar.gz) = 10737

Modified: head/security/py-pyclamd/pkg-descr
==============================================================================
--- head/security/py-pyclamd/pkg-descr	Mon Aug  1 05:12:48 2016	(r419424)
+++ head/security/py-pyclamd/pkg-descr	Mon Aug  1 05:58:31 2016	(r419425)
@@ -1,3 +1,5 @@
 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



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