diff options
author | Renato Botelho <garga@FreeBSD.org> | 2008-04-16 16:10:19 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2008-04-16 16:10:19 +0000 |
commit | 5ecc9b9295b3e619c1c7cb90c068be0e911aed0b (patch) | |
tree | 74588a5cfa6211285f8887346870b7364822d3e3 /security | |
parent | 242c19bc489957b8f0b61e519300dceb0ec0642b (diff) | |
download | ports-5ecc9b9295b3e619c1c7cb90c068be0e911aed0b.tar.gz ports-5ecc9b9295b3e619c1c7cb90c068be0e911aed0b.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/clamassassin/Makefile | 2 | ||||
-rw-r--r-- | security/clamcour/Makefile | 4 | ||||
-rw-r--r-- | security/klamav/Makefile | 4 | ||||
-rw-r--r-- | security/p5-File-Scan-ClamAV/Makefile | 2 | ||||
-rw-r--r-- | security/py-clamav/Makefile | 6 | ||||
-rw-r--r-- | security/squidclam/Makefile | 4 |
6 files changed, 14 insertions, 8 deletions
diff --git a/security/clamassassin/Makefile b/security/clamassassin/Makefile index 65bb6a23ff37..a4924a2df56f 100644 --- a/security/clamassassin/Makefile +++ b/security/clamassassin/Makefile @@ -7,7 +7,7 @@ PORTNAME= clamassassin PORTVERSION= 1.2.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://jameslick.com/clamassassin/ \ http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/ diff --git a/security/clamcour/Makefile b/security/clamcour/Makefile index 31e2cedf2073..96fcb038c9fa 100644 --- a/security/clamcour/Makefile +++ b/security/clamcour/Makefile @@ -7,7 +7,7 @@ PORTNAME= clamcour PORTVERSION= 0.3.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security mail MASTER_SITES= http://www.becrux.com/pages/projects/clamcour/ @@ -15,7 +15,7 @@ MAINTAINER= bsd@dino.sk COMMENT= ClamAV courier filter BUILD_DEPENDS= courier-config:${PORTSDIR}/mail/courier -LIB_DEPENDS= clamav.3:${PORTSDIR}/security/clamav +LIB_DEPENDS= clamav.4:${PORTSDIR}/security/clamav GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/security/klamav/Makefile b/security/klamav/Makefile index a171973f9d0e..798053fe174e 100644 --- a/security/klamav/Makefile +++ b/security/klamav/Makefile @@ -7,7 +7,7 @@ PORTNAME= klamav PORTVERSION= 0.42 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= klamav @@ -39,6 +39,8 @@ CONFIGURE_ARGS+=--with-qt-dir=${QT_PREFIX} \ USE_KDELIBS_VER= 3 +BROKEN= Doesn't build with clamav-0.93 + .include <bsd.port.pre.mk> pre-configure: diff --git a/security/p5-File-Scan-ClamAV/Makefile b/security/p5-File-Scan-ClamAV/Makefile index c9ab8b88ad47..8373aec7f430 100644 --- a/security/p5-File-Scan-ClamAV/Makefile +++ b/security/p5-File-Scan-ClamAV/Makefile @@ -7,7 +7,7 @@ PORTNAME= File-Scan-ClamAV PORTVERSION= 1.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= File diff --git a/security/py-clamav/Makefile b/security/py-clamav/Makefile index 25158f8b5d1f..4d472b4ad259 100644 --- a/security/py-clamav/Makefile +++ b/security/py-clamav/Makefile @@ -7,7 +7,7 @@ PORTNAME= clamav PORTVERSION= 0.4.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security python MASTER_SITES= http://xael.org/norman/python/pyclamav/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +16,7 @@ DISTNAME= py${PORTNAME}-${PORTVERSION} MAINTAINER= mnag@FreeBSD.org COMMENT= A python binding to libclamav written in C -LIB_DEPENDS= clamav.3:${PORTSDIR}/security/clamav +LIB_DEPENDS= clamav.4:${PORTSDIR}/security/clamav DIST_SUBDIR= python USE_PYTHON= yes @@ -30,6 +30,8 @@ EXAMPLESDIR?= ${PREFIX}/share/examples/py-${PORTNAME} PORTDOCS= * +BROKEN= Doesn't build with clamav-0.93 + post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} diff --git a/security/squidclam/Makefile b/security/squidclam/Makefile index a6e69d96b314..52d18a203680 100644 --- a/security/squidclam/Makefile +++ b/security/squidclam/Makefile @@ -7,7 +7,7 @@ PORTNAME= squidclam PORTVERSION= 0.11 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -31,6 +31,8 @@ SUB_FILES= pkg-message PLIST_FILES= bin/squidclam %%EXAMPLESDIR%%/squidclam.conf PLIST_DIRS= %%EXAMPLESDIR%% +BROKEN= Doesn't build with clamav-0.93 + post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ -e 's|%%PREFIX%%|${PREFIX}|g' \ |