Index: head/security/py-clamav/Makefile =================================================================== --- head/security/py-clamav/Makefile (revision 126319) +++ head/security/py-clamav/Makefile (revision 126320) @@ -1,44 +1,38 @@ # New ports collection makefile for: py-clamav # Date created: 26 Dec 2004 # Whom: Marcus Grando # # $FreeBSD$ # PORTNAME= clamav -PORTVERSION= 0.2.1 +PORTVERSION= 0.2.2 CATEGORIES= security python MASTER_SITES= http://norman.free.fr/norman/python/pyclamav/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= py${PORTNAME}-${PORTVERSION} MAINTAINER= marcus@corp.grupos.com.br COMMENT= A python binding to libclamav written in C LIB_DEPENDS= clamav.1:${PORTSDIR}/security/clamav DIST_SUBDIR= python USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_BUILDARGS= build_ext -I${LOCALBASE}/include -L${LOCALBASE}/lib DOCSDIR?= ${PREFIX}/share/doc/py-${PORTNAME} -EXAMPLESDIR?= ${PREFIX}/share/examples/py-${PORTNAME} .if !defined(NOPORTDOCS) PORTDOCS= * -PLIST_SUB+= EXAMPLES="" -.else -PLIST_SUB+= EXAMPLES="@comment " .endif post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.txt ${DOCSDIR} - @${MKDIR} ${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/example.py ${EXAMPLESDIR} .endif .include Property changes on: head/security/py-clamav/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/security/py-clamav/distinfo =================================================================== --- head/security/py-clamav/distinfo (revision 126319) +++ head/security/py-clamav/distinfo (revision 126320) @@ -1,2 +1,2 @@ -MD5 (python/pyclamav-0.2.1.tar.gz) = d802d2e9076bd1e17023dc8276083fd3 -SIZE (python/pyclamav-0.2.1.tar.gz) = 10813 +MD5 (python/pyclamav-0.2.2.tar.gz) = 0b274b73f71b8e4481c8fb30fd1c2bb2 +SIZE (python/pyclamav-0.2.2.tar.gz) = 10736 Property changes on: head/security/py-clamav/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/security/py-clamav/pkg-plist =================================================================== --- head/security/py-clamav/pkg-plist (revision 126319) +++ head/security/py-clamav/pkg-plist (revision 126320) @@ -1,3 +1 @@ lib/%%PYTHON_VERSION%%/site-packages/pyclamav.so -%%EXAMPLES%%%%EXAMPLESDIR%%/example.py -%%EXAMPLES%%@dirrm %%EXAMPLESDIR%% Property changes on: head/security/py-clamav/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property