diff options
author | niels <niels@FreeBSD.org> | 2005-01-14 00:10:42 +0800 |
---|---|---|
committer | niels <niels@FreeBSD.org> | 2005-01-14 00:10:42 +0800 |
commit | c2cde1fed7472d10efae78065d3ebc7217966bbf (patch) | |
tree | 2c40939b7e2605c8946eb6a2e80c150043d82598 | |
parent | b09cf626437c7b660b03bf66658d3f98a2ebc22c (diff) | |
download | freebsd-ports-gnome-c2cde1fed7472d10efae78065d3ebc7217966bbf.tar.gz freebsd-ports-gnome-c2cde1fed7472d10efae78065d3ebc7217966bbf.tar.zst freebsd-ports-gnome-c2cde1fed7472d10efae78065d3ebc7217966bbf.zip |
Updated the port to version 0.2.2 + small cleanup
PR: ports/76186
Submitted by: maintainer
Approved by: nectar (mentor)
-rw-r--r-- | security/py-clamav/Makefile | 8 | ||||
-rw-r--r-- | security/py-clamav/distinfo | 4 | ||||
-rw-r--r-- | security/py-clamav/pkg-plist | 2 |
3 files changed, 3 insertions, 11 deletions
diff --git a/security/py-clamav/Makefile b/security/py-clamav/Makefile index b45be67022e1..788881e86b1e 100644 --- a/security/py-clamav/Makefile +++ b/security/py-clamav/Makefile @@ -6,7 +6,7 @@ # 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} @@ -24,21 +24,15 @@ 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 <bsd.port.mk> diff --git a/security/py-clamav/distinfo b/security/py-clamav/distinfo index 523c2f808fbf..7c7851cd6ad5 100644 --- a/security/py-clamav/distinfo +++ b/security/py-clamav/distinfo @@ -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 diff --git a/security/py-clamav/pkg-plist b/security/py-clamav/pkg-plist index 65fb69a17e42..e19bff8bfcad 100644 --- a/security/py-clamav/pkg-plist +++ b/security/py-clamav/pkg-plist @@ -1,3 +1 @@ lib/%%PYTHON_VERSION%%/site-packages/pyclamav.so -%%EXAMPLES%%%%EXAMPLESDIR%%/example.py -%%EXAMPLES%%@dirrm %%EXAMPLESDIR%% |