Date: Sat, 9 Jun 2018 09:34:27 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472050 - head/security/clamav Message-ID: <201806090934.w599YSXi075400@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sat Jun 9 09:34:27 2018 New Revision: 472050 URL: https://svnweb.freebsd.org/changeset/ports/472050 Log: - Add LICENSE_FILE - Update WWW Approved by: portmgr blanket Modified: head/security/clamav/Makefile head/security/clamav/pkg-descr Modified: head/security/clamav/Makefile ============================================================================== --- head/security/clamav/Makefile Sat Jun 9 09:28:57 2018 (r472049) +++ head/security/clamav/Makefile Sat Jun 9 09:34:27 2018 (r472050) @@ -11,6 +11,7 @@ MAINTAINER= ler@FreeBSD.org COMMENT= Command line virus scanner written entirely in C LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libltdl.so:devel/libltdl \ libcurl.so:ftp/curl Modified: head/security/clamav/pkg-descr ============================================================================== --- head/security/clamav/pkg-descr Sat Jun 9 09:28:57 2018 (r472049) +++ head/security/clamav/pkg-descr Sat Jun 9 09:34:27 2018 (r472050) @@ -5,4 +5,4 @@ viruses, scans compressed files and supported by AMaVi Optionally you can use the clamav-milter interface to connect clamav with sendmail. -WWW: http://www.clamav.net/ +WWW: https://www.clamav.net/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806090934.w599YSXi075400>