diff options
author | Oliver Eikemeier <eik@FreeBSD.org> | 2004-06-04 12:51:29 +0000 |
---|---|---|
committer | Oliver Eikemeier <eik@FreeBSD.org> | 2004-06-04 12:51:29 +0000 |
commit | d60bc2b93bcee4e463908eeb979bfa48a2629218 (patch) | |
tree | a3ca0fef0b7042c302c3024e8c779d8d3bb4c7b8 /security | |
parent | 679401e30c686681f24133165e750c1a0e183f7a (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/clamav/Makefile | 5 | ||||
-rw-r--r-- | security/clamav/distinfo | 4 | ||||
-rw-r--r-- | security/clamav/files/patch-etc::Makefile.in | 8 |
3 files changed, 8 insertions, 9 deletions
diff --git a/security/clamav/Makefile b/security/clamav/Makefile index 9c8e3d67f957..ac7cf33f07c6 100644 --- a/security/clamav/Makefile +++ b/security/clamav/Makefile @@ -7,7 +7,6 @@ PORTNAME= clamav PORTVERSION= ${DISTVERSION:S/-rc//g:S/-/./g} -PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= clamav @@ -24,7 +23,7 @@ RUN_DEPENDS= lha:${PORTSDIR}/archivers/lha \ arc:${PORTSDIR}/archivers/arc \ unzip:${PORTSDIR}/archivers/unzip -DISTVERSION= 0.71 +DISTVERSION= 0.72 OPTIONS= MILTER "Compile the milter interface" off USE_REINPLACE= yes @@ -51,7 +50,7 @@ LDFLAGS+= -L${LOCALBASE}/lib \ CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" \ LDFLAGS="${LDFLAGS}" MAN1= clamscan.1 freshclam.1 sigtool.1 clamdscan.1 -MAN5= clamav.conf.5 +MAN5= clamav.conf.5 freshclam.conf.5 MAN8= clamd.8 clamav-milter.8 CONFLICTS= clamav-devel-* diff --git a/security/clamav/distinfo b/security/clamav/distinfo index 2756d9e843dc..4949e0ce2b8f 100644 --- a/security/clamav/distinfo +++ b/security/clamav/distinfo @@ -1,2 +1,2 @@ -MD5 (clamav-0.71.tar.gz) = 096cffd2633cbac5a14b7080b6f67a67 -SIZE (clamav-0.71.tar.gz) = 2607615 +MD5 (clamav-0.72.tar.gz) = f859f9ba5d156a8be92585f6e7f26cca +SIZE (clamav-0.72.tar.gz) = 2623397 diff --git a/security/clamav/files/patch-etc::Makefile.in b/security/clamav/files/patch-etc::Makefile.in index d91e60928682..8b4e289f92b5 100644 --- a/security/clamav/files/patch-etc::Makefile.in +++ b/security/clamav/files/patch-etc::Makefile.in @@ -4,10 +4,10 @@ install: $(mkinstalldirs) $(DESTDIR)$(CFGINST) --@INSTALL_CLAMAV_CONF_TRUE@ @$(INSTALL_DATA) clamav.conf $(DESTDIR)$(CFGINST) --@INSTALL_FRESHCLAM_CONF_TRUE@ @$(INSTALL_DATA) freshclam.conf $(DESTDIR)$(CFGINST) -+@INSTALL_CLAMAV_CONF_TRUE@ @$(INSTALL_DATA) clamav.conf $(DESTDIR)$(CFGINST)/clamav.conf.default -+@INSTALL_FRESHCLAM_CONF_TRUE@ @$(INSTALL_DATA) freshclam.conf $(DESTDIR)$(CFGINST)/freshclam.conf.default +-@INSTALL_CLAMAV_CONF_TRUE@ @$(INSTALL_DATA) $(srcdir)/clamav.conf $(DESTDIR)$(CFGINST) +-@INSTALL_FRESHCLAM_CONF_TRUE@ @$(INSTALL_DATA) $(srcdir)/freshclam.conf $(DESTDIR)$(CFGINST) ++@INSTALL_CLAMAV_CONF_TRUE@ @$(INSTALL_DATA) $(srcdir)/clamav.conf $(DESTDIR)$(CFGINST)/clamav.conf.default ++@INSTALL_FRESHCLAM_CONF_TRUE@ @$(INSTALL_DATA) $(srcdir)/freshclam.conf $(DESTDIR)$(CFGINST)/freshclam.conf.default # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: |